Package | Description |
---|---|
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
gudusoft.gsqlparser.stmt.mssql | |
gudusoft.gsqlparser.stmt.oracle | |
gudusoft.gsqlparser.stmt.vertica |
Modifier and Type | Class and Description |
---|---|
class |
TCommonBlock
sql block may have label name.
|
class |
TCreateFunctionStmt
Create function.
|
class |
TCreateProcedureStmt
Create procedure statement.
|
class |
TDoExecuteBlockStmt |
class |
TRoutine
Base class of procedure and function.
|
Modifier and Type | Class and Description |
---|---|
class |
TMssqlCreateFunction
SQL Server/ Sybase create function.
|
class |
TMssqlCreateProcedure
SQL Server/ Sybase create procedure statement.
|
Modifier and Type | Class and Description |
---|---|
class |
TCompoundTriggerBody |
class |
TPlsqlCreateFunction
Oracle create function.
|
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.
For detailed information about Oracle simple_dml_trigger, compound_dml_trigger, non_dml_trigger
Please check
TTriggeringClause |
class |
TPlsqlCreateTypeBody
The CREATE TYPE BODY defines or implements the member methods defined in the
object type specification.
|
Modifier and Type | Class and Description |
---|---|
class |
TVerticaCreateFunction |