Modifier and Type | Field and Description |
---|---|
TCustomSqlStatement |
TCustomParser.sql |
TCustomSqlStatement |
TSyntaxError.sqlStatement |
TCustomSqlStatement |
TSourceToken.stmt
SQL statement that owns this token.
|
Modifier and Type | Method and Description |
---|---|
TCustomSqlStatement |
TStatementList.get(int p) |
TCustomSqlStatement |
TCustomSqlStatement.getAncestorStmt() |
TCustomSqlStatement |
TCustomSqlStatement.getParentStmt() |
TCustomSqlStatement |
TStatementList.getRawSql(int p) |
TCustomSqlStatement |
TCustomSqlStatement.getTopStatement() |
TCustomSqlStatement |
TSqlCmds.issql(TSourceToken pcst,
EDbVendor pdbvendor,
EFindSqlStateType pstate,
TCustomSqlStatement psqlstatement) |
Modifier and Type | Method and Description |
---|---|
Iterator<TCustomSqlStatement> |
TStatementList.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
TStatementList.add(int index,
TCustomSqlStatement p) |
void |
TStatementList.add(TCustomSqlStatement p) |
protected int |
TCustomSqlStatement.dochecksyntax(TCustomSqlStatement psql) |
void |
TStatementList.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
int |
TCustomSqlStatement.doParseStatement(TCustomSqlStatement psql) |
TCustomSqlStatement |
TSqlCmds.issql(TSourceToken pcst,
EDbVendor pdbvendor,
EFindSqlStateType pstate,
TCustomSqlStatement psqlstatement) |
int |
TCustomSqlStatement.parsestatement(TCustomSqlStatement pparentsql,
boolean isparsetreeavailable) |
int |
TCustomSqlStatement.parsestatement(TCustomSqlStatement pparentsql,
boolean isparsetreeavailable,
boolean onlyNeedRawParseTree)
Parse this statement.
|
boolean |
ISQLStatementHandle.processSQLStatement(TCustomSqlStatement sqlStatement,
TGSqlParser sqlParser) |
void |
TCustomSqlStatement.setParentStmt(TCustomSqlStatement parentStmt) |
Constructor and Description |
---|
TSyntaxError(String tokentext,
long lines,
long columns,
String hint,
EErrorType errortype,
int errorno,
TCustomSqlStatement sql,
int posInList) |
TSyntaxError(String tokentext,
long lines,
long columns,
String hint,
EErrorType errortype,
int errorno,
TCustomSqlStatement sql,
int posInList,
TObjectName objectName) |
TSyntaxError(TSourceToken pSt,
String hint,
EErrorType errortype,
int errorno,
TCustomSqlStatement sql) |
Modifier and Type | Method and Description |
---|---|
void |
DataFlowHandleAdapter.endAnalyzeStatment(TCustomSqlStatement stmt) |
void |
DataFlowHandleListener.endAnalyzeStatment(TCustomSqlStatement stmt) |
void |
DataFlowHandleAdapter.startAnalyzeStatment(TCustomSqlStatement stmt) |
void |
DataFlowHandleListener.startAnalyzeStatment(TCustomSqlStatement stmt) |
Modifier and Type | Method and Description |
---|---|
TCustomSqlStatement |
Process.getGspObject() |
TCustomSqlStatement |
Table.getSqlStatement() |
Modifier and Type | Method and Description |
---|---|
static Stack<TCustomSqlStatement> |
ModelBindingManager.getGlobalStmtStack() |
List<TCustomSqlStatement> |
ModelBindingManager.getViews() |
Modifier and Type | Method and Description |
---|---|
void |
ModelBindingManager.collectDynamicSqlHash(TCustomSqlStatement stmt) |
void |
ModelBindingManager.collectSqlHash(TCustomSqlStatement stmt) |
Table |
ModelFactory.createConstantsTable(TCustomSqlStatement stmt) |
Process |
ModelFactory.createProcess(TCustomSqlStatement processStmt) |
Table |
ModelFactory.createView(TCustomSqlStatement viewStmt,
TObjectName viewName) |
Table |
ModelFactory.createView(TCustomSqlStatement viewStmt,
TObjectName viewName,
boolean fromCreateView) |
String |
ModelBindingManager.getSqlHash(TCustomSqlStatement stmt) |
TTable |
ModelBindingManager.getTable(TCustomSqlStatement stmt,
TObjectName column) |
TTable |
ModelBindingManager.guessTable(TCustomSqlStatement stmt,
TObjectName column) |
Modifier and Type | Method and Description |
---|---|
static void |
ModelBindingManager.setGlobalStmtStack(Stack<TCustomSqlStatement> stack) |
Constructor and Description |
---|
Process(TCustomSqlStatement gspObject) |
Table(TCustomSqlStatement stmt,
TObjectName viewName) |
Variable(TCustomSqlStatement stmt,
TObjectName cursorVariable) |
Modifier and Type | Method and Description |
---|---|
static TCustomSqlStatement |
DlineageUtil.getTopStmt(TCustomSqlStatement stmt) |
Modifier and Type | Method and Description |
---|---|
static String |
DlineageUtil.getProcedureParentName(TCustomSqlStatement stmt) |
static TCustomSqlStatement |
DlineageUtil.getTopStmt(TCustomSqlStatement stmt) |
Modifier and Type | Method and Description |
---|---|
TCustomSqlStatement |
TCTE.getPreparableStmt()
preparable statement can be:
|
TCustomSqlStatement |
TSymbolTableItem.getStmt() |
TCustomSqlStatement |
TStatementSqlNode.getStmt() |
TCustomSqlStatement |
TDataChangeTable.getStmt() |
Modifier and Type | Method and Description |
---|---|
TTable |
TLateralView.createATable(TCustomSqlStatement sql) |
void |
TTableHint.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TAlterTableOption.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TTableFunction.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TDeclareVariable.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TKeepDenseRankClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TInExpr.doParse(TCustomSqlStatement psql,
ESqlClause plocation)
Deprecated.
|
void |
TExceptionHandler.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TContainsTable.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TGroupBy.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TComputeExpr.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TPTNodeList.doParse(TCustomSqlStatement psql,
ESqlClause plocation)
analyze this node
|
void |
TConnectByClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TOrderByItem.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TJsonTable.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TForUpdate.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TResultColumn.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TViewAliasClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TGroupingSet.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TGroupingExpressionItem.doParse(TCustomSqlStatement psql,
ESqlClause plocation)
Deprecated.
|
void |
TInsertCondition.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TResultColumnList.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TElseIfSqlNode.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TAnalyticFunction.doParse(TCustomSqlStatement psql,
ESqlClause plocation)
Deprecated.
|
void |
TMergeDeleteClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TSampleClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TCTE.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TIntervalExpression.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TParseTreeNodeList.doParse(TCustomSqlStatement psql,
ESqlClause plocation)
analyze this node
|
void |
TColumnDefinition.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
THierarchical.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TWhenClauseItem.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TPivotedTable.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TWindowDef.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TTrimArgument.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TMergeInsertClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TCreateTableOption.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TConstraint.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TDmlSelectItem.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TStatementSqlNode.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TTeradataWithClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TQualifyClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TGroupByItem.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TReturningClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TGroupingSetItem.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TComputeClauseItem.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TExpression.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TArrayAccess.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TValueRowItem.doParse(TCustomSqlStatement psql,
ESqlClause plocation)
Deprecated.
|
void |
TXmlTable.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TNewVariantTypeArgument.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TFunctionCall.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TDataChangeTable.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TPartitionClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TCompoundDmlTriggerClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TViewAliasItem.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TWithinGroup.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TOrderBy.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TInformixOuterClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TCaseExpression.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TXMLPassingClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TMergeUpdateClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TCaseJoinItem.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TTriggeringClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TSortBy.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TBlockSqlNode.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TIntoClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TCaseJoinClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TComputeClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TMultiTarget.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TWhereClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TParseTreeNode.doParse(TCustomSqlStatement psql,
ESqlClause plocation)
Analyze the sub-nodes inside this node.
|
void |
TOutputClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TPivotInClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TExceptionClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TTeradataWithClauseItem.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TLimitClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
THintClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TExecParameter.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TExpressionCallTarget.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TOpenQuery.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TTopClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TTableElement.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TInsertIntoValue.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TRollupCube.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TPivotClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TXmlTableParameter.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TValueClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TMergeWhenClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TUnnestClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TXMLAttributesClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TExpression.evaluate(Stack<gudusoft.gsqlparser.compiler.TFrame> frameStack,
TCustomSqlStatement sqlStatement) |
boolean |
TCTE.searchColumnInResultSet(TCustomSqlStatement pSql,
TTable pTable,
TObjectName pColumn,
boolean pMustIn) |
void |
TCTE.setPreparableStmt(TCustomSqlStatement preparableStmt) |
void |
TObjectName.setSourceTable2(TCustomSqlStatement sqlStatement,
TAttributeNode attributeNode,
TTable newSourceTable) |
void |
TSymbolTableItem.setStmt(TCustomSqlStatement stmt) |
void |
TDataChangeTable.setStmt(TCustomSqlStatement stmt) |
Constructor and Description |
---|
TSymbolTableItem(EDbObjectType dbObjectType,
TCustomSqlStatement pstmt,
TParseTreeNode pdata) |
TSymbolTableItem(int ptype,
TCustomSqlStatement pstmt,
TParseTreeNode pdata) |
Modifier and Type | Method and Description |
---|---|
void |
TDaxReturn.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TDaxGroupByBase.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TDaxSubstituteWithIndex.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TDaxDatatable.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TDaxIsOnOrAfter.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TDaxSummerizeColumns.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TDaxVar.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TDaxAddMissingItems.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TDaxFunction.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
Modifier and Type | Method and Description |
---|---|
void |
TJsonFunction.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TPredictArgument.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TRangeNFunction.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TFlattenFunction.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TJsonObjectFunction.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TUnPackFunction.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TArrayConcatAggFunction.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TMLPredictFunction.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
Modifier and Type | Method and Description |
---|---|
void |
TGroupConcatParam.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
Modifier and Type | Method and Description |
---|---|
void |
TTimingPoint.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
Modifier and Type | Method and Description |
---|---|
void |
TStageReference.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
Modifier and Type | Method and Description |
---|---|
void |
TTDUnpivot.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TIndexDefinition.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TCollectColumnIndex.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TRangeNFunctionItem.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
void |
TExpandOnClause.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
Modifier and Type | Method and Description |
---|---|
void |
TTimeSeries.doParse(TCustomSqlStatement psql,
ESqlClause plocation) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractKeyWordAlignProcessor<E extends TCustomSqlStatement> |
Modifier and Type | Method and Description |
---|---|
static void |
ExpressionProcessor.processParenthesesNodeInSubQuery(GFmtOpt option,
TCustomSqlStatement sql,
TSourceToken leftParenthesis,
TSourceToken rightParenthsis) |
Modifier and Type | Method and Description |
---|---|
void |
CTEProcessor.process(TCustomSqlStatement node) |
Modifier and Type | Method and Description |
---|---|
static boolean |
FormatterFactory.isNotNeedFormat(TCustomSqlStatement sql) |
static void |
FormatterFactory.processStatement(GFmtOpt option,
TCustomSqlStatement sql) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStmtFormatter<E extends TCustomSqlStatement>
the base class for all statment formatters
|
Modifier and Type | Method and Description |
---|---|
protected void |
CommonStmtFormatter.doFormat(TCustomSqlStatement stmt) |
void |
CompactModeStmtFormatter.format(TCustomSqlStatement stmt) |
Modifier and Type | Method and Description |
---|---|
protected void |
TScriptGeneratorVisitor.preVisit(TCustomSqlStatement stmt) |
Modifier and Type | Class and Description |
---|---|
class |
TAlterAuditPolicyStmt
SQL alter audit policy statement
|
class |
TAlterCredentialStmt
databricks, hana
|
class |
TAlterDatabaseStmt
SQL alter database statement.
|
class |
TAlterFunctionStmt
SQL alter function statement.
|
class |
TAlterGroup |
class |
TAlterIndexStmt
SQL alter index statement.
|
class |
TAlterLibraryStmt
SQL alter library statement.
|
class |
TAlterMaterializedViewStmt
SQL alter materialized view statement
TAlterMaterializedViewStmt.getMaterializedViewName() returns the materialized view name |
class |
TAlterPackageStmt |
class |
TAlterProcedureStmt |
class |
TAlterRelation |
class |
TAlterRoleStmt |
class |
TAlterSchemaStmt |
class |
TAlterSequenceStatement |
class |
TAlterSessionStatement
alter session statement
|
class |
TAlterSynonymStmt |
class |
TAlterTableStatement
SQL alter table statement.
|
class |
TAlterTriggerStmt |
class |
TAlterTypeStatement |
class |
TAlterUserStmt |
class |
TAlterViewStatement |
class |
TAnalyzeStmt |
class |
TAssignStmt
The assignment statement sets the current value of a variable, field, parameter,
or element that has been declared in the current scope.
|
class |
TBeginTran |
class |
TBlockSqlStatement
Base class for all sql statements that include multiple sql statements
|
class |
TBreakStmt |
class |
TCallStatement |
class |
TCaseStmt
The CASE statement chooses from a sequence of conditions, and execute a corresponding statement.
|
class |
TCloseStmt
The CLOSE statement closes a cursor or cursor variable, thereby allowing its resources to be reused.
|
class |
TCommentOnSqlStmt
Represents db2,oracle comment on statement.
|
class |
TCommitStmt |
class |
TCommonBlock
sql block may have label name.
|
class |
TCommonStoredProcedureSqlStatement
sql block with exception clause
|
class |
TConnectStmt |
class |
TCopyStmt |
class |
TCreateAliasStmt |
class |
TCreateAuditPolicyStmt |
class |
TCreateCredentialStmt |
class |
TCreateDatabaseLinkStmt |
class |
TCreateDatabaseSqlStatement |
class |
TCreateExtensionStmt |
class |
TCreateFunctionStmt
Create function.
|
class |
TCreateGroup |
class |
TCreateIndexSqlStatement
create an index.
|
class |
TCreateMacro |
class |
TCreateMaterializedSqlStatement |
class |
TCreateMaterializedViewLogSqlStatement
Oracle create materialized view log
Get table name
TCreateMaterializedViewLogSqlStatement.getTableName() , get column list TCreateMaterializedViewLogSqlStatement.getColumnList() |
class |
TCreateProcedureStmt
Create procedure statement.
|
class |
TCreateRoleStmt |
class |
TCreateSchemaSqlStatement |
class |
TCreateSequenceStmt |
class |
TCreateSynonymStmt |
class |
TCreateTablespaceStmt |
class |
TCreateTableSqlStatement
SQL create table statement.
|
class |
TCreateTriggerStmt
Create trigger statement.
|
class |
TCreateTypeStmt |
class |
TCreateUserStmt |
class |
TCreateViewSqlStatement
Define a view, which is a logical table based on one or more tables or views.
|
class |
TCursorDeclStmt
Represents cursor related statement, including:
|
class |
TCustomDropStatement |
class |
TDeclareCursorStmt
Single declare cursor sql statement for GaussDB
|
class |
TDeleteSqlStatement
SQL delete statement.
|
class |
TDenyStmt
SQLServer, databricks
|
class |
TDescribeStmt |
class |
TDisconnectStmt |
class |
TDoExecuteBlockStmt |
class |
TDropDatabaseLinkStmt |
class |
TDropDatabaseStmt |
class |
TDropFunctionStmt |
class |
TDropGroup |
class |
TDropIndexSqlStatement
remove an index or domain index from the database.
|
class |
TDropLibraryStmt |
class |
TDropMacro |
class |
TDropMaterializedViewLogStmt |
class |
TDropMaterializedViewStmt |
class |
TDropProcedureStmt |
class |
TDropProfileStmt |
class |
TDropProjectionStmt |
class |
TDropRoleStmt |
class |
TDropSchemaSqlStatement |
class |
TDropSequenceStmt |
class |
TDropStmt |
class |
TDropSynonymStmt |
class |
TDropTableSqlStatement
move a table or object table to the recycle bin or to remove the table and all its data from the database entirely.
|
class |
TDropTriggerSqlStatement |
class |
TDropUserStmt |
class |
TDropViewSqlStatement
remove a view or an object view from the database.
|
class |
TElsifStmt
Represents ELSEIF ...
|
class |
TEndTran |
class |
TExecImmeStmt
The EXECUTE IMMEDIATE statement builds and executes a dynamic SQL statement in
a single operation.
|
class |
TExecutePreparedStatement
Deprecated.
As of v2.3.3.7, replaced by
TExecuteSqlStatement |
class |
TExecuteSqlStatement
execute statement
db: couchbase, netezza,greenplum,mysql, postgresql,redshift
|
class |
TExitStmt
The EXIT statement exits a loop and transfers control to the end of the loop.
|
class |
TExplainPlan |
class |
TFetchStmt
The FETCH statement retrieves rows of data from the result set of a multiple-row query.
|
class |
TForStmt |
class |
TGetDiagnosticsStmt
Deprecated.
since GSP Java version 2.3.9.3, use
TGetDiagStmt instead. |
class |
TGetDiagStmt |
class |
TGrantStmt |
class |
TIfStmt
The IF statement executes or skips a sequence of statements, depending on the value
of a Boolean expression
|
class |
TInsertSqlStatement
SQL insert statement.
|
class |
TIterateStmt |
class |
TLeaveStmt |
class |
TListStmt |
class |
TLockTableStmt |
class |
TLoopStmt
A LOOP statement executes a sequence of statements multiple times.
|
class |
TMergeSqlStatement
Merge SQL statement.
|
class |
TMSCKStmt |
class |
TMssqlCreateType |
class |
TOpenforStmt
The OPEN-FOR statement executes the SELECT statement associated with a cursor variable.
|
class |
TOpenStmt
The OPEN statement executes the query associated with a cursor.
|
class |
TParseErrorSqlStatement |
class |
TPrepareStmt |
class |
TRaiseStmt
The RAISE statement stops normal execution of a PL/SQL block or subprogram and transfers control to an exception handler.
|
class |
TReindexStmt |
class |
TReleaseSavepointStmt |
class |
TRenameStmt |
class |
TRepeatStmt |
class |
TResetStmt
This class represents reset statement of GaussDB.
|
class |
TReturnStmt
The RETURN statement immediately completes the execution of a subprogram and returns control to the invoker
|
class |
TRevokeStmt |
class |
TRollbackStmt |
class |
TRoutine
Base class of procedure and function.
|
class |
TSavepointStmt |
class |
TSelectSqlStatement
Class
TSelectSqlStatement represents query specification, query expression and select statement. |
class |
TSetCatalogStmt |
class |
TSetDatabaseObjectStmt |
class |
TSetSchemaStmt |
class |
TSetStmt |
class |
TShowStmt |
class |
TStartTransactionStmt |
class |
TStoredProcedureSqlStatement
block with declaration and parameters
Base class for stored procedure such as create function, procedure, trigger and etc. |
class |
TTruncateStatement |
class |
TUnknownSqlStatement |
class |
TUnloadStmt
Athena, Hana, redshift
|
class |
TUnsetStmt |
class |
TUpdateSqlStatement
SQL update statement.
|
class |
TUpsertStmt |
class |
TUseDatabase |
class |
TUseStmt
Deprecated.
since v2.6.2.8, please use
TUseDatabase instead. |
class |
TVacuumStmt |
class |
TVarDeclStmt
Represents declare statement that used to decalre variable, constant, exception and subtype.
|
class |
TWhileStmt |
Modifier and Type | Method and Description |
---|---|
TCustomSqlStatement |
TPrepareStmt.getPreparableStmt() |
TCustomSqlStatement |
TExplainPlan.getStatement() |
TCustomSqlStatement |
TExecuteSqlStatement.getStmt() |
Modifier and Type | Class and Description |
---|---|
class |
TExportDataStmt |
Modifier and Type | Method and Description |
---|---|
int |
TExportDataStmt.doParseStatement(TCustomSqlStatement psql) |
Modifier and Type | Class and Description |
---|---|
class |
TInferKeyspaceStmt |
class |
TTBuildIndexesStmt |
Modifier and Type | Method and Description |
---|---|
int |
TTBuildIndexesStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TInferKeyspaceStmt.doParseStatement(TCustomSqlStatement psql) |
Modifier and Type | Class and Description |
---|---|
class |
TConvertToDeltaStmt |
class |
TCreateCatalogStmt |
class |
TCreateExternalLocationStmt |
class |
TOptimizeStmt |
class |
TReorgTableStmt |
class |
TRestoreTableStmt |
Modifier and Type | Method and Description |
---|---|
int |
TOptimizeStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TConvertToDeltaStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TRestoreTableStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TCreateCatalogStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TCreateExternalLocationStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TReorgTableStmt.doParseStatement(TCustomSqlStatement psql) |
Modifier and Type | Class and Description |
---|---|
class |
TDaxEvaluateStmt
DAX Evaluate query.
|
class |
TDaxExprStmt
DAX expression statement, syntax like
|
class |
TDaxStmt
Base class of DAX statement
|
Modifier and Type | Method and Description |
---|---|
int |
TDaxExprStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TDaxEvaluateStmt.doParseStatement(TCustomSqlStatement psql) |
Modifier and Type | Method and Description |
---|---|
TCustomSqlStatement |
TDb2HandlerDeclaration.getStmt() |
Modifier and Type | Class and Description |
---|---|
class |
TSlashCommand |
Modifier and Type | Method and Description |
---|---|
protected int |
TSlashCommand.dochecksyntax(TCustomSqlStatement psql) |
protected int |
TSlashCommand.doparsestatement(TCustomSqlStatement psql) |
Modifier and Type | Class and Description |
---|---|
class |
THiveCreateFunction
Hive create function.
|
class |
THiveCreateRole |
class |
THiveDescribe |
class |
THiveDropDatabase |
class |
THiveDropFunction |
class |
THiveDropRole |
class |
THiveExplain |
class |
THiveExportTable |
class |
THiveFromQuery |
class |
THiveGrant |
class |
THiveGrantRole |
class |
THiveImportTable |
class |
THiveLoad |
class |
THiveRevoke |
class |
THiveRevokeRole |
class |
THiveSet |
class |
THiveShow |
class |
THiveShowGrant |
class |
THiveShowRoleGrant |
class |
THiveSwitchDatabase
Deprecated.
since 2.6.2.6, use
TUseDatabase instead |
class |
THiveUnlockTable |
Modifier and Type | Method and Description |
---|---|
TCustomSqlStatement |
THiveExplain.getStmt() |
Modifier and Type | Class and Description |
---|---|
class |
TComputeStats |
Modifier and Type | Method and Description |
---|---|
protected int |
TComputeStats.dochecksyntax(TCustomSqlStatement psql) |
protected int |
TComputeStats.doparsestatement(TCustomSqlStatement psql) |
Modifier and Type | Class and Description |
---|---|
class |
TInformixAllocateCollectionStmt |
class |
TInformixAllocateDescriptorStmt |
class |
TInformixAllocateRow |
class |
TInformixAlterAccess_MethodStmt |
class |
TInformixAlterFragment |
class |
TInformixCreateFunction
Informix create function.
|
class |
TInformixCreateProcedure
Informix create procedure.
|
class |
TInformixCreateRowTypeStmt |
class |
TInformixCreateTrigger
Deprecated.
As of v2.0.1.0, replaced by
TCreateTriggerStmt |
class |
TInformixDropRowTypeStmt |
class |
TInformixExecuteFunction |
class |
TInformixExecuteImmediate |
class |
TInformixExecuteProcedure |
class |
TInformixExecuteStmt |
Modifier and Type | Method and Description |
---|---|
int |
TInformixCreateFunction.doParseStatement(TCustomSqlStatement psql) |
int |
TInformixExecuteStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TInformixCreateRowTypeStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TInformixAlterAccess_MethodStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TInformixAlterFragment.doParseStatement(TCustomSqlStatement psql) |
int |
TInformixDropRowTypeStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TInformixAllocateRow.doParseStatement(TCustomSqlStatement psql) |
int |
TInformixExecuteFunction.doParseStatement(TCustomSqlStatement psql) |
int |
TInformixAllocateDescriptorStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TInformixCreateProcedure.doParseStatement(TCustomSqlStatement psql) |
int |
TInformixCreateTrigger.doParseStatement(TCustomSqlStatement psql)
Deprecated.
|
int |
TInformixAllocateCollectionStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TInformixExecuteProcedure.doParseStatement(TCustomSqlStatement psql) |
int |
TInformixExecuteImmediate.doParseStatement(TCustomSqlStatement psql) |
Modifier and Type | Class and Description |
---|---|
class |
TMdxAlterCube |
class |
TMdxCalculate |
class |
TMdxCall |
class |
TMdxCase |
class |
TMdxClearCalculations |
class |
TMdxCreateAction |
class |
TMdxCreateCellCalculation |
class |
TMdxCreateGlobalCube |
class |
TMdxCreateMeasure |
class |
TMdxCreateMember |
class |
TMdxCreateSessionCube |
class |
TMdxCreateSet |
class |
TMdxCreateSubCube |
class |
TMdxDrillthrough |
class |
TMdxDropAction |
class |
TMdxDropCellCalculation |
class |
TMdxDropMember |
class |
TMdxDropSet |
class |
TMdxDropSubcube |
class |
TMdxExpression |
class |
TMdxFreeze |
class |
TMdxIf |
class |
TMdxRefreshCube |
class |
TMdxScope |
class |
TMdxSelect
MDX, select statement.
|
class |
TMdxUpdate |
Modifier and Type | Method and Description |
---|---|
TCustomSqlStatement |
TMssqlIfElse.getElseStmt() |
TCustomSqlStatement |
TMssqlIfElse.getStmt() |
Modifier and Type | Class and Description |
---|---|
class |
TCustomMySQLStmt |
class |
TLoadDataStmt |
class |
TMySQLBlock
Deprecated.
since GSP Java version 2.5.1.2, use
TCommonBlock instead. |
class |
TMySQLCallStmt
Deprecated.
since GSP Java version 2.5.1.2, use
TCallStatement instead. |
class |
TMySQLCaseStmt |
class |
TMySQLCreateFunction
Deprecated.
since GSP Java version 2.5.1.2, use
TCreateFunctionStmt instead. |
class |
TMySQLCreateProcedure
Deprecated.
since GSP Java version 2.3.9.3, use
TCreateProcedureStmt instead. |
class |
TMySQLCreateTrigger
Deprecated.
As of v2.0.1.0, replaced by
TCreateTriggerStmt |
class |
TMySQLDeallocatePrepareStmt |
class |
TMySQLDeclare |
class |
TMySQLFetchCursor
Deprecated.
As of v2.5.1.3, replaced by
TFetchStmt |
class |
TMySQLIfStmt |
class |
TMySQLLoopStmt
Deprecated.
since GSP Java version 2.3.9.3, use
TLoopStmt instead. |
class |
TMySQLOpenCursor
Deprecated.
As of v2.5.1.3, replaced by
TOpenStmt |
class |
TMySQLOptimizeTableStmt |
class |
TMySQLRepeatStmt
Deprecated.
As of v2.0.4.6, replaced by
TRepeatStmt |
class |
TMySQLReturn
Deprecated.
since GSP Java version 2.5.1.2, use
TReturnStmt instead. |
class |
TMySQLSet
Deprecated.
since GSP Java version 2.5.1.2, use
TSetStmt instead. |
class |
TMySQLShowStmt |
class |
TMySQLSignal |
class |
TMySQLSource |
class |
TMySQLStmtStub |
class |
TMySQLWhileStmt
Deprecated.
As of v2.0.5.3, use
TWhileStmt instead |
class |
TShowEngineStmt |
class |
TShowIndexStmt |
Modifier and Type | Method and Description |
---|---|
protected int |
TMySQLSource.dochecksyntax(TCustomSqlStatement psql) |
int |
TMySQLLoopStmt.doParseStatement(TCustomSqlStatement psql)
Deprecated.
|
int |
TShowEngineStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TMySQLDeallocatePrepareStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TMySQLCreateFunction.doParseStatement(TCustomSqlStatement psql)
Deprecated.
|
int |
TMySQLOptimizeTableStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TMySQLIfStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TMySQLFetchCursor.doParseStatement(TCustomSqlStatement psql)
Deprecated.
|
int |
TMySQLSet.doParseStatement(TCustomSqlStatement psql)
Deprecated.
|
int |
TMySQLSignal.doParseStatement(TCustomSqlStatement psql) |
int |
TLoadDataStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TMySQLCreateProcedure.doParseStatement(TCustomSqlStatement psql)
Deprecated.
|
int |
TMySQLWhileStmt.doParseStatement(TCustomSqlStatement psql)
Deprecated.
|
int |
TMySQLStmtStub.doParseStatement(TCustomSqlStatement psql) |
int |
TMySQLCaseStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TMySQLReturn.doParseStatement(TCustomSqlStatement psql)
Deprecated.
|
int |
TMySQLCallStmt.doParseStatement(TCustomSqlStatement psql)
Deprecated.
|
int |
TMySQLOpenCursor.doParseStatement(TCustomSqlStatement psql)
Deprecated.
|
int |
TMySQLShowStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TShowIndexStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TMySQLCreateTrigger.doParseStatement(TCustomSqlStatement psql)
Deprecated.
|
int |
TMySQLSource.doParseStatement(TCustomSqlStatement psql) |
int |
TMySQLRepeatStmt.doParseStatement(TCustomSqlStatement psql)
Deprecated.
|
int |
TMySQLDeclare.doParseStatement(TCustomSqlStatement psql) |
int |
TMySQLBlock.doParseStatement(TCustomSqlStatement psql)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
TNetezzaGenerateStatistics
netezza generate [express] statistics statement
|
class |
TNetezzaGroomTable
netezza groom table statement.
|
Modifier and Type | Method and Description |
---|---|
int |
TNetezzaGroomTable.doParseStatement(TCustomSqlStatement psql) |
int |
TNetezzaGenerateStatistics.doParseStatement(TCustomSqlStatement psql) |
Modifier and Type | Class and Description |
---|---|
class |
TBasicStmt
Includes some basic expression statement in plsql.
|
class |
TCompoundTriggerBody |
class |
TCustomOracleSqlStmt |
class |
TOracleCreateDirectoryStmt |
class |
TOracleCreateLibraryStmt |
class |
TOracleCreateSequenceStmt
Deprecated.
As of v1.4.4.5, replaced by
TCreateSequenceStmt |
class |
TOracleCreateSynonymStmt
Deprecated.
As of v1.4.4.5, replaced by
TCreateSynonymStmt |
class |
TOracleExecuteProcedure |
class |
TPlsqlContinue |
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 |
TPlsqlCreateType
The CREATE TYPE statement creates or replaces
|
class |
TPlsqlCreateType_Placeholder
This class is a placeholder for CREATE TYPE statement.
|
class |
TPlsqlCreateTypeBody
The CREATE TYPE BODY defines or implements the member methods defined in the
object type specification.
|
class |
TPlsqlDummyStmt |
class |
TPlsqlForallStmt
The FORALL statement issues a series of static or dynamic DML statements, usually much faster than an equivalent FOR loop.
|
class |
TPlsqlGotoStmt
The GOTO statement branches unconditionally to a statement label or block label.
|
class |
TPlsqlNullStmt |
class |
TPlsqlPipeRowStmt |
class |
TPlsqlPragmaDeclStmt |
class |
TPlsqlProcedureSpecStmt |
class |
TPlsqlRecordTypeDefStmt
A record is a composite variable that can store data values of different types.
|
class |
TPlsqlSqlStmt |
class |
TPlsqlStatement |
class |
TPlsqlSubProgram
Deprecated.
As of v1.6.4.1
|
class |
TPlsqlTableTypeDefStmt
A collection groups elements of the same type in a specified order.
|
class |
TPlsqlVarrayTypeDefStmt
A collection groups elements of the same type in a specified order.
|
class |
TSqlplusCmdStatement |
Modifier and Type | Method and Description |
---|---|
TCustomSqlStatement |
TPlsqlForallStmt.getStatement() |
TCustomSqlStatement |
TPlsqlCreateTrigger.getTriggerBody()
the PL/SQL block, PL/SQL compound trigger block,
TCommonBlock |
Modifier and Type | Method and Description |
---|---|
protected int |
TSqlplusCmdStatement.dochecksyntax(TCustomSqlStatement psql) |
int |
TOracleCreateLibraryStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TPlsqlCreateProcedure.doParseStatement(TCustomSqlStatement psql) |
int |
TCompoundTriggerBody.doParseStatement(TCustomSqlStatement psql) |
int |
TPlsqlNullStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TPlsqlForallStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TPlsqlCreateFunction.doParseStatement(TCustomSqlStatement psql) |
int |
TOracleExecuteProcedure.doParseStatement(TCustomSqlStatement psql) |
int |
TPlsqlCreateTrigger.doParseStatement(TCustomSqlStatement psql) |
int |
TPlsqlGotoStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TPlsqlCreateTypeBody.doParseStatement(TCustomSqlStatement psql) |
int |
TPlsqlRecordTypeDefStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TOracleCreateDirectoryStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TPlsqlCreatePackage.doParseStatement(TCustomSqlStatement psql) |
int |
TPlsqlVarrayTypeDefStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TOracleCreateSynonymStmt.doParseStatement(TCustomSqlStatement psql)
Deprecated.
|
int |
TPlsqlContinue.doParseStatement(TCustomSqlStatement psql) |
int |
TPlsqlTableTypeDefStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TBasicStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TPlsqlCreateType.doParseStatement(TCustomSqlStatement psql) |
int |
TPlsqlCreateType_Placeholder.doParseStatement(TCustomSqlStatement psql) |
int |
TOracleCreateSequenceStmt.doParseStatement(TCustomSqlStatement psql)
Deprecated.
|
void |
TPlsqlForallStmt.setStatement(TCustomSqlStatement statement) |
void |
TPlsqlCreateTrigger.setTriggerBody(TCustomSqlStatement triggerBody) |
Modifier and Type | Class and Description |
---|---|
class |
TDropRoleSqlStatement |
class |
TForEachStmt |
class |
TGrantSqlStatement
Deprecated.
As of v1.6.3.7, replaced by
TGrantStmt |
class |
TLockSqlStatement
Deprecated.
As of v1.6.3.7, May add lock statement under package: gudusoft.gsqlparser.stmt
|
class |
TMoveStmt |
class |
TNullStmt |
class |
TPerformanceStmt |
class |
TPgImport |
class |
TPlsqlCreateTriggerSqlStatement
Deprecated.
As of v2.0.1.0, replaced by
TCreateTriggerStmt
Create trigger |
class |
TPostgresqlTableStmt |
class |
TRefreshMaterializedViewStmt |
class |
TSetSearchPathStmt
Deprecated.
since GSP Java version 2.6.1.2, use
TSetStmt instead. |
class |
TShowSearchPathStmt |
Modifier and Type | Method and Description |
---|---|
int |
TPostgresqlTableStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TPerformanceStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TShowSearchPathStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TLockSqlStatement.doParseStatement(TCustomSqlStatement psql)
Deprecated.
|
int |
TMoveStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TForEachStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TPlsqlCreateTriggerSqlStatement.doParseStatement(TCustomSqlStatement psql)
Deprecated.
|
int |
TNullStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TGrantSqlStatement.doParseStatement(TCustomSqlStatement psql)
Deprecated.
|
int |
TRefreshMaterializedViewStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TSetSearchPathStmt.doParseStatement(TCustomSqlStatement psql)
Deprecated.
|
int |
TPgImport.doParseStatement(TCustomSqlStatement psql) |
int |
TDropRoleSqlStatement.doParseStatement(TCustomSqlStatement psql) |
Modifier and Type | Class and Description |
---|---|
class |
TResetSessionStmt |
Modifier and Type | Method and Description |
---|---|
int |
TResetSessionStmt.doParseStatement(TCustomSqlStatement psql) |
Modifier and Type | Class and Description |
---|---|
class |
TFetchFromStmt |
class |
TRedshiftAbort |
class |
TRedshiftAlterSchema |
class |
TRedshiftAlterUser |
class |
TRedshiftAnalyze |
class |
TRedshiftAnalyzeCompression |
class |
TRedshiftBegin |
class |
TRedshiftCancel |
class |
TRedshiftClose |
class |
TRedshiftComment |
class |
TRedshiftCommit |
class |
TRedshiftCopy |
class |
TRedshiftCreateSchema
Deprecated.
since GSP Java version 2.5.2.5, use
TCreateSchemaSqlStatement instead. |
class |
TRedshiftCreateUser |
class |
TRedshiftDeallocate |
class |
TRedshiftDeclare |
class |
TRedshiftDropSchema |
class |
TRedshiftDropUser |
class |
TRedshiftEnd |
class |
TRedshiftExplain |
class |
TRedshiftLock
Deprecated.
since version, 2.9.3.5, use
TLockTableStmt instead. |
class |
TRedshiftPrepare |
class |
TRedshiftReset |
class |
TRedshiftRollback |
class |
TRedshiftSessionAuthorization |
class |
TRedshiftUnload
Deprecated.
since version 2.5.9.1, use
TUnloadStmt instead. |
class |
TRedshiftVacuum |
Modifier and Type | Method and Description |
---|---|
TCustomSqlStatement |
TRedshiftPrepare.getStatement() |
Modifier and Type | Class and Description |
---|---|
class |
TAlterAccountStmt |
class |
TAlterFileFormatStmt |
class |
TAlterNetworkPolicyStmt |
class |
TAlterPipeStmt |
class |
TAlterResourceMonitorStmt |
class |
TAlterShareStmt |
class |
TAlterStageStmt |
class |
TAlterTaskStmt
Snowflake alter task
|
class |
TAlterWarehouseStmt |
class |
TCreateFileFormatStmt |
class |
TCreateNetworkPolicyStmt |
class |
TCreatePipeStmt |
class |
TCreateResourceMonitorStmt |
class |
TCreateShareStmt |
class |
TCreateStageStmt
Snowflake create stage
|
class |
TCreateStreamStmt |
class |
TCreateTaskStmt |
class |
TCreateWarehouseStmt |
class |
TDropStreamStmt |
class |
TGetStmt |
class |
TPseudoExprStmt
expression used in the create function body will be treated as a pseudo expression statement.
|
class |
TPutStmt |
class |
TRemoveStmt |
class |
TSnowflakeCopyIntoStmt |
class |
TUndropStmt |
class |
TUseRole |
class |
TUseSchema
Snowflake use schema
|
class |
TUseSecondaryRolesStmt |
class |
TUseWarehouse |
Modifier and Type | Method and Description |
---|---|
TCustomSqlStatement |
TCreateTaskStmt.getSqlStatement() |
Modifier and Type | Class and Description |
---|---|
class |
TCacheTable |
class |
TRefresh |
class |
TResourceManagement |
Modifier and Type | Method and Description |
---|---|
int |
TCacheTable.doParseStatement(TCustomSqlStatement psql) |
int |
TResourceManagement.doParseStatement(TCustomSqlStatement psql) |
int |
TRefresh.doParseStatement(TCustomSqlStatement psql) |
Modifier and Type | Class and Description |
---|---|
class |
TInsertBulk |
class |
TSybaseDeleteStatistics |
class |
TSybaseDumpTran |
class |
TSybaseUpdateIndexStatistics |
class |
TSybaseWritetext |
Modifier and Type | Method and Description |
---|---|
int |
TSybaseUpdateIndexStatistics.doParseStatement(TCustomSqlStatement psql) |
int |
TInsertBulk.doParseStatement(TCustomSqlStatement psql) |
int |
TSybaseWritetext.doParseStatement(TCustomSqlStatement psql) |
int |
TSybaseDeleteStatistics.doParseStatement(TCustomSqlStatement psql) |
int |
TSybaseDumpTran.doParseStatement(TCustomSqlStatement psql) |
Modifier and Type | Method and Description |
---|---|
TCustomSqlStatement |
TTeradataMultiLoadCmd.getBaseStatement() |
TCustomSqlStatement |
TTeradataLock.getSqlRequest() |
TCustomSqlStatement |
TTeradataUsing.getSqlRequest() |
Modifier and Type | Method and Description |
---|---|
protected int |
TTeradataMultiLoadCmd.dochecksyntax(TCustomSqlStatement psql) |
protected int |
TTeradataNotImplement.dochecksyntax(TCustomSqlStatement psql) |
protected int |
TTeradataFastExportCmd.dochecksyntax(TCustomSqlStatement psql) |
protected int |
TTeradataFastLoadCmd.dochecksyntax(TCustomSqlStatement psql) |
protected int |
TTeradataBeginTransaction.dochecksyntax(TCustomSqlStatement psql) |
protected int |
TTeradataBTEQCmd.dochecksyntax(TCustomSqlStatement psql) |
protected int |
TCheckWorkload.dochecksyntax(TCustomSqlStatement psql) |
int |
TTeradataMultiLoadCmd.doParseStatement(TCustomSqlStatement psql) |
int |
TTeradataCollectStatistics.doParseStatement(TCustomSqlStatement psql) |
int |
TTeradataFastExportCmd.doParseStatement(TCustomSqlStatement psql) |
int |
TTeradataGive.doParseStatement(TCustomSqlStatement psql) |
int |
TCreateZoneStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TTeradataFastLoadCmd.doParseStatement(TCustomSqlStatement psql) |
int |
TTeradataLock.doParseStatement(TCustomSqlStatement psql) |
int |
TAlterConstraintStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TAllocateStmt.doParseStatement(TCustomSqlStatement psql) |
int |
THelpProcedure.doParseStatement(TCustomSqlStatement psql) |
int |
TDropConstraintStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TTeradataExecute.doParseStatement(TCustomSqlStatement psql) |
int |
TTeradataBeginTransaction.doParseStatement(TCustomSqlStatement psql) |
int |
TTeradataAbort.doParseStatement(TCustomSqlStatement psql) |
int |
TTeradataCreateProcedure.doParseStatement(TCustomSqlStatement psql)
Deprecated.
|
int |
TTeradataBTEQCmd.doParseStatement(TCustomSqlStatement psql) |
int |
TTeradataStmtStub.doParseStatement(TCustomSqlStatement psql) |
int |
TAlterZoneStmt.doParseStatement(TCustomSqlStatement psql) |
int |
TShowProcedure.doParseStatement(TCustomSqlStatement psql) |
int |
TTeradataSetSession.doParseStatement(TCustomSqlStatement psql) |
int |
TTeradataUsing.doParseStatement(TCustomSqlStatement psql) |
void |
TTeradataLock.setSqlRequest(TCustomSqlStatement sqlRequest) |
void |
TTeradataUsing.setSqlRequest(TCustomSqlStatement sqlRequest) |
Modifier and Type | Class and Description |
---|---|
class |
TAlterAccessPolicy |
class |
TAlterAuthentication |
class |
TAlterFaultGroup |
class |
TAlterNetworkInterface |
class |
TAlterNode |
class |
TAlterProfile |
class |
TAlterProjectionRename |
class |
TAlterResourcePool |
class |
TAlterSubnet |
class |
TCreateAccessPolicy |
class |
TCreateAuthentication |
class |
TCreateFaultGroup |
class |
TCreateHCatalogSchema |
class |
TCreateSubnet |
class |
TDropAccessPolicy |
class |
TDropAggregateFunction |
class |
TDropAuthentication |
class |
TDropFaultGroup |
class |
TDropNetworkInterface |
class |
TDropResourcePool |
class |
TDropSubnet |
class |
TDropTextIndex |
class |
TDropTransformFunction |
class |
TExportToVertica |
class |
TProfileStmt |
class |
TVerticaCreateFunction |
class |
TVerticaSetStmt |
class |
TVerticaShow |
Modifier and Type | Method and Description |
---|---|
TCustomSqlStatement |
TProfileStmt.getStatement() |
Modifier and Type | Method and Description |
---|---|
static ArrayList<TObjectName> |
THelp.getObjectNames(TCustomSqlStatement sqlStatement) |