Package | Description |
---|---|
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
gudusoft.gsqlparser.stmt.db2 | |
gudusoft.gsqlparser.stmt.informix | |
gudusoft.gsqlparser.stmt.mssql | |
gudusoft.gsqlparser.stmt.mysql | |
gudusoft.gsqlparser.stmt.oracle | |
gudusoft.gsqlparser.stmt.postgresql | |
gudusoft.gsqlparser.stmt.snowflake | |
gudusoft.gsqlparser.stmt.teradata | |
gudusoft.gsqlparser.stmt.vertica |
Modifier and Type | Class and Description |
---|---|
class |
TCommonBlock
sql block may have label name.
|
class |
TCommonStoredProcedureSqlStatement
sql block with exception clause
|
class |
TCreateFunctionStmt
Create function.
|
class |
TCreateProcedureStmt |
class |
TCreateSchemaSqlStatement |
class |
TCreateTriggerStmt
Create trigger statement.
|
class |
TLoopStmt
A LOOP statement executes a sequence of statements multiple times.
|
class |
TStoredProcedureSqlStatement
block with declaration and parameters
Base class for stored procedure such as create function, procedure, trigger and etc. |
Modifier and Type | Class and Description |
---|---|
class |
TDb2CreateFunction |
class |
TDb2CreateProcedure |
class |
TDb2CreateTrigger
Deprecated.
As of v2.0.1.0, replaced by
TCreateTriggerStmt |
class |
TDb2ForStmt |
class |
TDb2LoopStmt |
class |
TDb2RepeatStmt |
class |
TDb2WhileStmt |
Modifier and Type | Class and Description |
---|---|
class |
TInformixCreateFunction |
class |
TInformixCreateProcedure |
Modifier and Type | Class and Description |
---|---|
class |
TMssqlBlock |
class |
TMssqlCreateFunction |
class |
TMssqlCreateProcedure |
class |
TMssqlCreateTrigger
Deprecated.
As of v2.0.1.0, replaced by
TCreateTriggerStmt
SQL SQL create trigger statement. |
Modifier and Type | Class and Description |
---|---|
class |
TMySQLBlock |
class |
TMySQLCreateFunction |
class |
TMySQLCreateProcedure |
class |
TMySQLCreateTrigger
Deprecated.
As of v2.0.1.0, replaced by
TCreateTriggerStmt |
class |
TMySQLLoopStmt |
class |
TMySQLRepeatStmt |
class |
TMySQLWhileStmt |
Modifier and Type | Class and Description |
---|---|
class |
TCompoundTriggerBody |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
TForEachStmt |
class |
TPostgresqlCreateFunction |
Modifier and Type | Class and Description |
---|---|
class |
TSnowflakeCreateFunctionStmt |
Modifier and Type | Class and Description |
---|---|
class |
TTeradataCreateFunction |
class |
TTeradataCreateMacro |
class |
TTeradataCreateProcedure |
Modifier and Type | Class and Description |
---|---|
class |
TVerticaCreateFunction |
Copyright © 2019. All rights reserved.