class statement

Structure the statement is parsed into. More...

Full nametoSQLParse::statement
Definition#include <tosqlparse.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Types

Public Methods

Public Members


Detailed Description

Structure the statement is parsed into.

enum type { Block, /** Start of statement. }

type

Start of block.

QString Comment

Comment

QString String

String

int Line

Line

 statement (type ntype=Token,const QString &token=QString::null,int cline=-1)

statement

Create statement

std::list<statement> & subTokens ()

subTokens

Allocate subtokens if not available and return reference to subtokens

 statement (const statement &)

statement

Copy constructor

const statement & operator = (const statement &)

operator =

Copy operator

 ~statement ()

~statement

Destroy statement