Class and Description |
---|
TSelectSqlStatement
Class
TSelectSqlStatement represents query specification, query expression and select statement. |
Class and Description |
---|
TSelectSqlStatement
Class
TSelectSqlStatement represents query specification, query expression and select statement. |
Class and Description |
---|
TCursorDeclStmt
Represents cursor related statement, including:
|
TForStmt |
TLoopStmt
A LOOP statement executes a sequence of statements multiple times.
|
TMergeSqlStatement
Merge SQL statement.
|
TOpenforStmt
The OPEN-FOR statement executes the SELECT statement associated with a cursor variable.
|
TSelectSqlStatement
Class
TSelectSqlStatement represents query specification, query expression and select statement. |
TStoredProcedureSqlStatement
block with declaration and parameters
Base class for stored procedure such as create function, procedure, trigger and etc. |
Class and Description |
---|
TStoredProcedureSqlStatement
block with declaration and parameters
Base class for stored procedure such as create function, procedure, trigger and etc. |
Class and Description |
---|
TAlterAuditPolicyStmt
SQL alter audit policy statement
|
TAlterCredentialStmt
databricks, hana
|
TAlterDatabaseStmt
SQL alter database statement.
|
TAlterFunctionStmt
SQL alter function statement.
|
TAlterFunctionStmt.AlterType |
TAlterGroup |
TAlterIndexStmt
SQL alter index statement.
|
TAlterLibraryStmt
SQL alter library statement.
|
TAlterMaterializedViewStmt
SQL alter materialized view statement
TAlterMaterializedViewStmt.getMaterializedViewName() returns the materialized view name |
TAlterPackageStmt |
TAlterProcedureStmt |
TAlterProcedureStmt.AlterType |
TAlterRoleStmt |
TAlterSchemaStmt |
TAlterSchemaStmt.AlterType |
TAlterSequenceStatement |
TAlterSessionStatement
alter session statement
|
TAlterSessionStatement.AlterSessionType |
TAlterSynonymStmt |
TAlterTableStatement
SQL alter table statement.
|
TAlterTriggerStmt |
TAlterTypeStatement |
TAlterUserStmt |
TAlterViewStatement |
TAnalyzeStmt |
TAssignStmt
The assignment statement sets the current value of a variable, field, parameter,
or element that has been declared in the current scope.
|
TBeginTran |
TBreakStmt |
TCallStatement |
TCaseStmt
The CASE statement chooses from a sequence of conditions, and execute a corresponding statement.
|
TCloseStmt
The CLOSE statement closes a cursor or cursor variable, thereby allowing its resources to be reused.
|
TCommentOnSqlStmt
Represents db2,oracle comment on statement.
|
TCommitStmt |
TCommonBlock
sql block may have label name.
|
TConnectStmt |
TCopyStmt |
TCopyStmt.ECopyType |
TCreateAliasStmt |
TCreateAuditPolicyStmt |
TCreateCredentialStmt |
TCreateDatabaseLinkStmt |
TCreateDatabaseSqlStatement |
TCreateExtensionStmt |
TCreateFunctionStmt
Create function.
|
TCreateGroup |
TCreateIndexSqlStatement
create an index.
|
TCreateMacro |
TCreateMaterializedSqlStatement |
TCreateMaterializedViewLogSqlStatement
Oracle create materialized view log
Get table name
TCreateMaterializedViewLogSqlStatement.getTableName() , get column list TCreateMaterializedViewLogSqlStatement.getColumnList() |
TCreateProcedureStmt
Create procedure statement.
|
TCreateRoleStmt |
TCreateSchemaSqlStatement |
TCreateSchemaSqlStatement.EFromSource |
TCreateSequenceStmt |
TCreateSynonymStmt |
TCreateTablespaceStmt |
TCreateTableSqlStatement
SQL create table statement.
|
TCreateTableSqlStatement.TableSourceType |
TCreateTriggerStmt
Create trigger statement.
|
TCreateTypeStmt |
TCreateUserStmt |
TCreateViewSqlStatement
Define a view, which is a logical table based on one or more tables or views.
|
TCursorDeclStmt
Represents cursor related statement, including:
|
TDeclareCursorStmt
Single declare cursor sql statement for GaussDB
|
TDeleteSqlStatement
SQL delete statement.
|
TDenyStmt
SQLServer, databricks
|
TDescribeStmt |
TDisconnectStmt |
TDoExecuteBlockStmt |
TDropDatabaseLinkStmt |
TDropDatabaseStmt |
TDropFunctionStmt |
TDropGroup |
TDropIndexSqlStatement
remove an index or domain index from the database.
|
TDropLibraryStmt |
TDropMacro |
TDropMaterializedViewLogStmt |
TDropMaterializedViewStmt |
TDropProcedureStmt |
TDropProfileStmt |
TDropProjectionStmt |
TDropRoleStmt |
TDropSchemaSqlStatement |
TDropSequenceStmt |
TDropStmt |
TDropSynonymStmt |
TDropTableSqlStatement
move a table or object table to the recycle bin or to remove the table and all its data from the database entirely.
|
TDropTriggerSqlStatement |
TDropUserStmt |
TDropViewSqlStatement
remove a view or an object view from the database.
|
TElsifStmt
Represents ELSEIF ...
|
TEndTran |
TExecImmeStmt
The EXECUTE IMMEDIATE statement builds and executes a dynamic SQL statement in
a single operation.
|
TExecutePreparedStatement
Deprecated.
As of v2.3.3.7, replaced by
TExecuteSqlStatement |
TExecuteSqlStatement
execute statement
db: couchbase, netezza,greenplum,mysql, postgresql,redshift
|
TExitStmt
The EXIT statement exits a loop and transfers control to the end of the loop.
|
TExplainPlan |
TFetchStmt
The FETCH statement retrieves rows of data from the result set of a multiple-row query.
|
TForStmt |
TGetDiagnosticsStmt
Deprecated.
since GSP Java version 2.3.9.3, use
TGetDiagStmt instead. |
TGetDiagStmt |
TGrantStmt |
TIfStmt
The IF statement executes or skips a sequence of statements, depending on the value
of a Boolean expression
|
TInsertSqlStatement
SQL insert statement.
|
TIterateStmt |
TLeaveStmt |
TListStmt |
TLockTableStmt |
TLoopStmt
A LOOP statement executes a sequence of statements multiple times.
|
TMergeSqlStatement
Merge SQL statement.
|
TMSCKStmt |
TMssqlCreateType |
TOpenforStmt
The OPEN-FOR statement executes the SELECT statement associated with a cursor variable.
|
TOpenStmt
The OPEN statement executes the query associated with a cursor.
|
TParseErrorSqlStatement |
TPrepareStmt |
TRaiseStmt
The RAISE statement stops normal execution of a PL/SQL block or subprogram and transfers control to an exception handler.
|
TReindexStmt |
TReleaseSavepointStmt |
TRenameStmt |
TRepeatStmt |
TResetStmt
This class represents reset statement of GaussDB.
|
TReturnStmt
The RETURN statement immediately completes the execution of a subprogram and returns control to the invoker
|
TRevokeStmt |
TRollbackStmt |
TSavepointStmt |
TSelectSqlStatement
Class
TSelectSqlStatement represents query specification, query expression and select statement. |
TSetCatalogStmt |
TSetDatabaseObjectStmt |
TSetSchemaStmt |
TSetStmt |
TShowStmt |
TShowStmt.EShowType |
TSignalStmt |
TStartTransactionStmt |
TTruncateStatement |
TUnknownSqlStatement |
TUnloadStmt
Athena, Hana, redshift
|
TUnsetStmt |
TUpdateSqlStatement
SQL update statement.
|
TUpsertStmt |
TUseDatabase |
TUseStmt
Deprecated.
since v2.6.2.8, please use
TUseDatabase instead. |
TVacuumStmt |
TVarDeclStmt
Represents declare statement that used to decalre variable, constant, exception and subtype.
|
TWhileStmt |
Class and Description |
---|
TSelectSqlStatement
Class
TSelectSqlStatement represents query specification, query expression and select statement. |
Class and Description |
---|
TBlockSqlStatement
Base class for all sql statements that include multiple sql statements
|
TIfStmt
The IF statement executes or skips a sequence of statements, depending on the value
of a Boolean expression
|
Class and Description |
---|
TSelectSqlStatement
Class
TSelectSqlStatement represents query specification, query expression and select statement. |
Class and Description |
---|
TCreateTableSqlStatement
SQL create table statement.
|
Class and Description |
---|
TCreateViewSqlStatement
Define a view, which is a logical table based on one or more tables or views.
|
Class and Description |
---|
TDeleteSqlStatement
SQL delete statement.
|
Class and Description |
---|
TInsertSqlStatement
SQL insert statement.
|
Class and Description |
---|
TMergeSqlStatement
Merge SQL statement.
|
Class and Description |
---|
TBlockSqlStatement
Base class for all sql statements that include multiple sql statements
|
TIfStmt
The IF statement executes or skips a sequence of statements, depending on the value
of a Boolean expression
|
TStoredProcedureSqlStatement
block with declaration and parameters
Base class for stored procedure such as create function, procedure, trigger and etc. |
Class and Description |
---|
TSelectSqlStatement
Class
TSelectSqlStatement represents query specification, query expression and select statement. |
Class and Description |
---|
TUpdateSqlStatement
SQL update statement.
|
Class and Description |
---|
TAlterTableStatement
SQL alter table statement.
|
TCommonBlock
sql block may have label name.
|
TCreateTableSqlStatement
SQL create table statement.
|
TCreateViewSqlStatement
Define a view, which is a logical table based on one or more tables or views.
|
TDeleteSqlStatement
SQL delete statement.
|
TIfStmt
The IF statement executes or skips a sequence of statements, depending on the value
of a Boolean expression
|
TInsertSqlStatement
SQL insert statement.
|
TMergeSqlStatement
Merge SQL statement.
|
TSelectSqlStatement
Class
TSelectSqlStatement represents query specification, query expression and select statement. |
TStoredProcedureSqlStatement
block with declaration and parameters
Base class for stored procedure such as create function, procedure, trigger and etc. |
TUpdateSqlStatement
SQL update statement.
|
Class and Description |
---|
TCreateFunctionStmt
Create function.
|
TCreateTableSqlStatement
SQL create table statement.
|
TDeleteSqlStatement
SQL delete statement.
|
TInsertSqlStatement
SQL insert statement.
|
TMergeSqlStatement
Merge SQL statement.
|
TSelectSqlStatement
Class
TSelectSqlStatement represents query specification, query expression and select statement. |
TSetSchemaStmt |
TUpdateSqlStatement
SQL update statement.
|
TUseDatabase |
Class and Description |
---|
TAlterTableStatement
SQL alter table statement.
|
TAssignStmt
The assignment statement sets the current value of a variable, field, parameter,
or element that has been declared in the current scope.
|
TCreateIndexSqlStatement
create an index.
|
TCreateTableSqlStatement
SQL create table statement.
|
TCreateTriggerStmt
Create trigger statement.
|
TCreateViewSqlStatement
Define a view, which is a logical table based on one or more tables or views.
|
TDeleteSqlStatement
SQL delete statement.
|
TDropIndexSqlStatement
remove an index or domain index from the database.
|
TElsifStmt
Represents ELSEIF ...
|
TIfStmt
The IF statement executes or skips a sequence of statements, depending on the value
of a Boolean expression
|
TInsertSqlStatement
SQL insert statement.
|
TMergeSqlStatement
Merge SQL statement.
|
TSelectSqlStatement
Class
TSelectSqlStatement represents query specification, query expression and select statement. |
TUpdateSqlStatement
SQL update statement.
|
TUseDatabase |
TVarDeclStmt
Represents declare statement that used to decalre variable, constant, exception and subtype.
|
Class and Description |
---|
TSelectSqlStatement
Class
TSelectSqlStatement represents query specification, query expression and select statement. |
Class and Description |
---|
TBlockSqlStatement
Base class for all sql statements that include multiple sql statements
|
TSelectSqlStatement
Class
TSelectSqlStatement represents query specification, query expression and select statement. |
TStoredProcedureSqlStatement
block with declaration and parameters
Base class for stored procedure such as create function, procedure, trigger and etc. |
Class and Description |
---|
TSelectSqlStatement
Class
TSelectSqlStatement represents query specification, query expression and select statement. |
Class and Description |
---|
TBlockSqlStatement
Base class for all sql statements that include multiple sql statements
|
TStoredProcedureSqlStatement
block with declaration and parameters
Base class for stored procedure such as create function, procedure, trigger and etc. |
Class and Description |
---|
TBlockSqlStatement
Base class for all sql statements that include multiple sql statements
|
TCommonStoredProcedureSqlStatement
sql block with exception clause
|
TCreateFunctionStmt
Create function.
|
TCreateProcedureStmt
Create procedure statement.
|
TRoutine
Base class of procedure and function.
|
TSelectSqlStatement
Class
TSelectSqlStatement represents query specification, query expression and select statement. |
TStoredProcedureSqlStatement
block with declaration and parameters
Base class for stored procedure such as create function, procedure, trigger and etc. |
Class and Description |
---|
TBlockSqlStatement
Base class for all sql statements that include multiple sql statements
|
TStoredProcedureSqlStatement
block with declaration and parameters
Base class for stored procedure such as create function, procedure, trigger and etc. |
Class and Description |
---|
TBlockSqlStatement
Base class for all sql statements that include multiple sql statements
|
TCommonStoredProcedureSqlStatement
sql block with exception clause
|
TStoredProcedureSqlStatement
block with declaration and parameters
Base class for stored procedure such as create function, procedure, trigger and etc. |
Class and Description |
---|
TBlockSqlStatement
Base class for all sql statements that include multiple sql statements
|
Class and Description |
---|
TSelectSqlStatement
Class
TSelectSqlStatement represents query specification, query expression and select statement. |
Class and Description |
---|
TSelectSqlStatement
Class
TSelectSqlStatement represents query specification, query expression and select statement. |
Class and Description |
---|
TBlockSqlStatement
Base class for all sql statements that include multiple sql statements
|
TStoredProcedureSqlStatement
block with declaration and parameters
Base class for stored procedure such as create function, procedure, trigger and etc. |
Class and Description |
---|
TBlockSqlStatement
Base class for all sql statements that include multiple sql statements
|
TCommonStoredProcedureSqlStatement
sql block with exception clause
|
TSelectSqlStatement
Class
TSelectSqlStatement represents query specification, query expression and select statement. |
TStoredProcedureSqlStatement
block with declaration and parameters
Base class for stored procedure such as create function, procedure, trigger and etc. |