Package | Description |
---|---|
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
gudusoft.gsqlparser.stmt.oracle | |
gudusoft.gsqlparser.stmt.postgresql | |
gudusoft.gsqlparser.stmt.snowflake | |
gudusoft.gsqlparser.stmt.vertica |
Modifier and Type | Class and Description |
---|---|
class |
TCommonBlock
sql block may have label name.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
TPostgresqlCreateFunction |
Modifier and Type | Class and Description |
---|---|
class |
TSnowflakeCreateFunctionStmt |
Modifier and Type | Class and Description |
---|---|
class |
TVerticaCreateFunction |
Copyright © 2019. All rights reserved.