Package gudusoft.gsqlparser
Enum ESqlStatementType
- All Implemented Interfaces:
Serializable,Comparable<ESqlStatementType>,java.lang.constant.Constable
Type of SQL statement.
SQL statement available in more than one databases:
DB2 SQL statement:
Hive SQL statement:
Informix SQL statement:
MDX SQL statement:
SQL Server SQL statement:
MySQL SQL statement:
Netezza SQL statement:
Oracle SQL statement:
PostgreSQL SQL statement:
Redshift SQL statement:
Sybase SQL statement:
Teradata SQL statement:
SQL statement available in more than one databases:
sstunknown,
sstselect, sstdelete, sstupdate,sstinsert,
sstcreatetable, sstcreateview,sstcreatedatabase,
sstcreateindex,sstcreatesequence, sstcreatesynonym,
sstcreatematerializedview,
sstaltertable,sstalterdatabase, sstalterindex,
sstaltersession
sstaltertrigger, sstalterview,
sstdropindex,sstdropschema,sstdropsequence,sstdropsynonym,
sstdroptable,sstdropview,
sstmerge
sstTruncate,
sst_block,sst_block_with_declare_and_parameters,sst_block_with_exception,,sst_plsql_block,
sst_assignstmt, sst_casestmt, sst_closestmt
sst_cursordecl,sstdescribe,
sst_elsifstmt, sst_ifstmt,sst_loopstmt,sst_openforstmt,
sst_openstmt,sst_raisestmt,sst_returnstmt
sstGrant,sstRevoke
sstrename,
sstUseDatabase
sstExecutePreparedStmt, sst_exitstmt,
sstExplain,
sst_fetchstmt
DB2 SQL statement:
sstdb2callstmt,sstdb2casestmt,sstdb2closecursorstmt,
sstdb2conditiondeclaration,sstdb2createfunction,
sstdb2createprocedure,sstdb2createtrigger
sstdb2declarecursorstatement,sstdb2dummystmt,
sstdb2dynamiccompoundstatement,sstdb2fetchcursorstmt,sstdb2forstmt,
sstdb2ifstmt,sstdb2iteratestmt,sstdb2leavestmt,sstsignalstatement,
sstdb2whilestmt,sstRepeat,sstdb2opencursorstmt,sstdb2gotostmt,
sstdb2loopstmt,sstdb2procedurecompoundstatement,sstdb2returnstmt,
sstdb2valuesinto,sstdb2stmtstub
Hive SQL statement:
ssthiveExplain,ssthiveLoad,ssthiveExportTable,ssthiveImportTable,
ssthiveSwitchDatabase,ssthiveDropDatabase,ssthiveDesc,ssthiveShow,
ssthiveMetaStoreCheck,sstanalyzeTable,ssthiveLockTable,ssthiveUnlockTable,
ssthiveCreateRole,ssthiveDropRole,ssthiveGrant,ssthiveRevoke,ssthiveShowGrants,
ssthiveShowRoleGrants,ssthiveGrantRole,ssthiveRevokeRole,ssthiveCreateFunction,
ssthiveDropFunciton,ssthiveFromQuery,ssthiveSet
Informix SQL statement:
sstinformixAllocateCollection,sstinformixAllocateDescriptor,sstinformixAllocateRow,
sstinformixAlterAccess_Method,sstinformixCreateFunction,sstinformixCreateProcedure,
sstinformixCreateRowType,sstinformixCreateTrigger,sstinformixDropRowType,
sstinformixExecute,sstinformixExecuteFunction,sstinformixExecuteImmediate,
sstinformixExecuteProcedure
MDX SQL statement:
sstmdxselect,sstmdxupdate,sstmdxcall,sstmdxclearcalculations,
sstmdxdrillthrough,sstmdxaltercube,sstmdxcreateaction,sstmdxcreatecellcalculation,
sstmdxcreateglobalcube,sstmdxcreatemember,sstmdxcreatesessioncube,sstmdxcreateset,
sstmdxcreatesubcube,sstmdxdropaction,sstmdxdropcellcalculation,sstmdxdropmember,
sstmdxdropset,sstmdxdropsubcube,sstmdxrefreshcube,sstmdxcalculate,sstmdxcase,
sstmdxfreeze,sstmdxscope,sstmdxexpression
SQL Server SQL statement:
sstmssqlbegindialog,sstmssqlbegintran,sstmssqlblock,sstbreak,
sstmssqlbulkinsert,sstmssqlclose,sstmssqlcommit,sstmssqlcontinue,sstmssqlcreatefunction,
sstmssqlcreateprocedure,sstmssqlcreatetrigger,sstmssqldeallocate,sstmssqldeclare,
sstmssqldropdbobject,sstmssqldummystmt,sstmssqlendconversation,sstmssqlexec,
sstmssqlexecuteas,sstmssqlfetch,sstmssqlgo,sstmssqlgoto,sstmssqlgrant,
sstmssqlif,sstmssqllabel,sstmssqlopen,sstmssqlprint,sstraiserror,sstmssqlreturn,
sstmssqlrevert,sstmssqlrollback,sstmssqlsavetran,sstmssqlsendonconversation,
sstmssqlset,sstmssqlsetrowcount,sstmssqlstmtstub,sstmssqlthrow,sstmssqlupdatestatistics,
sstmssqlupdatetext,sstmssqlwaitfor
MySQL SQL statement:
sstmysqlblock,sstmysqlcall,sstmysqlcasestmt,sstmysqlcreatefunction,
sstmysqlcreateprocedure,sstcreatetrigger,sstmysqldeclare,sstmysqlfetchcursor,
sstmysqlifstmt,sstmysqlloopstmt,sstmysqlopencursor,sstmysqlprepare,sstRepeat,
sstmysqlreturn, sstmysqlset, sstmysqlsignal,sstmysqlstmtstub,sstmysqlwhilestmt
Netezza SQL statement:
sstnetezzaGenerateStatistics,sstnetezzaGroomTable
Oracle SQL statement:
plsql basic statement, sstcall,comment on,
sstoraclecreatedirectory,sstoraclecreatelibrary,sstoracleexecuteprocedure,ssstplsqlContinue,
sstplsql_createfunction,sstplsql_createpackage,sstplsql_createprocedure,sstplsql_createtrigger,
sstplsql_createtype,sstplsql_createtypebody,sstplsql_dummystmt,exec immediate,
sstplsql_forallstmt,sstplsql_gotostmt,sstplsql_nullstmt,sstplsql_piperowstmt,sstplsql_pragmadecl,
sstplsql_procedurespec,sstplsql_recordtypedef,sstplsql_tabletypedef,sstplsql_varraytypedef,
sstsqlpluscmd
PostgreSQL SQL statement:
sstpostgresqlDropRole,sstpostgresqlDropTrigger,sstpostgresqlExecute,
sstpostgresqlforeach,sstpostgresqlgetdiag,sstpostgresqlMove,sstplsql_nullstmt,
sstpostgresqlCreateTrigger,sstpostgresqlCreateFunction
Redshift SQL statement:
sstFetchFrom,sstredshiftAbort,sstredshiftAlterGroup,sstredshiftAlterSchema,
sstredshiftAlterUser,sstredshiftAnalyze,sstredshiftAnalyzeCompression,
sstredshiftBegin,sstredshiftCancel,sstredshiftClose,sstredshiftComment,
sstredshiftCommit,sstredshiftCopy,sstredshiftCreateGroup,sstredshiftCreateSchema.
sstredshiftCreateUser,sstredshiftDeallocate,sstredshiftDeclare,sstredshiftDropDatabase,
sstredshiftDropGroup,sstredshiftDropSchema,sstredshiftDropUser,sstredshiftEnd,
sstExplain,sstredshiftLock,sstredshiftPrepare,sstredshiftReset,
sstredshiftRollback,sstredshiftSetSessionAuthorization,sstredshiftSet,
sstredshiftShow,sstredshiftStartTransaction,sstredshiftUnload,sstredshiftVacuum
Sybase SQL statement:
sstsybaseInsertBulk,sstsybaseDeleteStatistics,sstsybasedumpTran,
sstsybaseupdateindexstatistics,sstsybaseWritetext
Teradata SQL statement:
sstteradataabort,sstteradatabeginlogging,sstteradatabegintransaction,
sstteradataBTEQ,sstteradatacollectstatistics,sstteradatacommit,sstteradatacreatefunction,
sstteradatacreateprocedure,sstteradatacreatetrigger,sstteradatadropdbobject,
sstteradataendlogging,sstteradataendtransaction,sstteradataexecute,
sstteradatagive,sstteradatagrant,sstteradatalock,sstteradatarollback,
sstteradatasetrole,sstteradatasetsession,sstteradatasettimezone,sstteradatausing-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionOracle, PLSQL continue statement.assign statement used in both oracle and postgresql,TAssignStmtsql block,TBlockSqlStatementblcok with declaration and parameters,TStoredProcedureSqlStatementsql block with exception clause, used in both oracle and postgresql,TCommonStoredProcedureSqlStatementcase statement, used in both oracle and postgresql,TCaseStmtclose statement, used in both oracle and postgresql,TCloseStmtcursor declare statement, used in oracle, postgresql and Greenplum,TCursorDeclStmtelse if statement, used in both oracle and postgresql,TElsifStmtexit statement, used in both oracle and postgresql,TExitStmtfetch statement, used in both oracle and postgresql,TFetchStmtif statement, used in both oracle and postgresql,TIfStmtloop statement, used in both oracle and postgresql,TLoopStmtopen for statement, used in both oracle and postgresql,TOpenforStmtopen statement, used in both oracle and postgresql,TOpenStmtsql block including label, used in both oracle and postgresql,TCommonBlockraise statement, used in both oracle and postgresql,TRaiseStmtreturn statement, used in both oracle and postgresql,TReturnStmtalter database,TAlterDatabaseStmtalter index,TAlterIndexStmtalter session,TAlterSessionStatementalter table,TAlterTableStatementalter trigger,TAlterTriggerStmtalter view,TAlterViewStatementHive analyze table,TAnalyzeStmtSQL Server, break statement,TBreakStmtcall,TCallStatementcreate database,TCreateDatabaseSqlStatementcreate index,TCreateIndexSqlStatementcreate materialized view,TCreateMaterializedSqlStatementcreate semantic view,TCreateSemanticViewStmtcreate sequence,TCreateSequenceStmtcreate synonym,TCreateSynonymStmtcreate table,TCreateTableSqlStatementcreate view,TCreateViewSqlStatementDB2 call statement,TDb2CallStmtDB2 case statement,TDb2CaseStmtDB2 close cursor,TDb2CloseCursorStmtDB2 condition declaration,TDb2ConditionDeclarationDeprecated.DB2 create procedure,TDb2CreateProcedureDB2 create trigger,TCreateTriggerStmtDB2 declare cursor,TDb2DeclareCursorStatementDB2 place holder statement,TDb2DummyStmtDB2 dynamic compound statement,TDb2DynamicCompoundStatementDB2 fetch cursor,TDb2FetchCursorStmtDB2 for,TForStmtDB2 goto,TDb2GotoStmtDB2 handler declaration,TDb2HandlerDeclarationDB2 iterate,TDb2IterateStmtDB2 leave,TDb2LeaveStmtDB2 loop,TDb2LoopStmtDB2 open cursor,TDb2OpenCursorStmtDB2 procedure compound,TDb2ProcedureCompoundStatementDeprecated.As of v2.0.4.6, replaced bysstRepeatDB2 return codes declaration,TDb2ReturnCodesDeclarationDB2 return,TDb2ReturnStmtDB3 set statement,TDb2SetStmtorTDb2SetVariableStmtDeprecated.As of v2.3.5.7, replaced bysstsignalstatementDB2 sql procedure,TDb2SqlProcedureStatementDB2 sql variable declaration,TDb2SqlVariableDeclarationDB2 statement declaration,TDb2StatementDeclarationDB2 placeholder statement,TDb2StmtStubDB2 values into,TDb2ValuesIntoStmtDB2 while,TWhileStmtdelete statement,TDeleteSqlStatementdescribe,TDescribeStmtdrop index,TDropIndexSqlStatementdrop schema,TDropSchemaSqlStatementdrop sequence,TDropSequenceStmtdrop synonym,TDropSynonymStmtdrop table,TDropTableSqlStatementdrop view,TDropViewSqlStatementexecute prepared statement, used in greenplum, postgresql and redshift,TExecutePreparedStatementexplain,TExplainPlan,TRedshiftExplainredshift fetch from,TFetchFromStmtgrant,TGrantStmtHive create function,THiveCreateFunctionHive create role,THiveCreateRoleHive desc,THiveDescribeHive drop database,THiveDropDatabaseHive drop function,THiveDropFunctionHive drop role,THiveDropRoleHive explain,THiveExplainHive export table,THiveExportTableHive from query,THiveFromQueryHive grant,THiveGrantHive grant role,THiveGrantRoleHive import table,THiveImportTableHive load,THiveLoadHive lock table,TLockTableStmtDeprecated.As of v2.3.4.6, replaced bysstmsckHive revoke,THiveRevokeHive revoke role,THiveRevokeRoleHive set,THiveSetHive show,THiveShowHive show grants,THiveShowGrantHive show role grants,THiveShowRoleGrantHive switch database,THiveSwitchDatabaseHive unlock table,THiveUnlockTableInformix allocate collection,TInformixAllocateCollectionStmtInformix allocate descriptor,TInformixAllocateDescriptorStmtInformix allocate row,TInformixAllocateRowInformix alter access method,TInformixAlterAccess_MethodStmtInformix alter fragment,TInformixAlterFragmentInformix create function,TInformixCreateFunctionInformix create procedure,TInformixCreateProcedureInformix create row type,TInformixCreateRowTypeStmtInformix create trigger,TInformixCreateTriggerInformix drop row type,TInformixDropRowTypeStmtInformix execute,TInformixExecuteStmtInformix execute function,TInformixExecuteFunctionInformix execute immediate,TInformixExecuteImmediateInformix execute procedure,TInformixExecuteProcedureinsert statement,TInsertSqlStatementMdx alter cube,TMdxAlterCubeMdx calculate,TMdxCalculateMdx call,TMdxCallMdx case,TMdxCaseMdx clear calculations,TMdxClearCalculationsMdx create action,TMdxCreateActionMdx create cell calculation,TMdxCreateCellCalculationMdx create dimension member,TMdxCreateGlobalCubeMdx create member,TMdxCreateMemberMdx create session cube,TMdxCreateSessionCubeMdx create set,TMdxCreateSetMdx create sub cube,TMdxCreateSubCubeMdx drill through,TMdxDrillthroughMdx drop action,TMdxDropActionMdx drop cell calculation,TMdxDropCellCalculationMdx drop member,TMdxDropMemberMdx drop set,TMdxDropSetMdx drop sub cube,TMdxDropSubcubeMdx expression,TMdxExpressionMdx freeze,TMdxFreezeMdx if,TMdxIfMdx refresh cube,TMdxRefreshCubeMdx scope,TMdxScopeMdx select,TMdxSelectMdx update,TMdxUpdatemerge,TMergeSqlStatementSQL Server, begin dialog,TMssqlBeginDialogSQL Server, begin tran,TBeginTranSQL Server, block statement,TMssqlBlockSQL Server, bulk insert,TMssqlBulkInsertSQL Server, close,TMssqlCloseSQL Server, commit,TMssqlCommitSQL Server, continue,TMssqlContinueSQL Server, create function,TMssqlCreateFunctionSQL Server, create procedure,TMssqlCreateProcedureSQL Server, create trigger,TCreateTriggerStmtSQL Server, deallocate,TMssqlDeallocateSQL Server, declare,TMssqlDeclareSQL Server, drop db object,TMssqlDropDbObjectSQL Server, place holder statement.SQL Server, end conversation.SQL Server, exec.SQL Server, execute as.SQL Server, fetch.SQL Server, go statement.SQL Server, goto statement.SQL Server, grant statement.SQL Server, if statement.SQL Server, label.SQL Server, open statement.SQL Server, print statement.SQL Server, return statement.SQL Server, revert statement.SQL Server, rollback statement.SQL Server, save tran.SQL Server, send con conversation.SQL Server, set statement.SQL Server, set row count statement.SQL Server, place holder statement.SQL Server, throw statement.SQL Server, try-catch statement.SQL Server, update statistics.SQL Server, updatetext statement.SQL Server, waitfor statement.MySQL, block statement.MySQL call statement.MySQL case statement.MySQL create function.MySQL create procedure.MySQL create trigger.MySQL declare.MySQL fetch cursor.MySQL if statement.MySQL Loop statement.MySQL open cursor.MySQL prepare statement.Deprecated.As of v2.0.4.6, replaced bysstRepeatMySQL return statement.MySQL set statement.MySQL signal statement.MySQL place holder statement.MySQL while statement.Netezza, generate statistics.Netezza, Groom Table statement.Oracle comment statement.Oracle create directory statement.Oracle create library statement.Oracle execute statement.Oracle, PLSQL create function.Oracle, PLSQL create package.Oracle, PLSQL create procedure.Oracle, PLSQL create trigger.Oracle, PLSQL create type.Oracle, PLSQL create type placeholder.Oracle PLSQL create type body.Oracle PLSQL unknown statement.Oracle, PLSQL exec immediate statement.Oracle PLSQL for all statement.Oracle, PLSQL goto statement.Oracle, PLSQL null statement.Oracle, PLSQL pipe row statement.Oracle, PLSQL pragma declaration.Oracle, PLSQL basic statement.Oracle, PLSQL sub program.Oracle, PLSQL proceudre specification.Oracle, PLSQL record type definition.Oracle, PLSQL statement.Oracle, PLSQL table type definition.Oracle, PLSQL varray type definition.PostgreSQL, create trigger.PostgreSQL, drop role.PostgreSQL, drop trigger.Deprecated.As of v2.3.3.7, replaced bysstExecutePostgreSQL, for each.PostgreSQL, get diag statement.PostgreSQL, move.Deprecated.As of v2.3.4.1, replaced bysstValuesDeprecated.As of v2.3.4.1, replaced bysstprepareSQL Server, raiserror.Redshift, abort statement.Redshift, alter group statement.Redshift, alter schema.Redshift, alter user.Redshift, analyze.Redshift, analyze compression.Redshift, begin statement.Redshift, cancel statement.Redshisft, close statement.Redshift, comment.Redshift, commit.Redshift, copy.Redshift, create group.Redshift, create schema.Redshift, create user.Redshift, deallocate.Redshift, delcare.Redshift, drop database.Redshift, drop group.Redshift, drop schema.Redshift, drop users.Redshift, end statement.Redshift, lock statement.Redshift, prepare statement.Redshift, reset statement.Redshift, rollback statement.Redshift, set statement.Redshift, session authorization.TRedshiftSessionAuthorizationRedshift, show statement.Deprecated.As of v2.3.4.1, replaced bysstStartTransactionRedshift, unload statement.Redshift, vacuum statement.PostgreSQL reindex statement.rename,TRenameStmtrevoke,TRevokeStmtselect statement,TSelectSqlStatementOracle sqlplus command.Sybase delete statistics.Sybase, dump tran.Sybase bulk insert.Sybase, update index statistics.Sybase, writetext.Teradata, abort.Teradata, begin logging.Teradata, begin transaction.TTeradataBeginTransactionTeradata BTEQ command.Teradata, collect statistics.Teradata, commit.TTeradata, create function.Teradata, create procedure.Teradata, create trigger.Teradata, drop db object.Teradata end logging.Teradata, end transaction.Teradata, execute.Teradata, give statement.Teradata, grant statement.Teradata, lock statement.Teradata, statement not recognized yet.TTeradataNotImplementTeradata, rollback statement.Teradata, set role.Teradata, set session.Teradata set timezone.Teradata, using statement.truncate,TTruncateStatementStatement not recognized,TUnknownSqlStatementupdate statement,TUpdateSqlStatementuse statement, used in both sql server and MySQL,TUseDatabasePostgreSQL vacuum statement. -
Method Summary
Modifier and TypeMethodDescriptionstatic ESqlStatementTypeReturns the enum constant of this type with the specified name.static ESqlStatementType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
sstunknown
Statement not recognized,TUnknownSqlStatement -
sstinvalid
-
sstselect
select statement,TSelectSqlStatement -
sstdelete
delete statement,TDeleteSqlStatement -
sstupdate
update statement,TUpdateSqlStatement -
sstinsert
insert statement,TInsertSqlStatement -
sstcreatetable
create table,TCreateTableSqlStatement -
sstcreateview
create view,TCreateViewSqlStatement -
sstcreatedatabase
create database,TCreateDatabaseSqlStatement -
sstcreateindex
create index,TCreateIndexSqlStatement -
sstcreatematerializedview
create materialized view,TCreateMaterializedSqlStatement -
sstcreatesequence
create sequence,TCreateSequenceStmt -
sstcreatesemanticview
create semantic view,TCreateSemanticViewStmt -
sstcreatesynonym
create synonym,TCreateSynonymStmt -
sstaltertable
alter table,TAlterTableStatement -
sstalterdatabase
alter database,TAlterDatabaseStmt -
sstalterindex
alter index,TAlterIndexStmt -
sstaltersession
alter session,TAlterSessionStatement -
sstaltertrigger
alter trigger,TAlterTriggerStmt -
sstalterview
alter view,TAlterViewStatement -
sstdropindex
drop index,TDropIndexSqlStatement -
sstdropview
drop view,TDropViewSqlStatement -
sstdroptable
drop table,TDropTableSqlStatement -
sstdropschema
drop schema,TDropSchemaSqlStatement -
sstdropsequence
drop sequence,TDropSequenceStmt -
sstdropsynonym
drop synonym,TDropSynonymStmt -
sstmerge
merge,TMergeSqlStatement -
sstTruncate
truncate,TTruncateStatement -
sstdescribe
describe,TDescribeStmt -
sst_assignstmt
assign statement used in both oracle and postgresql,TAssignStmt -
sst_casestmt
case statement, used in both oracle and postgresql,TCaseStmt -
sst_closestmt
close statement, used in both oracle and postgresql,TCloseStmt -
sst_block
sql block,TBlockSqlStatement -
sst_block_with_declare_and_parameters
blcok with declaration and parameters,TStoredProcedureSqlStatement -
sst_block_with_exception
sql block with exception clause, used in both oracle and postgresql,TCommonStoredProcedureSqlStatement -
sst_plsql_block
sql block including label, used in both oracle and postgresql,TCommonBlock -
sst_cursordecl
cursor declare statement, used in oracle, postgresql and Greenplum,TCursorDeclStmt -
sst_elsifstmt
else if statement, used in both oracle and postgresql,TElsifStmt -
sst_ifstmt
if statement, used in both oracle and postgresql,TIfStmt -
sst_exitstmt
exit statement, used in both oracle and postgresql,TExitStmt -
sst_fetchstmt
fetch statement, used in both oracle and postgresql,TFetchStmt -
sst_loopstmt
loop statement, used in both oracle and postgresql,TLoopStmt -
sst_openforstmt
open for statement, used in both oracle and postgresql,TOpenforStmt -
sst_openstmt
open statement, used in both oracle and postgresql,TOpenStmt -
sst_raisestmt
raise statement, used in both oracle and postgresql,TRaiseStmt -
sst_returnstmt
return statement, used in both oracle and postgresql,TReturnStmt -
sstGrant
grant,TGrantStmt -
sstRevoke
revoke,TRevokeStmt -
sstPrepare
Deprecated.As of v2.3.4.1, replaced bysstprepare -
sstcreateTablespace
-
sstExplain
explain,TExplainPlan,TRedshiftExplain -
sstExecutePreparedStmt
execute prepared statement, used in greenplum, postgresql and redshift,TExecutePreparedStatement -
sstrename
rename,TRenameStmt -
sstUseDatabase
use statement, used in both sql server and MySQL,TUseDatabase -
sstUseWarehouse
-
sstUseRole
-
sstUseSchema
-
sstcall
call,TCallStatement -
sstFetchFrom
redshift fetch from,TFetchFromStmt -
sstRepeat
-
sstVacuum
PostgreSQL vacuum statement. -
sstReindex
PostgreSQL reindex statement. -
sstWhilestmt
-
sstLeave
-
sstBreak
-
sstContinue
-
sstIterate
-
sstForStmt
-
sstaltertype
-
sstsqlpluscmd
Oracle sqlplus command.TSqlplusCmdStatement -
sstaltersequence
-
sstdroptypestmt
-
sstplsql_packages
-
sstplsql_objecttype
-
sstcreate_plsql_procedure
-
sstcreate_plsql_function
-
sstcreate_varray_type
-
sstcreate_nested_table_type
-
sstcreateobjecttablestmt
-
sstplsql_createprocedure
Oracle, PLSQL create procedure.TPlsqlCreateProcedure -
sstplsql_createfunction
Oracle, PLSQL create function.TPlsqlCreateFunction -
sstplsql_createpackage
Oracle, PLSQL create package.TPlsqlCreatePackage -
sstplsql_createtrigger
Oracle, PLSQL create trigger.TPlsqlCreateTrigger -
sstplsql_createtype
Oracle, PLSQL create type.TPlsqlCreateType -
sstplsql_createtype_placeholder
Oracle, PLSQL create type placeholder.TPlsqlCreateType_Placeholder -
sstcommit
-
sstrollback
-
sstsavepoint
-
sstsettransaction
-
sstlocktable
-
sstAlterMaterializedView
-
sstmssqldummystmt
SQL Server, place holder statement.TMssqlDummyStmt -
sstmssqlcreateprocedure
SQL Server, create procedure,TMssqlCreateProcedure -
sstmssqlcreatetrigger
SQL Server, create trigger,TCreateTriggerStmt -
sstmssqlcreatefunction
SQL Server, create function,TMssqlCreateFunction -
sstmssqlalterprocedure
-
sstmssqlaltertrigger
-
sstmssqlalterfunction
-
sstmssqlif
SQL Server, if statement.TMssqlIfElse -
sstmssqlblock
SQL Server, block statement,TMssqlBlock -
sstmssqlgo
SQL Server, go statement.TMssqlGo -
sstmssqldbcc
-
sstmssqlrestore
-
sstmssqlbackup
-
sstmssqlrevoke
-
sstmssqlreadtext
-
sstmssqlgrant
SQL Server, grant statement.TMssqlGrant -
sstmssqltruncatetable
-
sstmssqladdsignature
-
sstmssqlalterapplicationrole
-
sstmssqlalterassembly
-
sstmssqlalterasymmetrickey
-
sstmssqlalterauthorization
-
sstmssqlaltercertificate
-
sstmssqlaltercredential
-
sstmssqlalterdatabase
-
sstmssqlalterendpoint
-
sstmssqlalterfulltextcatalog
-
sstmssqlalterfulltextindex
-
sstmssqlalterindex
-
sstmssqlalterlogin
-
sstmssqlaltermasterkey
-
sstmssqlaltermessagetype
-
sstmssqlalterpartitionfunction
-
sstmssqlalterpartitionscheme
-
sstmssqlalterqueue
-
sstmssqlalterremoteservicebinding
-
sstmssqlalterrole
-
sstmssqlalterroute
-
sstmssqlalterschema
-
sstmssqlalterservice
-
sstmssqlalterservicemasterkey
-
sstmssqlaltersymmetrickey
-
sstmssqlalteruser
-
sstmssqlalterview
-
sstmssqlalterxmlschemacollection
-
sstmssqlbackupdatabase
-
sstmssqlbackupcertificate
-
sstmssqlbackuplog
-
sstmssqlbackupmasterkey
-
sstmssqlbackupservicemasterkey
-
sstmssqlbeginconversationtimer
-
sstmssqlbegindialog
SQL Server, begin dialog,TMssqlBeginDialog -
sstmssqlbegindistributed
-
sstmssqlbegintran
SQL Server, begin tran,TBeginTran -
sstbegintran
-
sstbreak
SQL Server, break statement,TBreakStmt -
sstmssqlbulkinsert
SQL Server, bulk insert,TMssqlBulkInsert -
sstmssqlclose
SQL Server, close,TMssqlClose -
sstmssqlclosemasterkey
-
sstmssqlclosesymmetrickey
-
sstmssqlcontinue
SQL Server, continue,TMssqlContinue -
sstmssqlcreateaggregate
-
sstmssqlcreateapplicationrole
-
sstmssqlcreateassembly
-
sstmssqlcreateasymmetrickey
-
sstmssqlcreatecertificate
-
sstmssqlcreatecontract
-
sstmssqlcreatecredential
-
sstmssqlcreatedefault
-
sstmssqlcreateendpoint
-
sstmssqlcreateeventnotification
-
sstmssqlcreatefulltextcatalog
-
sstmssqlcreatefulltextindex
-
sstmssqlcreatelogin
-
sstmssqlcreatemasterkey
-
sstmssqlcreatemessagetype
-
sstmssqlcreatepartitionfunction
-
sstmssqlcreatepartitionscheme
-
sstmssqlcreatequeue
-
sstmssqlcreateremoteservicebinding
-
sstmssqlcreaterole
-
sstmssqlcreateroute
-
sstmssqlcreaterule
-
sstmssqlcreateschema
-
sstmssqlcreateservice
-
sstmssqlcreatestatistics
-
sstmssqlcreatesymmetrickey
-
sstmssqlcreatesynonym
-
sstmssqlcreatetype
-
sstmssqlcreateuser
-
sstmssqlcreatexmlschemacollection
-
sstmssqlcreateevexternalDataSource
-
sstmssqlcreateeventsession
-
sstmssqlcreateevexternalLanguage
-
sstmssqldeallocate
SQL Server, deallocate,TMssqlDeallocate -
sstmssqldeclare
SQL Server, declare,TMssqlDeclare -
sstmssqldeny
-
sstmssqldisabletrigger
-
sstmssqldropaggregate
-
sstmssqldropapplicationrole
-
sstmssqldropassembly
-
sstmssqldropasymmetrickey
-
sstmssqldropcertificate
-
sstmssqldropcontract
-
sstmssqldropcredential
-
sstmssqldropdatabase
-
sstmssqldropdefault
-
sstmssqldropendpoint
-
sstmssqldropeventnotification
-
sstmssqldropfulltextcatalog
-
sstmssqldropfulltextindex
-
sstmssqldropfunction
-
sstmssqldropeventsession
-
sstmssqldropdbobject
SQL Server, drop db object,TMssqlDropDbObject -
sstmssqldropindex
-
sstmssqldroplogin
-
sstmssqldropmasterkey
-
sstmssqldropmessagetype
-
sstmssqldroppartitionfunction
-
sstmssqldroppartitionscheme
-
sstmssqldropprocedure
-
sstmssqldropqueue
-
sstmssqldropremoteservicebinding
-
sstmssqldroprole
-
sstmssqldroproute
-
sstmssqldroprule
-
sstmssqldropschema
-
sstmssqldropservice
-
sstmssqldropsignature
-
sstmssqldropstatistics
-
sstmssqldropsymmetrickey
-
sstmssqldropsynonym
-
sstmssqldroptable
-
sstmssqldroptrigger
-
sstmssqldroptype
-
sstmssqldropuser
-
sstmssqldropview
-
sstmssqldropxmlschemacollection
-
sstmssqlenabletrigger
-
sstmssqlendconversation
SQL Server, end conversation.TMssqlEndConversation -
sstmssqlexecuteas
SQL Server, execute as.TMssqlExecuteAs -
sstmssqlfetch
SQL Server, fetch.TMssqlFetch -
sstmssqlgoto
SQL Server, goto statement.TMssqlGoTo -
sstmssqlkill
-
sstmssqlkillquerynotificationsubscription
-
sstmssqlkillstats
-
sstmssqlmoveconversation
-
sstmssqlopen
SQL Server, open statement.TMssqlOpen -
sstmssqlopenmasterkey
-
sstmssqlopensymmetrickey
-
sstmssqlprint
SQL Server, print statement.TMssqlPrint -
sstmssqlraiserror
-
sstmssqlreceive
-
sstmssqlreconfigure
-
sstmssqlrestoredatabase
-
sstmssqlrestorefilelistonly
-
sstmssqlrestoreheaderonly
-
sstmssqlrestorelabelonly
-
sstmssqlrestorelog
-
sstmssqlrestoremasterkey
-
sstmssqlrestorerewindonly
-
sstmssqlrestoreservicemasterkey
-
sstmssqlrestoreverifyonly
-
sstmssqlrevert
SQL Server, revert statement.TMssqlRevert -
sstmssqlreturn
SQL Server, return statement.TMssqlReturn -
sstmssqlsavetran
SQL Server, save tran.TMssqlSaveTran -
sstmssqlselect
-
sstmssqlsendonconversation
SQL Server, send con conversation.TMssqlSendOnConversation -
sstmssqlset
SQL Server, set statement.TMssqlSet -
sstmssqlsetuser
-
sstmssqlshutdown
-
sstmssqlsign
-
sstmssqlbegintry
-
sstmssqlbegincatch
-
sstmssqlTryCatch
SQL Server, try-catch statement.TMssqlTryCatch -
sstmssqlupdatestatistics
SQL Server, update statistics.TMssqlUpdateStatistics -
sstmssqlupdatetext
SQL Server, updatetext statement.TMssqlUpdateText -
sstmssqluse
-
sstmssqlwaitfor
SQL Server, waitfor statement.TMssqlWaitFor -
sstmssqlwhile
-
sstmssqlcte
-
sstmssqlwithxmlnamespaces
-
sstmssqlwritetext
-
sstmssqlexec
SQL Server, exec.TMssqlExecute -
sstexecutestmt
-
sstsetstmt
-
sstmssqlcommit
SQL Server, commit,TMssqlCommit -
sstmssqlrollback
SQL Server, rollback statement.TMssqlRollback -
sstraiserror
SQL Server, raiserror.TMssqlRaiserror -
sstmssqlwithas
-
sstmssqllabel
SQL Server, label.TMssqlLabel -
ssterrorstmt
-
sstmssqldrop
-
sstmssqlstmtstub
SQL Server, place holder statement.TMssqlStmtStub -
sstmssqlcheckpoint
-
sstmssqlsetrowcount
SQL Server, set row count statement.TMssqlSetRowCount -
sstmssqlthrow
SQL Server, throw statement.TMssqlThrow -
sstmssqlinsertbulk
-
sstmssqlCreateSecurityPolicy
-
sstmssqlAlterSecurityPolicy
-
sstmssqlDropSecurityPolicy
-
sstmssqlDropPartitionScheme
-
sstmssqlCreatePartitionFunction
-
sstmssqlAlterPartitionFunction
-
sstmssqlCreatePartitionScheme
-
sstmssqlAlterPartitionScheme
-
sstoraclealtercluster
-
sstoraclealterdatabase
-
sstoraclealterdimension
-
sstoraclealterdiskgroup
-
sstoraclealterfunction
-
sstoraclealterindex
-
sstoraclealterindextype
-
sstoraclealterjava
-
sstoraclealtermaterializedview
-
sstoraclealtermaterializedviewlog
-
sstoraclealteroperator
-
sstoraclealteroutline
-
sstoraclealterpackage
-
sstoraclealterprocedure
-
sstoraclealterprofile
-
sstoraclealterresourcecost
-
sstoraclealterrole
-
sstoraclealterrollbacksegment
-
sstoraclealtersequence
-
sstoraclealtersession
-
sstoraclealtersystem
-
sstoraclealtertablespace
-
sstoraclealtertype
-
sstoraclealteruser
-
sstoraclealterview
-
sstoracleanalyze
-
sstoracleassociatestatistics
-
sstoracleaudit
-
sstoraclecall
-
sstoraclecommit
Oracle comment statement.TCommentOnSqlStmt -
sstoraclecreatecluster
-
sstoraclecreatecontext
-
sstoraclecreatecontrolfile
-
sstoraclecreatedatabase
-
sstoraclecreatedatabaselink
-
sstoraclecreatedimension
-
sstoraclecreatedirectory
Oracle create directory statement.TOracleCreateDirectoryStmt -
sstoraclecreatediskgroup
-
sstoraclecreatefunction
-
sstoraclecreateindex
-
sstoraclecreateindextype
-
sstoraclecreatejava
-
sstoraclecreatelibrary
Oracle create library statement.TOracleCreateLibraryStmt -
sstoraclecreatematerializedviewlog
-
sstoraclecreateoperator
-
sstoraclecreateoutline
-
sstoraclecreatepackage
-
sstoraclecreatepackagebody
-
sstoraclecreatepfile
-
sstoraclecreateprocedure
-
sstoraclecreateprofile
-
sstoraclecreaterestorepoint
-
sstoraclecreaterole
-
sstoraclecreaterollbacksegment
-
sstoraclecreateschema
-
sstoraclecreatesequence
-
sstoraclecreatespfile
-
sstoraclecreatesynonym
-
sstoraclecreatetablespace
-
sstoraclecreatetrigger
-
sstoraclecreatetype
-
sstplsql_createtypebody
Oracle PLSQL create type body.TPlsqlCreateTypeBody -
sstoraclecreateuser
-
sstoraclecreateview
-
sstoracledisassociatestatistics
-
sstoracledropcluster
-
sstoracledropcontext
-
sstoracledropdatabase
-
sstoracledropdatabaselink
-
sstoracledropdimension
-
sstoracledropdirectory
-
sstoracledropdiskgroup
-
sstoracledropfunction
-
sstoracledropindex
-
sstoracledropindextype
-
sstoracledropjava
-
sstoracledroplibrary
-
sstoracledropmaterializedview
-
sstoracledropmaterializedviewlog
-
sstoracledropoperator
-
sstoracledropoutline
-
sstoracledroppackage
-
sstoracledropprocedure
-
sstoracledropprofile
-
sstoracledroprestorepoint
-
sstoracledroprole
-
sstoracledroprollbacksegment
-
sstoracledropsequence
-
sstoracledropsynonym
-
sstoracledroptable
-
sstoracledroptablespace
-
sstoracledroptrigger
-
sstoracledroptype
-
sstoracledroptypebody
-
sstoracledropuser
-
sstoracledropview
-
sstoracleflashbackdatabase
-
sstoracleflashbacktable
-
sstoraclegrant
-
sstoraclelocktable
-
sstoraclenoaudit
-
sstoraclepurge
-
sstoraclerename
-
sstoraclerevoke
-
sstoraclerollback
-
sstoraclesavepoint
-
sstoraclesetconstraint
-
sstoraclesetrole
-
sstoraclesettransaction
-
sstoracletruncate
-
sstoracleexecuteprocedure
Oracle execute statement.TOracleExecuteProcedure -
ssstplsqlContinue
Oracle, PLSQL continue statement.TPlsqlContinue -
sstmysqlalterdatabase
-
sstmysqlalterfunction
-
sstmysqlalterprocedure
-
sstmysqlalterview
-
sstmysqlanalyzetable
-
sstmysqlbackuptable
-
sstmysqlcacheindex
-
sstmysqlcall
MySQL call statement.TMySQLCallStmt -
sstmysqlcase
-
sstmysqlchangemasterto
-
sstmysqlchecktable
-
sstmysqlchecksumtable
-
sstmysqlclose
-
sstmysqlcommit
-
sstmysqlcreatedatabase
-
sstmysqlcreateindex
-
sstmysqlcreatefunction
MySQL create function.TMySQLCreateFunction -
sstmysqlcreateprocedure
MySQL create procedure.TMySQLCreateProcedure -
sstmysqlcreatetrigger
MySQL create trigger.TMySQLCreateTrigger -
sstmysqlcreateuser
-
sstmysqlcreateview
-
sstmysqldeclare
MySQL declare.TMySQLDeclare -
sstmysqldescribe
-
sstmysqldo
-
sstmysqldropdatabase
-
sstmysqldropfunction
-
sstmysqldropindex
-
sstmysqldropprocedure
-
sstmysqldroptable
-
sstmysqldroptrigger
-
sstmysqldropuser
-
sstmysqldropview
-
sstmysqlexecute
-
sstmysqlfetch
-
sstmysqlflush
-
sstmysqlgrant
-
sstmysqlhandler
-
sstmysqliterate
-
sstmysqlkill
-
sstmysqlleave
-
sstmysqlloaddatainfile
-
sstmysqlloaddatafrommaster
-
sstmysqlloadindexintocache
-
sstmysqlloadtable
-
sstmysqllocktable
-
sstmysqlloop
-
sstmysqlopen
-
sstmysqloptimizetable
-
sstmysqldeallocateprepare
-
sstmysqldropprepare
-
sstmysqlprepare
MySQL prepare statement.TPrepareStmt -
sstmysqlpurgelogs
-
sstmysqlrepeat
-
sstmysqlreplace
-
sstmysqlrenametable
-
sstmysqlrepairtable
-
sstmysqlreleasesavepoint
-
sstmysqlrenameuser
-
sstmysqlrest
-
sstmysqlresetmaster
-
sstmysqlresetslave
-
sstmysqlrestoretable
-
sstmysqlrevoke
-
sstmysqlrollback
-
sstmysqlsavepoint
-
sstmysqlreset
-
sstmysqlset
MySQL set statement.TMySQLSet -
sstmysqlsetautocommit
-
sstmysqlsettransaction
-
sstmysqlsetpassword
-
sstmysqlshowcreatedatabase
-
sstmysqlshowcharacterset
-
sstmysqlshowcollation
-
sstmysqlshowcolumns
-
sstmysqlshowcreatetable
-
sstmysqlshowcreateview
-
sstmysqlshowcreatefunction
-
sstmysqlshowcreateprocedure
-
sstmysqlshowdatabases
-
sstmysqlshowengines
-
sstmysqlshowerrors
-
sstmysqlshowgrants
-
sstmysqlshowfunctionstatus
-
sstmysqlshowindex
-
sstmysqlshowinnodbstatus
-
sstmysqlshowlogs
-
sstmysqlshowprivileges
-
sstmysqlshowprocesslist
-
sstmysqlshowstatus
-
sstmysqlshowtablestatus
-
sstmysqlshowtables
-
sstmysqlshowtriggers
-
sstmysqlshowvariables
-
sstmysqlshowwarnings
-
sstmysqlshowbinlogevents
-
sstmysqlshowmasterlogs
-
sstmysqlshowmasterstatus
-
sstmysqlshowslavehosts
-
sstmysqlshowslavestatus
-
sstmysqlstartslave
-
sstmysqlstarttransaction
-
sstmysqlsetglobalsql_slave_skip_counter
-
sstmysqlsetsql_log_bin
-
sstmysqlstopslave
-
sstmysqltruncate
-
sstmysqlunlocktable
-
sstmysqluse
-
sstmysqlwhile
-
sstmysqlshow
-
sstmysqlshowfields
-
sstmysqlshowprofile
-
sstmysqlshowprofiles
-
sstmysqlshowplugins
-
sstmysqlshowcreateschema
-
sstmysqlshowreplicaStatus
-
sstmysqlshowengine
-
sstmysqlreturn
MySQL return statement.TMySQLReturn -
sstmysqlrepeatstmt
Deprecated.As of v2.0.4.6, replaced bysstRepeatMySQL repeat statement.TMySQLRepeatStmt -
sstmysqlwhilestmt
MySQL while statement.TMySQLWhileStmt -
sstmysqlopencursor
MySQL open cursor.TMySQLOpenCursor -
sstmysqlfetchcursor
MySQL fetch cursor.TMySQLFetchCursor -
sstmysqlcasestmt
MySQL case statement.TMySQLCaseStmt -
sstmysqlifstmt
MySQL if statement.TMySQLIfStmt -
sstmysqlloopstmt
MySQL Loop statement.TMySQLLoopStmt -
sstmysqlstmtstub
MySQL place holder statement.TMySQLStmtStub -
sstmysqlblock
MySQL, block statement.TMySQLBlock -
sstmysqldelimiter
-
sstmysqlsignal
MySQL signal statement.TMySQLSignal -
sstmysqlsource
-
sstLoadData
-
sstdb2allocatecursor
-
sstdb2alterbufferpool
-
sstdb2alterdatabasepartitiongroup
-
sstdb2alterfunction
-
sstdb2altermethod
-
sstdb2alternickname
-
sstdb2alterprocedure
-
sstdb2altersequence
-
sstdb2alterserver
-
sstdb2altertable
-
sstdb2altertablespace
-
sstdb2altertype
-
sstdb2alterusermapping
-
sstdb2alterview
-
sstdb2alterwrapper
-
sstdb2associatelocators
-
sstdb2begindeclaresection
-
sstdb2call
-
sstdb2case
-
sstdb2close
-
sstdb2comment
-
sstdb2commit
-
sstdb2connect
-
sstdb2createalias
-
sstdb2createbufferpool
-
sstdb2createdatabasepartitiongroup
-
sstdb2createdistincttype
-
sstdb2createeventmonitor
-
sstdb2createfunctionmapping
-
sstdb2createindex
-
sstdb2createindexextension
-
sstdb2createmethod
-
sstdb2createnickname
-
sstdb2createschema
-
sstdb2createserver
-
sstdb2createtablespace
-
sstdb2createtransform
-
sstdb2createtype
-
sstdb2createtypemapping
-
sstdb2createusermapping
-
sstdb2createwrapper
-
sstdb2declarecursor
-
sstdb2declareglobaltemporarytable
-
sstdb2describe
-
sstdb2disconnect
-
sstdb2drop
-
sstdb2enddeclaresection
-
sstdb2execute
-
sstdb2executeimmediate
-
sstdb2explain
-
sstdb2fetch
-
sstdb2flusheventmonitor
-
sstdb2flushpackagecache
-
sstdb2for
-
sstdb2freelocator
-
sstdb2getdiagnostics
-
sstdb2goto
-
sstdb2grant
-
sstdb2if
-
sstdb2include
-
sstdb2iterate
-
sstdb2leave
-
sstdb2locktable
-
sstdb2loop
-
sstdb2open
-
sstdb2prepare
-
sstdb2refreshtable
-
sstdb2release
-
sstdb2releasesavepoint
-
sstdb2rename
-
sstdb2renametablespace
-
sstdb2repeat
-
sstdb2resignal
-
sstdb2return
-
sstdb2revoke
-
sstdb2rollback
-
sstdb2savepoint
-
sstdb2setconnection
-
sstdb2setcurrentdefaulttransformgroup
-
sstdb2setcurrentdegree
-
sstdb2setcurrentexplainmode
-
sstdb2setcurrentexplainsnapshot
-
sstdb2setcurrentisolation
-
sstdb2setcurrentlocktimeout
-
sstdb2setcurrentmaintainedtabletypesforoptimization
-
sstdb2setcurrentpackagepath
-
sstdb2setcurrentpackageset
-
sstdb2setcurrentqueryoptimization
-
sstdb2setcurrentrefreshage
-
sstdb2setencryptionpassword
-
sstdb2seteventmonitorstate
-
sstdb2setintegrity
-
sstdb2setpassthru
-
sstdb2setpath
-
sstdb2setschema
-
sstdb2setserveroption
-
sstdb2setsessionauthorization
-
sstdb2createstogroup
-
sstdb2labelOn
-
sstdb2set
DB3 set statement,TDb2SetStmtorTDb2SetVariableStmt -
sstdb2terminate
-
sstdb2signal
-
sstdb2values
-
sstdb2whenever
-
sstdb2while
-
sstdb2sqlvariabledeclaration
DB2 sql variable declaration,TDb2SqlVariableDeclaration -
sstdb2returncodesdeclaration
DB2 return codes declaration,TDb2ReturnCodesDeclaration -
sstdb2statementdeclaration
DB2 statement declaration,TDb2StatementDeclaration -
sstdb2handlerdeclaration
DB2 handler declaration,TDb2HandlerDeclaration -
sstdb2sqlprocedurestatement
DB2 sql procedure,TDb2SqlProcedureStatement -
sstdb2callstmt
DB2 call statement,TDb2CallStmt -
sstdb2casestmt
DB2 case statement,TDb2CaseStmt -
sstdb2closecursorstmt
DB2 close cursor,TDb2CloseCursorStmt -
sstdb2conditiondeclaration
DB2 condition declaration,TDb2ConditionDeclaration -
sstdb2createfunction
Deprecated.since v2.6.4.1, usesstcreatefunctionDB2 create function,TDb2CreateFunction -
sstdb2createprocedure
DB2 create procedure,TDb2CreateProcedure -
sstdb2createtrigger
DB2 create trigger,TCreateTriggerStmt -
sstdb2declarecursorstatement
DB2 declare cursor,TDb2DeclareCursorStatement -
sstdb2dummystmt
DB2 place holder statement,TDb2DummyStmt -
sstdb2dynamiccompoundstatement
DB2 dynamic compound statement,TDb2DynamicCompoundStatement -
sstdb2fetchcursorstmt
DB2 fetch cursor,TDb2FetchCursorStmt -
sstdb2createsequence
-
sstdb2forstmt
DB2 for,TForStmt -
sstdb2ifstmt
-
sstdb2iteratestmt
DB2 iterate,TDb2IterateStmt -
sstdb2leavestmt
DB2 leave,TDb2LeaveStmt -
sstdb2signalstatement
Deprecated.As of v2.3.5.7, replaced bysstsignalstatementDB2 signal,TSignalStmt -
sstsignalstatement
-
sstdb2whilestmt
DB2 while,TWhileStmt -
sstdb2repeatstmt
Deprecated.As of v2.0.4.6, replaced bysstRepeatDB2 repeat,TRepeatStmt -
sstdb2opencursorstmt
DB2 open cursor,TDb2OpenCursorStmt -
sstdb2gotostmt
DB2 goto,TDb2GotoStmt -
sstdb2loopstmt
DB2 loop,TDb2LoopStmt -
sstdb2procedurecompoundstatement
DB2 procedure compound,TDb2ProcedureCompoundStatement -
sstdb2returnstmt
DB2 return,TDb2ReturnStmt -
sstdb2valuesinto
DB2 values into,TDb2ValuesIntoStmt -
sstdb2stmtstub
DB2 placeholder statement,TDb2StmtStub -
sstdb2updateCommand
-
sstdb2scriptOption
-
sstdb2createvariable
-
sstRunStats
-
sstplsql_dummystmt
Oracle PLSQL unknown statement.TPlsqlDummyStmt -
sstplsql_execimmestmt
Oracle, PLSQL exec immediate statement.TExecImmeStmt -
sstplsql_forallstmt
Oracle PLSQL for all statement.TPlsqlForallStmt -
sstplsql_gotostmt
Oracle, PLSQL goto statement.TPlsqlGotoStmt -
sstplsql_nullstmt
Oracle, PLSQL null statement.TPlsqlNullStmt,TNullStmt -
sstplsql_pragmadecl
Oracle, PLSQL pragma declaration.TPlsqlPragmaDeclStmt -
sstplsql_procbasicstmt
Oracle, PLSQL basic statement.TBasicStmt -
sstplsql_procedurespec
Oracle, PLSQL proceudre specification.TPlsqlProcedureSpecStmt -
sstplsql_recordtypedef
Oracle, PLSQL record type definition.TPlsqlRecordTypeDefStmt -
sstplsql_sqlstmt
Oracle, PLSQL statement.TPlsqlSqlStmt -
sstplsql_proceduredecl
Oracle, PLSQL sub program.TPlsqlSubProgram -
sstplsql_tabletypedef
Oracle, PLSQL table type definition.TPlsqlTableTypeDefStmt -
sstplsql_vardecl
-
sstplsql_varraytypedef
Oracle, PLSQL varray type definition.TPlsqlVarrayTypeDefStmt -
sstplsql_piperowstmt
Oracle, PLSQL pipe row statement.TPlsqlPipeRowStmt -
sstsybaselocktable
-
sstmdxunknown
-
sstmdxselect
Mdx select,TMdxSelect -
sstmdxupdate
Mdx update,TMdxUpdate -
sstmdxalterdimension
-
sstmdxcall
Mdx call,TMdxCall -
sstmdxclearcalculations
Mdx clear calculations,TMdxClearCalculations -
sstmdxdrillthrough
Mdx drill through,TMdxDrillthrough -
sstmdxaltercube
Mdx alter cube,TMdxAlterCube -
sstmdxcreateaction
Mdx create action,TMdxCreateAction -
sstmdxcreatecellcalculation
Mdx create cell calculation,TMdxCreateCellCalculation -
sstmdxcreatedimensionmember
-
sstmdxcreateglobalcube
Mdx create dimension member,TMdxCreateGlobalCube -
sstmdxcreatemember
Mdx create member,TMdxCreateMember -
sstmdxcreatesessioncube
Mdx create session cube,TMdxCreateSessionCube -
sstmdxcreateset
Mdx create set,TMdxCreateSet -
sstmdxcreatesubcube
Mdx create sub cube,TMdxCreateSubCube -
sstmdxdropaction
Mdx drop action,TMdxDropAction -
sstmdxdropcellcalculation
Mdx drop cell calculation,TMdxDropCellCalculation -
sstmdxdropdimensionmember
-
sstmdxdropmember
Mdx drop member,TMdxDropMember -
sstmdxdropset
Mdx drop set,TMdxDropSet -
sstmdxdropsubcube
Mdx drop sub cube,TMdxDropSubcube -
sstmdxrefreshcube
Mdx refresh cube,TMdxRefreshCube -
sstmdxcalculate
Mdx calculate,TMdxCalculate -
sstmdxcase
Mdx case,TMdxCase -
sstmdxexisting
-
sstmdxfreeze
Mdx freeze,TMdxFreeze -
sstmdxif
Mdx if,TMdxIf -
sstmdxscope
Mdx scope,TMdxScope -
sstmdxexpression
Mdx expression,TMdxExpression -
sstmdxcreatemeasure
-
sstteradataabort
Teradata, abort.TTeradataAbort -
sstteradataalterfunction
-
sstteradataaltermethod
-
sstteradataalterprocedure
-
sstteradataalterreplicationgroup
-
sstteradataaltertable
-
sstteradataaltertrigger
-
sstteradataaltertype
-
sstteradatabegindeclaresection
-
sstteradataalterzone
-
sstteradataalterconstraint
-
sstteradatabeginlogging
Teradata, begin logging.TTeradataBeginLogging -
sstteradatabeginquerylogging
-
sstteradatabegintransaction
Teradata, begin transaction.TTeradataBeginTransaction -
sstteradatacall
-
sstteradatacheckpoint
-
sstteradatacheckworkload
-
sstteradataclose
-
sstteradatacollectdemographics
-
sstteradatacollectstatistics
Teradata, collect statistics.TTeradataCollectStatistics -
sstteradatacomment
-
sstteradatacommit
Teradata, commit.TTeradataCommit -
sstteradataconnect
-
sstteradatacreatecast
-
sstteradatacreateauthorization
-
sstteradatacreatefunction
TTeradata, create function.TTeradataCreateFunction -
sstteradatacreateindex
-
sstteradatacreatemacro
-
sstteradatacreatemethod
-
sstteradatacreateordering
-
sstteradatacreateprocedure
Teradata, create procedure.TTeradataCreateProcedure -
sstteradatacreateprofile
-
sstteradatacreatereplicationgroup
-
sstteradatacreatetransform
-
sstteradatacreatetrigger
Teradata, create trigger.TTeradataCreateTrigger -
sstteradatadatabase
-
sstteradatadeclarecursor
-
sstteradatadeclarestatement
-
sstteradatadeclaretable
-
sstteradatadeletedatabase
-
sstteradatadeleteuser
-
sstteradatadescribe
-
sstteradatadiagnostic
-
sstteradatadropauthorization
-
sstteradatadropdatabase
-
sstcreatezone
-
sstteradatadropdbobject
Teradata, drop db object.TTeradataDropDbObject -
sstteradatadropfunction
-
sstteradatadropuser
-
sstteradatadropcast
-
sstteradatadropmacro
-
sstteradatadropordering
-
sstteradatadropprocedure
-
sstteradatadropprofile
-
sstteradatadropreplicationgroup
-
sstteradatadroprole
-
sstteradatadropstatistics
-
sstteradatadroptransform
-
sstteradatadroptrigger
-
sstteradatadroptype
-
sstteradatadropzone
-
sstteradatadumpexplain
-
sstteradataecho
-
sstteradataenddeclaresection
-
sstteradatadropconstraint
-
sstteradataendlogging
Teradata end logging.TTeradataEndLogging -
sstteradataendquerylogging
-
sstteradataendtransaction
Teradata, end transaction.TEndTran -
sstteradataexecute
Teradata, execute.TTeradataExecute -
sstteradataexecuteimmediate
-
sstteradatafetch
-
sstteradatagetcrash
-
sstteradatagive
Teradata, give statement.TTeradataGive -
sstteradatagrant
Teradata, grant statement.TTeradataGrant -
sstteradatagrantlogon
-
sstteradatagrantmonitor
-
sstteradatahelp
-
sstteradatainclude
-
sstteradataincludesqlca
-
sstteradatasqlda
-
sstteradatainitiateindexanalysis
-
sstteradatainsertexplain
-
sstteradatalogoff
-
sstteradatalogon
-
sstteradatamodifydatabase
-
sstteradatamodifyprofile
-
sstteradatamodifyuser
-
sstteradataopen
-
sstteradataposition
-
sstteradataprepare
-
sstteradatarenamefunction
-
sstteradatarenamemacro
-
sstteradatarenameprocedure
-
sstteradatarenametable
-
sstteradatarenametrigger
-
sstteradatarenameview
-
sstteradatareplacecast
-
sstteradatareplacefunction
-
sstteradatareplacemacro
-
sstteradatareplacemethod
-
sstteradatareplaceordering
-
sstteradatareplaceprocedure
-
sstteradatareplacetransform
-
sstteradatareplacetrigger
-
sstteradatareplaceview
-
sstteradatarestartindexanalysis
-
sstteradatarevoke
-
sstteradatarevokelogon
-
sstteradatarevokemonitor
-
sstteradatarevokerole
-
sstteradatarewind
-
sstteradatarollback
Teradata, rollback statement.TTeradataRollback -
sstteradatasetbuffersize
-
sstteradatasetcharset
-
sstteradatasetconnection
-
sstteradatasetcrash
-
sstteradatasetrole
Teradata, set role.TTeradataSetRole -
sstteradatasetsessionaccount
-
sstteradatasetsession
Teradata, set session.TTeradataSetSession -
sstteradatasettimezone
Teradata set timezone.TTeradataSetTimezone -
sstteradatashow
-
sstteradatashowfunction
-
sstteradatashowindex
-
sstteradatashowmacro
-
sstteradatashowmethod
-
sstteradatashowprocedure
-
sstteradatashowreplicationgroup
-
sstteradatashowtable
-
sstteradatashowtrigger
-
sstteradatashowtype
-
sstteradatashowview
-
sstteradatatest
-
sstteradatawait
-
sstteradatawhenever
-
sstteradataasync
-
sstteradataexplain
-
sstteradatanotimplement
Teradata, statement not recognized yet.TTeradataNotImplement -
sstteradataalterlogin
-
sstteradataalterapplication
-
sstteradataalterassembly
-
sstteradataalterasymmetric
-
sstteradataalterauthorization
-
sstteradataaltercertificate
-
sstteradataaltercredential
-
sstteradataalterdatabase
-
sstteradataalterendpoint
-
sstteradataalterfulltext
-
sstteradataaltermaster
-
sstteradataaltermessage
-
sstteradataalterpartition
-
sstteradataalterqueue
-
sstteradataalterrole
-
sstteradataalterroute
-
sstteradataalterschema
-
sstteradataalterservice
-
sstteradataaltersymmetric
-
sstteradataalteruser
-
sstteradataalterxml
-
sstteradataaddsignature
-
sstteradataaddcountersignature
-
sstteradatacreateaggregate
-
sstteradatacreateapplication
-
sstteradatacreateassembly
-
sstteradatacreateasymmetric
-
sstteradatacreatecertificate
-
sstteradatacreatecontract
-
sstteradatacreatecredential
-
sstteradatacreatedatabase
-
sstteradatacreateendpoint
-
sstteradatacreateevent
-
sstteradatacreatefulltext
-
sstteradatacreatelogin
-
sstteradatacreatemaster
-
sstteradatacreatemessage
-
sstteradatacreatepartition
-
sstteradatacreatequeue
-
sstteradatacreateremote
-
sstteradatacreaterole
-
sstteradatacreateroute
-
sstteradatacreateservice
-
sstteradatacreatestatistics
-
sstteradatacreatesymmetric
-
sstteradatacreatesynonym
-
sstteradatacreatetype
-
sstteradatacreateuser
-
sstteradatacreatexml
-
sstteradatacreateschema
-
sstteradatalock
Teradata, lock statement.TTeradataLock -
sstteradatausing
Teradata, using statement.TTeradataUsing -
sstteradataBTEQ
Teradata BTEQ command.TTeradataBTEQCmd -
sstteradataMultiLoad
-
sstteradataMultiLoadImport
-
sstteradataMultiLoadLayout
-
sstteradataMultiLoadExport
-
sstteradaMultiLoad
-
sstteradataFastExport
-
sstteradataFastLoad
-
sstteradataExit
-
sstteradatalabel
-
sstteradatareleaseLock
-
sstHelpProcedure
-
sstShowProcedure
-
sstAllocate
-
sstpostgresqlabort
-
sstpostgresqlAlterAggregate
-
sstpostgresqlAlterCollation
-
sstpostgresqlAlterConversion
-
sstpostgresqlalterdatabase
-
sstpostgresqlAlterDefaultPrivileges
-
sstpostgresqlAlterDomain
-
sstpostgresqlAlterExtension
-
sstpostgresqlAlterEventTrigger
-
sstpostgresqlAlterForeignDataWrapper
-
sstpostgresqlAlterForeignTable
-
sstpostgresqlAlterfunction
-
sstpostgresqlAlterGroup
-
sstpostgresqlAlterIndex
-
sstpostgresqlAlterLanguage
-
sstpostgresqlAlterLargeObject
-
sstpostgresqlAlterOperator
-
sstpostgresqlAlterMaterializedView
-
sstpostgresqlAlterOperatorClass
-
sstpostgresqlAlterOperatorFamily
-
sstpostgresqlAlterPolicy
-
sstpostgresqlAlterProcedure
-
sstpostgresqlAlterPublication
-
sstpostgresqlAlterRole
-
sstpostgresqlAlterRoutine
-
sstpostgresqlAlterRule
-
sstpostgresqlAlterSchema
-
sstpostgresqlAlterSequence
-
sstpostgresqlAlterServer
-
sstpostgresqlAlterStatistics
-
sstpostgresqlAlterSubscription
-
sstpostgresqlAlterSystem
-
sstpostgresqlAlterTablespace
-
sstpostgresqlAlterTextSearchConfiguration
-
sstpostgresqlAlterTextSearchDictionary
-
sstpostgresqlAlterTextSearchParser
-
sstpostgresqlAlterTextSearchTemplate
-
sstpostgresqlAlterTrigger
-
sstpostgresqlAlterType
-
sstpostgresqlAlterUser
-
sstpostgresqlAlterUserMapping
-
sstpostgresqlAlterView
-
sstpostgresqlAnalyze
-
sstpostgresqlBegin
-
sstpostgresqlCheckpoint
-
sstpostgresqlClose
-
sstpostgresqlCluster
-
sstpostgresqlComment
-
sstpostgresqlCommit
-
sstpostgresqlCommitPrepared
-
sstpostgresqlCopy
-
sstpostgresqlCreateAccessMethod
-
sstpostgresqlCreateAggregate
-
sstpostgresqlCreateAssertion
-
sstpostgresqlCreateCast
-
sstpostgresqlCreateCollation
-
sstpostgresqlConversion
-
sstpostgresqlCreateDatabase
-
sstpostgresqlCreateDomain
-
sstpostgresqlCreateEventTrigger
-
sstpostgresqlCreateForeignDataWrapper
-
sstpostgresqlCreateForeignTable
-
sstpostgresqlCreateFunction
-
sstpostgresqlCreateGroup
-
sstpostgresqlCreateIndex
-
sstpostgresqlCreateLanguage
-
sstpostgresqlCreateMaterializedView
-
sstpostgresqlCreateOperator
-
sstpostgresqlCreateOperatorFimaly
-
sstpostgresqlCreateOperatorClass
-
sstpostgresqlCreatePolicy
-
sstpostgresqlCreatePublication
-
sstpostgresqlCreateRole
-
sstpostgresqlCreateRule
-
sstpostgresqlCreateSchema
-
sstpostgresqlCreateSequence
-
sstpostgresqlCreateServer
-
sstpostgresqlCreateStatistics
-
sstpostgresqlCreateSubscription
-
sstpostgresqlCreateTablespace
-
sstpostgresqlCreateTextSearchConfiguration
-
sstpostgresqlCreateTextSearchDictionary
-
sstpostgresqlCreateTextSearchParser
-
sstpostgresqlCreateTextSearchTemplate
-
sstpostgresqlCreateTransform
-
sstpostgresqlCreateTrigger
PostgreSQL, create trigger.TCreateTriggerStmt -
sstpostgresqlCreateType
-
sstpostgresqlCreateUser
-
sstpostgresqlCreateUserMapping
-
sstpostgresqlCreateView
-
sstpostgresqlDeallocate
-
sstpostgresqlDeclare
-
sstpostgresqlDiscard
-
sstpostgresqlDo
-
sstpostgresqlDropAccessMethod
-
sstpostgresqlDropAggregate
-
sstpostgresqlDropAssertion
-
sstpostgresqlDropCast
-
sstpostgresqlDropCollation
-
sstpostgresqlDropConversion
-
sstpostgresqlDropDatabase
-
sstpostgresqlDropDomain
-
sstpostgresqlDropEventTrigger
-
sstpostgresqlDropExtension
-
sstpostgresqlDropForeignDataWrapper
-
sstpostgresqlDropForeignTable
-
sstpostgresqlDropFunction
-
sstpostgresqlDropGroup
-
sstpostgresqlDropLanguage
-
sstpostgresqlDropMaterializedView
-
sstpostgresqlDropOperator
-
sstpostgresqlDropOperatorClass
-
sstpostgresqlDropOperatorFamily
-
sstpostgresqlDropOwned
-
sstpostgresqlDropPolicy
-
sstpostgresqlDropProcedure
-
sstpostgresqlDropPublication
-
sstpostgresqlDropRole
PostgreSQL, drop role.TDropRoleSqlStatement -
sstpostgresqlDropRoutine
-
sstpostgresqlDropRule
-
sstpostgresqlDropSchema
-
sstpostgresqlDropSequence
-
sstpostgresqlDropServer
-
sstpostgresqlDropStatistics
-
sstpostgresqlDropSubscription
-
sstpostgresqlDropTable
-
sstpostgresqlDropTablespace
-
sstpostgresqlDropTextSearchConfiguration
-
sstpostgresqlDropTextSearchDictionary
-
sstpostgresqlDropTextSearchParser
-
sstpostgresqlDropTextSearchTemplate
-
sstpostgresqlDropTransform
-
sstpostgresqlDropTrigger
PostgreSQL, drop trigger.TDropTriggerSqlStatement -
sstpostgresqlDropType
-
sstpostgresqlDropUser
-
sstpostgresqlDropUserMapping
-
sstpostgresqlDropView
-
sstpostgresqlEnd
-
sstExecute
-
sstpostgresqlExecute
Deprecated.As of v2.3.3.7, replaced bysstExecutePostgreSQL, execute statement.TExecuteSqlStatement -
sstpostgresqlExplain
-
sstpostgresqlGrant
-
sstpostgresqlgetdiag
PostgreSQL, get diag statement.TGetDiagStmt -
sstpostgresqlforeach
PostgreSQL, for each.TForEachStmt -
sstpostgresqlListen
-
sstpostgresqlLoad
-
sstpostgresqlLock
-
sstpostgresqlMove
PostgreSQL, move.TMoveStmt -
sstpostgresqlNotify
-
sstpostgresqlPerform
-
sstpostgresqlPrepare
-
sstpostgresqlPrepareTransaction
-
sstpostgresqlReassignOwned
-
sstpostgresqlRefreshMaterializedView
-
sstpostgresqlReindex
-
sstpostgresqlReleaseSavepoint
-
sstpostgresqlReset
-
sstpostgresqlRevoke
-
sstpostgresqlRollback
-
sstpostgresqlRollbackPrepared
-
sstpostgresqlRollbackToSavepoint
-
sstpostgresqlSavepoint
-
sstpostgresqlSecurityLabel
-
sstpostgresqlSet
-
sstpostgresqlSetConstraints
-
sstpostgresqlSetRole
-
sstpostgresqlSetSessionAuthorization
-
sstpostgresqlSetTransaction
-
sstpostgresqlTruncate
-
sstpostgresqlUnlisten
-
sstpostgresqlSetSearchPath
-
sstpostgresqlValues
Deprecated.As of v2.3.4.1, replaced bysstValues -
sstPostgresqlImport
-
sstPostgresqlBlock
-
sstpostgresqlVacuum
-
sstpostgresqlShowSearchPath
-
sstPostgresqlTable
-
sstPerformance
-
sstpostgresqlShow
-
sstpostgresqlStartTransaction
-
sstcreateExtension
-
sstnetezzaAlterDatabase
-
sstnetezzaAlterGroup
-
sstnetezzaAlterHistoryConfiguration
-
sstnetezzaAlterSequence
-
sstAlterSynonym
-
sstnetezzaAlterTable
-
sstnetezzaAlterUser
-
sstnetezzaAlterView
-
sstnetezzaBegin
-
sstnetezzaComment
-
sstnetezzaCommit
-
sstnetezzaCopy
-
sstnetezzaCreateExternalTable
-
sstnetezzaCreateGruop
-
sstnetezzaCreateHistoryConfiguration
-
sstnetezzaCreateUser
-
sstnetezzaDropConnection
-
sstnetezzaDropDatabase
-
sstnetezzaDropGroup
-
sstnetezzaDropHistoryConfiguration
-
sstnetezzaDropSequence
-
sstnetezzaDropSession
-
sstnetezzaDropSynonym
-
sstnetezzaDropTable
-
sstnetezzaDropUser
-
sstnetezzaDropView
-
sstnetezzaGenerateExpressStatistics
-
sstnetezzaGenerateStatistics
Netezza, generate statistics.TNetezzaGenerateStatistics -
sstnetezzaGrant
-
sstnetezzaGroomTable
Netezza, Groom Table statement.TNetezzaGroomTable -
sstnetezzaReset
-
sstnetezzaRevoke
-
sstnetezzaRollback
-
sstnetezzaSet
-
sstSetCatalog
-
sstSetSchema
-
sstnetezzaShow
-
sstnetezzaDropSchema
-
sstinformixAllocateCollection
Informix allocate collection,TInformixAllocateCollectionStmt -
sstinformixAllocateDescriptor
Informix allocate descriptor,TInformixAllocateDescriptorStmt -
sstinformixAllocateRow
Informix allocate row,TInformixAllocateRow -
sstinformixAlterAccess_Method
Informix alter access method,TInformixAlterAccess_MethodStmt -
sstinformixAlterFragment
Informix alter fragment,TInformixAlterFragment -
sstinformixAlterFunction
-
sstinformixAlterIndex
-
sstinformixAlterProcedure
-
sstinformixAlterRoutine
-
sstinformixAlterSecurityLabelComponent
-
sstinformixAlterSequence
-
sstinformixAlterTable
-
sstinformixAlterTrustedContext
-
sstinformixAlterUser
-
sstinformixBegin
-
sstinformixClose
-
sstinformixCloseDatabase
-
sstinformixCommit
-
sstinformixConnect
-
sstinformixCreateAccess_Method
-
sstinformixCreateAggregate
-
sstinformixCreateCast
-
sstinformixCreateDatabase
-
sstinformixCreateDefaultUser
-
sstinformixCreateDistinctType
-
sstinformixCreateExternalTable
-
sstinformixCreateFunction
Informix create function,TInformixCreateFunction -
sstinformixCreateFunctionFrom
-
sstinformixCreateIndex
-
sstinformixCreateOpaqueType
-
sstinformixCreateOpclass
-
sstinformixCreateProcedure
Informix create procedure,TInformixCreateProcedure -
sstinformixCreateProcedureFrom
-
sstinformixCreateRole
-
sstinformixCreateRoutineFrom
-
sstinformixCreateRowType
Informix create row type,TInformixCreateRowTypeStmt -
sstinformixCreateSchema
-
sstinformixCreateSecurityLabel
-
sstinformixCreateSecurityLabelComponent
-
sstinformixCreateSecurityPolicy
-
sstinformixCreateSequence
-
sstinformixCreateSynonym
-
sstinformixCreateTempTable
-
sstinformixCreateTrigger
Informix create trigger,TInformixCreateTrigger -
sstinformixCreateTrustedContext
-
sstinformixCreateUser
-
sstinformixCreateView
-
sstinformixCreateXaDatasource
-
sstinformixCreateXaDatasourceType
-
sstinformixDatabase
-
sstinformixDeallocateCollection
-
sstinformixDeallocateDescriptor
-
sstinformixDeallocateRow
-
sstinformixDeclare
-
sstinformixDelete
-
sstinformixDescribe
-
sstinformixDescribeInput
-
sstinformixDisconnect
-
sstinformixDropAccess_Method
-
sstinformixDropAggregate
-
sstinformixDropCast
-
sstinformixDropDatabase
-
sstinformixDropFunction
-
sstinformixDropIndex
-
sstinformixDropOpclass
-
sstinformixDropProcedure
-
sstinformixDropRole
-
sstinformixDropRoutine
-
sstinformixDropRowType
Informix drop row type,TInformixDropRowTypeStmt -
sstinformixDropSecurity
-
sstinformixDropSequence
-
sstinformixDropSynonym
-
sstinformixDropTable
-
sstinformixDropTrigger
-
sstinformixDropTrustedContext
-
sstinformixDropType
-
sstinformixDropUser
-
sstinformixDropView
-
sstinformixDropXaDatasource
-
sstinformixDropXaDatasourceType
-
sstinformixExecute
Informix execute,TInformixExecuteStmt -
sstinformixExecuteFunction
Informix execute function,TInformixExecuteFunction -
sstinformixExecuteImmediate
Informix execute immediate,TInformixExecuteImmediate -
sstinformixExecuteProcedure
Informix execute procedure,TInformixExecuteProcedure -
sstinformixFetch
-
sstinformixFlush
-
sstinformixFree
-
sstinformixGetDescriptor
-
sstinformixGetDiagnostics
-
sstinformixGrant
-
sstinformixGrantFragment
-
sstinformixInfo
-
sstinformixInsert
-
sstinformixLoad
-
sstinformixLockTable
-
sstinformixMerge
-
sstinformixOpen
-
sstinformixOutput
-
sstinformixPrepare
-
sstinformixPut
-
sstinformixReleaseSavepoint
-
sstinformixRenameColumn
-
sstinformixRenameDatabase
-
sstinformixRenameIndex
-
sstinformixRenameSecurity
-
sstinformixRenameSequence
-
sstinformixRenameTable
-
sstinformixRenameTrustedContext
-
sstinformixRenameUser
-
sstinformixRevoke
-
sstinformixRevokeFragment
-
sstinformixRollbackWork
-
sstinformixSaveExternalDirectives
-
sstinformixSavepoint
-
sstinformixSelect
-
sstinformixSetAutofree
-
sstinformixSetCollation
-
sstinformixSetConnection
-
sstinformixSetConstraints
-
sstinformixSetDatabaseObject
-
sstinformixSetDataskip
-
sstinformixSetDebugFile
-
sstinformixSetDeferred_Prepare
-
sstinformixSetDescriptor
-
sstinformixSetEncryptionPassword
-
sstinformixSetEnvironment
-
sstinformixSetExplain
-
sstinformixSetIndexes
-
sstinformixSetIsolation
-
sstinformixSetLockMode
-
sstinformixSetLog
-
sstinformixSetOptimization
-
sstinformixSetPDQPriority
-
sstinformixSetRole
-
sstinformixSetSessionAuthorization
-
sstinformixSetStatementCache
-
sstinformixSetTransaction
-
sstinformixSetTransactionMode
-
sstinformixSetTriggers
-
sstinformixSetUserPassword
-
sstinformixStartViolationsTable
-
sstinformixStopViolationsTable
-
sstinformixUnload
-
sstinformixUnlockTable
-
sstinformixUpdate
-
sstinformixUpdateStatistics
-
sstinformixWhenever
-
ssthiveExplain
Hive explain,THiveExplain -
ssthiveLoad
Hive load,THiveLoad -
ssthiveExportTable
Hive export table,THiveExportTable -
ssthiveImportTable
Hive import table,THiveImportTable -
ssthiveSwitchDatabase
Hive switch database,THiveSwitchDatabase -
ssthiveDropDatabase
Hive drop database,THiveDropDatabase -
ssthiveAlter
-
ssthiveDesc
Hive desc,THiveDescribe -
ssthiveDescDatabase
-
ssthiveDescFunction
-
ssthiveShow
Hive show,THiveShow -
ssthiveMetaStoreCheck
Deprecated.As of v2.3.4.6, replaced bysstmsckHive meta store check,TMSCKStmt -
sstanalyzeTable
Hive analyze table,TAnalyzeStmt -
ssthiveLockTable
Hive lock table,TLockTableStmt -
ssthiveUnlockTable
Hive unlock table,THiveUnlockTable -
ssthiveCreateRole
Hive create role,THiveCreateRole -
ssthiveDropRole
Hive drop role,THiveDropRole -
ssthiveGrant
Hive grant,THiveGrant -
ssthiveRevoke
Hive revoke,THiveRevoke -
ssthiveShowGrants
Hive show grants,THiveShowGrant -
ssthiveShowRoleGrants
Hive show role grants,THiveShowRoleGrant -
ssthiveGrantRole
Hive grant role,THiveGrantRole -
ssthiveRevokeRole
Hive revoke role,THiveRevokeRole -
ssthiveAlterDatabase
-
ssthiveCreateFunction
Hive create function,THiveCreateFunction -
ssthiveDropFunciton
Hive drop function,THiveDropFunction -
ssthiveFromQuery
Hive from query,THiveFromQuery -
ssthiveSet
Hive set,THiveSet -
sstsybasedumpTran
Sybase, dump tran.TSybaseDumpTran -
sstsybaseupdateindexstatistics
Sybase, update index statistics.TSybaseUpdateIndexStatistics -
sstsybaseInsertBulk
Sybase bulk insert.TInsertBulk -
sstsybaseWritetext
Sybase, writetext.TSybaseWritetext -
sstsybaseDeleteStatistics
Sybase delete statistics.TSybaseDeleteStatistics -
sstgreenplumAlterExternalTable
-
sstgreenplumAlterFilespace
-
sstgreenplumAlterProtocol
-
sstgreenplumAlterResourceQueue
-
sstgreenplumCreateExternalTable
-
sstgreenplumCreateFilespace
-
sstgreenplumCreateResourceQueue
-
sstgreenplumDropExternalTable
-
sstgreenplumDropFilespace
-
sstgreenplumDropResourceQueue
-
sstgreenplumShow
-
sstgreenplumStartTransaction
-
sstgreenplumVacuum
-
sstredshiftAbort
Redshift, abort statement.TRedshiftAbort -
sstredshiftAlterGroup
Redshift, alter group statement.TAlterGroup -
sstredshiftAlterSchema
Redshift, alter schema.TRedshiftAlterSchema -
sstredshiftAlterUser
Redshift, alter user.TRedshiftAlterUser -
sstredshiftAnalyze
Redshift, analyze.TRedshiftAnalyze -
sstredshiftAnalyzeCompression
Redshift, analyze compression.TRedshiftAnalyzeCompression -
sstredshiftBegin
Redshift, begin statement.TRedshiftBegin -
sstredshiftCancel
Redshift, cancel statement.TRedshiftCancel -
sstredshiftClose
Redshisft, close statement.TRedshiftClose -
sstredshiftComment
Redshift, comment.TRedshiftComment -
sstredshiftCommit
Redshift, commit.TRedshiftCommit -
sstredshiftCopy
Redshift, copy.TRedshiftCopy -
sstredshiftCreateGroup
Redshift, create group.TCreateGroup -
sstredshiftCreateSchema
Redshift, create schema.TRedshiftCreateSchema -
sstredshiftCreateUser
Redshift, create user.TRedshiftCreateUser -
sstredshiftDeallocate
Redshift, deallocate.TRedshiftDeallocate -
sstredshiftDeclare
Redshift, delcare.TRedshiftDeclare -
sstredshiftDropDatabase
Redshift, drop database.TDropDatabaseStmt -
sstredshiftDropGroup
Redshift, drop group.TDropGroup -
sstredshiftDropSchema
Redshift, drop schema.TRedshiftDropSchema -
sstredshiftDropUser
Redshift, drop users.TRedshiftDropUser -
sstredshiftEnd
Redshift, end statement.TRedshiftEnd -
sstredshiftLock
Redshift, lock statement.TRedshiftLock -
sstredshiftPrepare
Redshift, prepare statement.TRedshiftPrepare -
sstredshiftReset
Redshift, reset statement.TRedshiftReset -
sstredshiftRollback
Redshift, rollback statement.TRedshiftRollback -
sstredshiftSet
Redshift, set statement.TSetStmt -
sstredshiftSetSessionAuthorization
Redshift, session authorization.TRedshiftSessionAuthorization -
sstredshiftSetSessionCharacteristics
-
sstredshiftShow
Redshift, show statement.TShowStmt -
sstredshiftStartTransaction
Deprecated.As of v2.3.4.1, replaced bysstStartTransactionRedshift, start transaction.TStartTransactionStmt -
sstredshiftUnload
Redshift, unload statement.TRedshiftUnload -
sstredshiftVacuum
Redshift, vacuum statement.TRedshiftVacuum -
sstOracleCompoundTriggerBody
-
sstalterauditpolicy
-
sstaltercredential
-
sstalterfulltextindex
-
sstalterfunction
-
sstalterldapprovider
-
sstalterjwtprovider
-
sstalterpse
-
sstalterprocedure
-
sstalterremotesource
-
sstaltersamlprovider
-
sstalterstatistics
-
sstalterstructuredprivilege
-
sstaltersystem
-
sstalteruser
-
sstalterusergroup
-
sstalterviewcache
-
sstaltervirtualtable
-
sstalterworkloadclass
-
sstalterworkloadmapping
-
sstbackupcancel
-
sstbackupcatalogdelete
-
sstbackupcheck
-
sstbackupcheckaccess
-
sstbackupdata
-
sstbackuplistdata
-
sstcomment
-
sstconnect
-
sstcreateauditpolicy
-
sstcreatecertificate
-
sstcreatecollection
-
sstcreatecredential
-
sstcreatefulltextindex
-
sstcreatefunction
-
sstcreategraphworkspace
-
sstcreateJWTProvider
-
sstcreateLDAPProvider
-
sstcreateprocedure
-
sstcreatepse
-
sstcreateremotesource
-
sstcreateuser
-
sstcreateusergroup
-
sstcreaterole
-
sstcreatesamlprovider
-
sstcreateschema
-
sstcreatestatistics
-
sstcreatestructuredprivilege
-
sstcreatetrigger
-
sstcreatetype
-
sstcreatevirtualfunction
-
sstcreatevirtualprocedure
-
sstcreatevirtualtable
-
sstcreateworkloadclass
-
sstcreateworkloadmapping
-
sstdobeginend
-
sstdropauditpolicy
-
sstdropcertificate
-
sstdropcollection
-
sstdropcredential
-
sstdropdatabase
-
sstdropfulltextindex
-
sstdropfunction
-
sstdropgraphworkspace
-
sstdropJWTProvider
-
sstdropLDAPProvider
-
sstdropprocedure
-
sstdroppse
-
sstdropremotesource
-
sstdroprole
-
sstdropsamlprovider
-
sstdropstatistics
-
sstdropstructuredprivilege
-
sstdroptrigger
-
sstdroptype
-
sstdropuser
-
sstdropusergroup
-
sstdropworkloadclass
-
sstdropworkloadmapping
-
sstexport
-
sstimport
-
sstimportfrom
-
sstimportscan
-
sstmergedelta
-
sstrecoverdata
-
sstrecoverdatabase
-
sstrefreshstatistics
-
sstrenamecollection
-
sstrenamecolumn
-
sstrenamedatabase
-
sstrenameindex
-
sstrenametable
-
sstreplace
-
sstset
-
sssethistorysession
-
sstsetpse
-
sstsetschema
-
sstsetsystemlicense
-
sstsettransactionautocommit
-
ssttruncatecollection
-
ssttruncatetable
-
sstload
-
sstunload
-
sstunset
-
sstunsetpse
-
sstunsetsystemlicense
-
sstvalidateLDAPProvider
-
sstvalidateUser
-
sstupsert
-
sstsignal
-
sstrepairtable
-
sstdax
-
sstdaxexpr
-
sstdaxevaluate
-
sstAlterAccessPolicy
-
sstAlterAuthentication
-
sstAlterFaultGroup
-
sstAlterLibrary
-
sstAlterNetworkInterface
-
sstAlterNode
-
sstAlterProjection
-
sstAlterProfile
-
sstAlterProfileRename
-
sstAlterResourcePool
-
sstAlterRole
-
sstAlterSchema
-
sstAlterSubnet
-
sstBegin
-
sstCommentOn
-
sstCopy
-
sstCreateAccessPolicy
-
sstCreateAuthentication
-
sstCreateExternalTable
-
sstCreateFaultGroup
-
sstCreateHCatalogSchema
-
sstCreateLibrary
-
sstCreateLocation
-
sstCreateNetworkInterface
-
sstCreateProfile
-
sstCreateProjection
-
sstCreateResourcePool
-
sstCreateSubnet
-
sstActivateDirectedQuery
-
sstCreateDirectedQuery
-
sstDropDirectedQuery
-
sstDeActivateDirectedQuery
-
sstGetDirectedQuery
-
sstSaveQuery
-
sstDisconnect
-
sstDropAccessPolicy
-
sstDropAggregateFunction
-
sstDropAuthentication
-
sstDropFaultGroup
-
sstDropLibrary
-
sstDropNetworkInterface
-
sstDropProfile
-
sstDropProjection
-
sstDropResourcePool
-
sstDropSubnet
-
sstDropTransformFunction
-
sstEnd
-
sstExportToVertica
-
sstProfile
-
sstReleaseSavepoint
-
sstShow
-
sstStartTransaction
-
sstDropTextIndex
-
sstBuildIndex
-
sstinfer
-
sstprepare
-
sstSlashCommand
-
sstComputeStats
-
sstAlterAccount
-
sstAlterFileFormat
-
sstAlterNetworkPolicy
-
sstAlterPipe
-
sstAlterResourceMonitor
-
sstAlterStage
-
sstAlterWarehouse
-
sstAlterTask
-
sstCopyInto
-
sstCreateFileFormat
-
sstCreateNetworkPolicy
-
sstCreatePipe
-
sstCreateResourceMonitor
-
sstCreateStage
-
sstCreateTask
-
sstCreateWarehouse
-
sstCreateStream
-
sstDescFileFormat
-
sstDescFunction
-
sstDescNetworkPolicy
-
sstDescPipe
-
sstDescResult
-
sstDescStage
-
sstDescStorage
-
sstDescTable
-
sstDescUser
-
sstDescView
-
sstDropFileFormat
-
sstDropNetworkPolicy
-
sstDropPipe
-
sstDropResourceMonitor
-
sstDropStage
-
sstDropWarehouse
-
sstGet
-
sstList
-
sstPut
-
sstRemove
-
sstShowColumns
-
sstShowDatabases
-
sstShowFileFormats
-
sstShowFunctions
-
sstShowGrants
-
sstShowLocks
-
sstShowNetworkPolicies
-
sstShowObjects
-
sstShowParameters
-
sstShowPipes
-
sstShowResourceMonitors
-
sstShowRoles
-
sstShowSchemas
-
sstShowSequences
-
sstShowStages
-
sstShowTables
-
sstShowTransactions
-
sstShowUserFunctions
-
sstShowUsers
-
sstShowVariables
-
sstShowViews
-
sstShowUser
-
sstShowWarehouses
-
sstShowProcedures
-
sstUndropDatabase
-
sstUndropSchema
-
sstUndropTable
-
sstUse
-
sstDrop
-
sstDropStream
-
sstSetDatabaseObject
-
sstgetdiagnostics
-
sstSnowflakePseudoExprStmt
-
sstUseSecondaryRoles
-
sstShowTasks
-
sstShowStreams
-
sstDropStreamlit
-
sstAnalyzeTable
-
sstCacheTable
-
sstUnCacheTable
-
sstClearCache
-
sstRefreshTable
-
sstRefresh
-
sstRefreshFunction
-
sstdescribeDatabase
-
sstdescribeTable
-
sstdescribeFunction
-
sstdescribeQuery
-
sstShowCreateTable
-
sstShowPartitions
-
sstShowTableExtended
-
sstShowTblProperties
-
sstReset
-
sstSetTimeZone
-
sstAddFile
-
sstListFile
-
sstAddJar
-
sstListJar
-
sstResourceManagement
-
sstCache
-
sstRefersh
-
sstBigQueryDeclare
-
sstBigQueryExportData
-
sstValues
-
sstResetSession
-
sstmsck
-
sstDropMaterializedView
-
sstDropAssignment
-
sstDropReservation
-
sstDropRowAccessPolicy
-
sstDropSnapshotTable
-
sstDropTableFunction
-
sstcreatemodel
-
sstdropmodel
-
sstaltercatalog
-
sstaltercredental
-
sstalterlocation
-
sstalterprovider
-
sstalterrecipient
-
sstcreatecatalog
-
sstCreateExternallocation
-
sstcreaterecipient
-
sstdropcatalog
-
sstdroplocation
-
sstdropprovider
-
sstdroprecipient
-
sstmsckrepairtable
-
sstsync
-
sstCacheSelect
-
sstdescribeCatalog
-
sstdescribeCredential
-
sstdescribeLocation
-
sstdescribeProvider
-
sstdescribeRecipient
-
sstdescribeSchema
-
sstaddAchieve
-
sstAlterGroup
-
sstCreategroup
-
sstDeny
-
sstDropGroup
-
sstCreateMacro
-
sstDropMacro
-
sstUseCatalog
-
sstConvertToDelta
-
sstOptimize
-
sstRestoreTable
-
sstReorgTable
-
sstAlterRelation
-
sstAlterPackage
-
sstDeclareCursor
-
sstDoExecuteBlock
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
sstcreatefunction