Uses of Class
gudusoft.gsqlparser.stmt.TBlockSqlStatement

Packages that use TBlockSqlStatement
gudusoft.gsqlparser.stmt   
gudusoft.gsqlparser.stmt.db2   
gudusoft.gsqlparser.stmt.mssql   
gudusoft.gsqlparser.stmt.mysql   
gudusoft.gsqlparser.stmt.oracle   
gudusoft.gsqlparser.stmt.teradata   
 

Uses of TBlockSqlStatement in gudusoft.gsqlparser.stmt
 

Subclasses of TBlockSqlStatement in gudusoft.gsqlparser.stmt
 class TStoredProcedureSqlStatement
          Base class for stored procedure such as create function, procedure, trigger and etc.
 

Uses of TBlockSqlStatement in gudusoft.gsqlparser.stmt.db2
 

Subclasses of TBlockSqlStatement in gudusoft.gsqlparser.stmt.db2
 class TDb2CreateFunction
           
 class TDb2CreateProcedure
           
 class TDb2CreateTrigger
           
 class TDb2ForStmt
           
 class TDb2LoopStmt
           
 class TDb2RepeatStmt
           
 class TDb2WhileStmt
           
 

Uses of TBlockSqlStatement in gudusoft.gsqlparser.stmt.mssql
 

Subclasses of TBlockSqlStatement in gudusoft.gsqlparser.stmt.mssql
 class TMssqlBlock
           
 class TMssqlCreateFunction
           
 class TMssqlCreateProcedure
           
 class TMssqlCreateTrigger
           
 

Uses of TBlockSqlStatement in gudusoft.gsqlparser.stmt.mysql
 

Subclasses of TBlockSqlStatement in gudusoft.gsqlparser.stmt.mysql
 class TMySQLBlock
           
 class TMySQLCreateFunction
           
 class TMySQLCreateProcedure
           
 class TMySQLCreateTrigger
           
 class TMySQLLoopStmt
           
 class TMySQLRepeatStmt
           
 class TMySQLWhileStmt
           
 

Uses of TBlockSqlStatement in gudusoft.gsqlparser.stmt.oracle
 

Subclasses of TBlockSqlStatement in gudusoft.gsqlparser.stmt.oracle
 class TOracleStoredProcedureSqlStatement
           
 class TPlsqlBlock
          Groups related declarations and statements, is the basic unit of a PL/SQL source program.
 class TPlsqlCreateFunction
          This class represents 3 types of SQL statement: Create function statement, creates or replaces a standalone function or a call specification.
 class TPlsqlCreatePackage
          The CREATE PACKAGE statement creates or replaces the specification for a stored package, which is an encapsulated collection of related procedures, functions, and other program objects stored together in the database.
 class TPlsqlCreateProcedure
          This class represents 3 types of SQL statement: Create procedure statement, creates or replaces a standalone stored procedure or a call specification.
 class TPlsqlCreateTrigger
          The CREATE TRIGGER statement creates or replaces a database trigger, which is either of the following: A stored PL/SQL block associated with a table, a schema, or the database. An anonymous PL/SQL block or a call to a procedure implemented in PL/SQL or Java.
 class TPlsqlCreateTypeBody
          The CREATE TYPE BODY defines or implements the member methods defined in the object type specification.
 class TPlsqlExecImmeStmt
          The EXECUTE IMMEDIATE statement builds and executes a dynamic SQL statement in a single operation.
 class TPlsqlLoopStmt
          A LOOP statement executes a sequence of statements multiple times.
 

Uses of TBlockSqlStatement in gudusoft.gsqlparser.stmt.teradata
 

Subclasses of TBlockSqlStatement in gudusoft.gsqlparser.stmt.teradata
 class TTeradataCreateFunction
           
 class TTeradataCreateProcedure