Uses of Package
gudusoft.gsqlparser

Packages that use gudusoft.gsqlparser
demos.antiSQLInjection   
gudusoft.gsqlparser   
gudusoft.gsqlparser.nodes   
gudusoft.gsqlparser.nodes.mdx   
gudusoft.gsqlparser.pp.mediator.type   
gudusoft.gsqlparser.pp.output   
gudusoft.gsqlparser.pp.output.html   
gudusoft.gsqlparser.pp.print   
gudusoft.gsqlparser.pp.processor.type.comm   
gudusoft.gsqlparser.pp.processor.type.select   
gudusoft.gsqlparser.pp.stmtformatter   
gudusoft.gsqlparser.pp.stmtformatter.type   
gudusoft.gsqlparser.pp.stmtformatter.type.comm   
gudusoft.gsqlparser.pp.utils   
gudusoft.gsqlparser.stmt   
gudusoft.gsqlparser.stmt.db2   
gudusoft.gsqlparser.stmt.mdx   
gudusoft.gsqlparser.stmt.mssql   
gudusoft.gsqlparser.stmt.mysql   
gudusoft.gsqlparser.stmt.oracle   
gudusoft.gsqlparser.stmt.postgresql   
gudusoft.gsqlparser.stmt.teradata   
 

Classes in gudusoft.gsqlparser used by demos.antiSQLInjection
EDbVendor
          Database vendor list.
ESqlStatementType
          Type of SQL statement.
 

Classes in gudusoft.gsqlparser used by gudusoft.gsqlparser
EActionOnParseError
          Used by parser internally.
EAlterTableOptionType
           
EConstraintType
           
EDbObjectType
           
EDbVendor
          Database vendor list.
EErrorType
          Type of SQL syntax errors.
EIndexType
           
EJoinType
           
EKeyActionType
           
EKeyReferenceType
           
ESqlClause
          Enum for various SQL clause such as where clause, having clause and etc.
ESqlStatementType
          Type of SQL statement.
ETableSource
           
ETokenStatus
          Used by parser internally.
ETokenType
          Type of source token.
IMetaDatabase
          In order to link column to table correctly without connecting to database, we need to provide a class which implements IMetaDatabase to TGSqlParser.
TCustomParser
          Base parser of all databases.
TCustomSqlStatement
          TCustomSqlStatement is the root class for all SQL statements.
TGSqlParser
          SQL Parser check syntax of input SQL script, generate, analyze parse tree, list all SQL statements with detailed information of input SQL script.
TSourceToken
          Source token is the basic syntactical unit of SQL.
TSourceTokenList
          List of source token.
TStatementList
          List of SQL statements which is instance of class that descends from TCustomSqlStatement.
TSyntaxError
          Detailed information about syntax error.
 

Classes in gudusoft.gsqlparser used by gudusoft.gsqlparser.nodes
EAlterTableOptionType
           
EConstraintType
           
EDbObjectType
           
EDbVendor
          Database vendor list.
EIndexType
           
EJoinType
           
EKeyActionType
           
EKeyReferenceType
           
ESqlClause
          Enum for various SQL clause such as where clause, having clause and etc.
ESqlStatementType
          Type of SQL statement.
ETableSource
           
TCreateMaterializedSqlStatement
           
TCustomSqlStatement
          TCustomSqlStatement is the root class for all SQL statements.
TGSqlParser
          SQL Parser check syntax of input SQL script, generate, analyze parse tree, list all SQL statements with detailed information of input SQL script.
TSourceToken
          Source token is the basic syntactical unit of SQL.
TSourceTokenList
          List of source token.
TStatementList
          List of SQL statements which is instance of class that descends from TCustomSqlStatement.
 

Classes in gudusoft.gsqlparser used by gudusoft.gsqlparser.nodes.mdx
TSourceToken
          Source token is the basic syntactical unit of SQL.
 

Classes in gudusoft.gsqlparser used by gudusoft.gsqlparser.pp.mediator.type
TSourceToken
          Source token is the basic syntactical unit of SQL.
 

Classes in gudusoft.gsqlparser used by gudusoft.gsqlparser.pp.output
EDbVendor
          Database vendor list.
TSourceToken
          Source token is the basic syntactical unit of SQL.
 

Classes in gudusoft.gsqlparser used by gudusoft.gsqlparser.pp.output.html
EDbVendor
          Database vendor list.
TSourceToken
          Source token is the basic syntactical unit of SQL.
 

Classes in gudusoft.gsqlparser used by gudusoft.gsqlparser.pp.print
TSourceToken
          Source token is the basic syntactical unit of SQL.
TSourceTokenList
          List of source token.
 

Classes in gudusoft.gsqlparser used by gudusoft.gsqlparser.pp.processor.type.comm
TCustomSqlStatement
          TCustomSqlStatement is the root class for all SQL statements.
TSourceToken
          Source token is the basic syntactical unit of SQL.
 

Classes in gudusoft.gsqlparser used by gudusoft.gsqlparser.pp.processor.type.select
TCustomSqlStatement
          TCustomSqlStatement is the root class for all SQL statements.
TSourceToken
          Source token is the basic syntactical unit of SQL.
 

Classes in gudusoft.gsqlparser used by gudusoft.gsqlparser.pp.stmtformatter
TCustomSqlStatement
          TCustomSqlStatement is the root class for all SQL statements.
TGSqlParser
          SQL Parser check syntax of input SQL script, generate, analyze parse tree, list all SQL statements with detailed information of input SQL script.
TSourceToken
          Source token is the basic syntactical unit of SQL.
 

Classes in gudusoft.gsqlparser used by gudusoft.gsqlparser.pp.stmtformatter.type
TCustomSqlStatement
          TCustomSqlStatement is the root class for all SQL statements.
TStatementList
          List of SQL statements which is instance of class that descends from TCustomSqlStatement.
 

Classes in gudusoft.gsqlparser used by gudusoft.gsqlparser.pp.stmtformatter.type.comm
TCustomSqlStatement
          TCustomSqlStatement is the root class for all SQL statements.
TSourceToken
          Source token is the basic syntactical unit of SQL.
TStatementList
          List of SQL statements which is instance of class that descends from TCustomSqlStatement.
 

Classes in gudusoft.gsqlparser used by gudusoft.gsqlparser.pp.utils
ETokenType
          Type of source token.
TSourceToken
          Source token is the basic syntactical unit of SQL.
TSourceTokenList
          List of source token.
 

Classes in gudusoft.gsqlparser used by gudusoft.gsqlparser.stmt
EDbVendor
          Database vendor list.
EIndexType
           
TCustomSqlStatement
          TCustomSqlStatement is the root class for all SQL statements.
TSourceToken
          Source token is the basic syntactical unit of SQL.
TStatementList
          List of SQL statements which is instance of class that descends from TCustomSqlStatement.
 

Classes in gudusoft.gsqlparser used by gudusoft.gsqlparser.stmt.db2
EDbVendor
          Database vendor list.
ESqlStatementType
          Type of SQL statement.
TCustomSqlStatement
          TCustomSqlStatement is the root class for all SQL statements.
TStatementList
          List of SQL statements which is instance of class that descends from TCustomSqlStatement.
 

Classes in gudusoft.gsqlparser used by gudusoft.gsqlparser.stmt.mdx
EDbVendor
          Database vendor list.
TCustomSqlStatement
          TCustomSqlStatement is the root class for all SQL statements.
TStatementList
          List of SQL statements which is instance of class that descends from TCustomSqlStatement.
 

Classes in gudusoft.gsqlparser used by gudusoft.gsqlparser.stmt.mssql
EDbObjectType
           
EDbVendor
          Database vendor list.
ESqlStatementType
          Type of SQL statement.
TCustomSqlStatement
          TCustomSqlStatement is the root class for all SQL statements.
TSourceToken
          Source token is the basic syntactical unit of SQL.
TSourceTokenList
          List of source token.
 

Classes in gudusoft.gsqlparser used by gudusoft.gsqlparser.stmt.mysql
EDbVendor
          Database vendor list.
ESqlStatementType
          Type of SQL statement.
TCustomSqlStatement
          TCustomSqlStatement is the root class for all SQL statements.
TStatementList
          List of SQL statements which is instance of class that descends from TCustomSqlStatement.
 

Classes in gudusoft.gsqlparser used by gudusoft.gsqlparser.stmt.oracle
EDbVendor
          Database vendor list.
ESqlClause
          Enum for various SQL clause such as where clause, having clause and etc.
TCustomSqlStatement
          TCustomSqlStatement is the root class for all SQL statements.
TStatementList
          List of SQL statements which is instance of class that descends from TCustomSqlStatement.
 

Classes in gudusoft.gsqlparser used by gudusoft.gsqlparser.stmt.postgresql
EDbVendor
          Database vendor list.
TCustomSqlStatement
          TCustomSqlStatement is the root class for all SQL statements.
 

Classes in gudusoft.gsqlparser used by gudusoft.gsqlparser.stmt.teradata
EDbVendor
          Database vendor list.
ESqlClause
          Enum for various SQL clause such as where clause, having clause and etc.
ESqlStatementType
          Type of SQL statement.
TCustomSqlStatement
          TCustomSqlStatement is the root class for all SQL statements.