public class SQLASTVisitorAdapter extends Object implements SQLASTVisitor
Constructor and Description |
---|
SQLASTVisitorAdapter() |
public void endVisit(SQLAllColumnExpr x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLBetweenExpr x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLBinaryOpExpr x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLCaseExpr x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLCaseExpr.Item x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLCharExpr x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLIdentifierExpr x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLInListExpr x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLIntegerExpr x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLExistsExpr x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLNCharExpr x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLNotExpr x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLNullExpr x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLNumberExpr x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLPropertyExpr x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLSelectGroupByClause x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLSelectItem x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLSelectStatement selectStatement)
endVisit
in interface SQLASTVisitor
public void postVisit(SQLObject astNode)
postVisit
in interface SQLASTVisitor
public void preVisit(SQLObject astNode)
preVisit
in interface SQLASTVisitor
public boolean visit(SQLAllColumnExpr x)
visit
in interface SQLASTVisitor
public boolean visit(SQLBetweenExpr x)
visit
in interface SQLASTVisitor
public boolean visit(SQLBinaryOpExpr x)
visit
in interface SQLASTVisitor
public boolean visit(SQLCaseExpr x)
visit
in interface SQLASTVisitor
public boolean visit(SQLCaseExpr.Item x)
visit
in interface SQLASTVisitor
public boolean visit(SQLCastExpr x)
visit
in interface SQLASTVisitor
public boolean visit(SQLCharExpr x)
visit
in interface SQLASTVisitor
public boolean visit(SQLExistsExpr x)
visit
in interface SQLASTVisitor
public boolean visit(SQLIdentifierExpr x)
visit
in interface SQLASTVisitor
public boolean visit(SQLInListExpr x)
visit
in interface SQLASTVisitor
public boolean visit(SQLIntegerExpr x)
visit
in interface SQLASTVisitor
public boolean visit(SQLNCharExpr x)
visit
in interface SQLASTVisitor
public boolean visit(SQLNotExpr x)
visit
in interface SQLASTVisitor
public boolean visit(SQLNullExpr x)
visit
in interface SQLASTVisitor
public boolean visit(SQLNumberExpr x)
visit
in interface SQLASTVisitor
public boolean visit(SQLPropertyExpr x)
visit
in interface SQLASTVisitor
public boolean visit(SQLSelectGroupByClause x)
visit
in interface SQLASTVisitor
public boolean visit(SQLSelectItem x)
visit
in interface SQLASTVisitor
public void endVisit(SQLCastExpr x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLSelectStatement astNode)
visit
in interface SQLASTVisitor
public void endVisit(SQLAggregateExpr x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAggregateExpr x)
visit
in interface SQLASTVisitor
public boolean visit(SQLVariantRefExpr x)
visit
in interface SQLASTVisitor
public void endVisit(SQLVariantRefExpr x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLQueryExpr x)
visit
in interface SQLASTVisitor
public void endVisit(SQLQueryExpr x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLSelect x)
visit
in interface SQLASTVisitor
public void endVisit(SQLSelect select)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLSelectQueryBlock x)
visit
in interface SQLASTVisitor
public void endVisit(SQLSelectQueryBlock x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLExprTableSource x)
visit
in interface SQLASTVisitor
public void endVisit(SQLExprTableSource x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLOrderBy x)
visit
in interface SQLASTVisitor
public void endVisit(SQLOrderBy x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLSelectOrderByItem x)
visit
in interface SQLASTVisitor
public void endVisit(SQLSelectOrderByItem x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLDropTableStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLDropTableStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLCreateTableStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLCreateTableStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLColumnDefinition x)
visit
in interface SQLASTVisitor
public void endVisit(SQLColumnDefinition x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLColumnDefinition.Identity x)
visit
in interface SQLASTVisitor
public void endVisit(SQLColumnDefinition.Identity x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLDataType x)
visit
in interface SQLASTVisitor
public void endVisit(SQLDataType x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLDeleteStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLDeleteStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLCurrentOfCursorExpr x)
visit
in interface SQLASTVisitor
public void endVisit(SQLCurrentOfCursorExpr x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLInsertStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLInsertStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLUpdateSetItem x)
visit
in interface SQLASTVisitor
public void endVisit(SQLUpdateSetItem x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLUpdateStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLUpdateStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLCreateViewStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLCreateViewStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLCreateViewStatement.Column x)
visit
in interface SQLASTVisitor
public void endVisit(SQLCreateViewStatement.Column x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLNotNullConstraint x)
visit
in interface SQLASTVisitor
public void endVisit(SQLNotNullConstraint x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLMethodInvokeExpr x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLMethodInvokeExpr x)
visit
in interface SQLASTVisitor
public void endVisit(SQLUnionQuery x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLUnionQuery x)
visit
in interface SQLASTVisitor
public boolean visit(SQLUnaryExpr x)
visit
in interface SQLASTVisitor
public void endVisit(SQLUnaryExpr x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLHexExpr x)
visit
in interface SQLASTVisitor
public void endVisit(SQLHexExpr x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLSetStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLSetStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAssignItem x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAssignItem x)
visit
in interface SQLASTVisitor
public void endVisit(SQLCallStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLCallStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLJoinTableSource x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLJoinTableSource x)
visit
in interface SQLASTVisitor
public boolean visit(SQLInsertStatement.ValuesClause x)
visit
in interface SQLASTVisitor
public void endVisit(SQLInsertStatement.ValuesClause x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLSomeExpr x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLSomeExpr x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAnyExpr x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAnyExpr x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAllExpr x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAllExpr x)
visit
in interface SQLASTVisitor
public void endVisit(SQLInSubQueryExpr x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLInSubQueryExpr x)
visit
in interface SQLASTVisitor
public void endVisit(SQLListExpr x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLListExpr x)
visit
in interface SQLASTVisitor
public void endVisit(SQLSubqueryTableSource x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLSubqueryTableSource x)
visit
in interface SQLASTVisitor
public void endVisit(SQLTruncateStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLTruncateStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLDefaultExpr x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLDefaultExpr x)
visit
in interface SQLASTVisitor
public void endVisit(SQLCommentStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLCommentStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLUseStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLUseStatement x)
visit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableAddColumn x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableAddColumn x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableDropColumnItem x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableDropColumnItem x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLDropIndexStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLDropIndexStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLDropViewStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLDropViewStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLSavePointStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLSavePointStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLRollbackStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLRollbackStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLReleaseSavePointStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLReleaseSavePointStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLCommentHint x)
visit
in interface SQLASTVisitor
public void endVisit(SQLCommentHint x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLCreateDatabaseStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLCreateDatabaseStatement x)
visit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableDropIndex x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableDropIndex x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLOver x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLOver x)
visit
in interface SQLASTVisitor
public void endVisit(SQLKeep x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLKeep x)
visit
in interface SQLASTVisitor
public void endVisit(SQLColumnPrimaryKey x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLColumnPrimaryKey x)
visit
in interface SQLASTVisitor
public void endVisit(SQLColumnUniqueKey x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLColumnUniqueKey x)
visit
in interface SQLASTVisitor
public void endVisit(SQLWithSubqueryClause x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLWithSubqueryClause x)
visit
in interface SQLASTVisitor
public void endVisit(SQLWithSubqueryClause.Entry x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLWithSubqueryClause.Entry x)
visit
in interface SQLASTVisitor
public boolean visit(SQLCharacterDataType x)
visit
in interface SQLASTVisitor
public void endVisit(SQLCharacterDataType x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableAlterColumn x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableAlterColumn x)
visit
in interface SQLASTVisitor
public boolean visit(SQLCheck x)
visit
in interface SQLASTVisitor
public void endVisit(SQLCheck x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableDropForeignKey x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableDropForeignKey x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableDropPrimaryKey x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableDropPrimaryKey x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableDisableKeys x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableDisableKeys x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableEnableKeys x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableEnableKeys x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableDisableConstraint x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableDisableConstraint x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableEnableConstraint x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableEnableConstraint x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLColumnCheck x)
visit
in interface SQLASTVisitor
public void endVisit(SQLColumnCheck x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLExprHint x)
visit
in interface SQLASTVisitor
public void endVisit(SQLExprHint x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableDropConstraint x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableDropConstraint x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLUnique x)
visit
in interface SQLASTVisitor
public void endVisit(SQLUnique x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLCreateIndexStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLCreateIndexStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLPrimaryKeyImpl x)
visit
in interface SQLASTVisitor
public void endVisit(SQLPrimaryKeyImpl x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableRenameColumn x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableRenameColumn x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLColumnReference x)
visit
in interface SQLASTVisitor
public void endVisit(SQLColumnReference x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLForeignKeyImpl x)
visit
in interface SQLASTVisitor
public void endVisit(SQLForeignKeyImpl x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLDropSequenceStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLDropSequenceStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLDropTriggerStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLDropTriggerStatement x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLDropUserStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLDropUserStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLExplainStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLExplainStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLGrantStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLGrantStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLDropDatabaseStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLDropDatabaseStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableAddIndex x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableAddIndex x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableAddConstraint x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableAddConstraint x)
visit
in interface SQLASTVisitor
public void endVisit(SQLCreateTriggerStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLCreateTriggerStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLDropFunctionStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLDropFunctionStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLDropTableSpaceStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLDropTableSpaceStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLDropProcedureStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLDropProcedureStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLBooleanExpr x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLBooleanExpr x)
visit
in interface SQLASTVisitor
public void endVisit(SQLUnionQueryTableSource x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLUnionQueryTableSource x)
visit
in interface SQLASTVisitor
public void endVisit(SQLTimestampExpr x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLTimestampExpr x)
visit
in interface SQLASTVisitor
public void endVisit(SQLRevokeStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLRevokeStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLBinaryExpr x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLBinaryExpr x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableRename x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableRename x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterViewRenameStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterViewRenameStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLShowTablesStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLShowTablesStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableAddPartition x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableAddPartition x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableDropPartition x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableDropPartition x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableRenamePartition x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableRenamePartition x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableSetComment x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableSetComment x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableSetLifecycle x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableSetLifecycle x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableEnableLifecycle x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableEnableLifecycle x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableDisableLifecycle x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableDisableLifecycle x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableTouch x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableTouch x)
visit
in interface SQLASTVisitor
public void endVisit(SQLArrayExpr x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLArrayExpr x)
visit
in interface SQLASTVisitor
public void endVisit(SQLOpenStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLOpenStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLFetchStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLFetchStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLCloseStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLCloseStatement x)
visit
in interface SQLASTVisitor
public boolean visit(SQLGroupingSetExpr x)
visit
in interface SQLASTVisitor
public void endVisit(SQLGroupingSetExpr x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLIfStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLIfStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLIfStatement.Else x)
visit
in interface SQLASTVisitor
public void endVisit(SQLIfStatement.Else x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLIfStatement.ElseIf x)
visit
in interface SQLASTVisitor
public void endVisit(SQLIfStatement.ElseIf x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLLoopStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLLoopStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLParameter x)
visit
in interface SQLASTVisitor
public void endVisit(SQLParameter x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLCreateProcedureStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLCreateProcedureStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLBlockStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLBlockStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableDropKey x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableDropKey x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLDeclareItem x)
visit
in interface SQLASTVisitor
public void endVisit(SQLDeclareItem x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLPartitionValue x)
visit
in interface SQLASTVisitor
public void endVisit(SQLPartitionValue x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLPartition x)
visit
in interface SQLASTVisitor
public void endVisit(SQLPartition x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLPartitionByRange x)
visit
in interface SQLASTVisitor
public void endVisit(SQLPartitionByRange x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLPartitionByHash x)
visit
in interface SQLASTVisitor
public void endVisit(SQLPartitionByHash x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLPartitionByList x)
visit
in interface SQLASTVisitor
public void endVisit(SQLPartitionByList x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLSubPartition x)
visit
in interface SQLASTVisitor
public void endVisit(SQLSubPartition x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLSubPartitionByHash x)
visit
in interface SQLASTVisitor
public void endVisit(SQLSubPartitionByHash x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLSubPartitionByList x)
visit
in interface SQLASTVisitor
public void endVisit(SQLSubPartitionByList x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterDatabaseStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterDatabaseStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableConvertCharSet x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableConvertCharSet x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableReOrganizePartition x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableReOrganizePartition x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableCoalescePartition x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableCoalescePartition x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableTruncatePartition x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableTruncatePartition x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableDiscardPartition x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableDiscardPartition x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableImportPartition x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableImportPartition x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableAnalyzePartition x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableAnalyzePartition x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableCheckPartition x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableCheckPartition x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableOptimizePartition x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableOptimizePartition x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableRebuildPartition x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableRebuildPartition x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLAlterTableRepairPartition x)
visit
in interface SQLASTVisitor
public void endVisit(SQLAlterTableRepairPartition x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLSequenceExpr x)
visit
in interface SQLASTVisitor
public void endVisit(SQLSequenceExpr x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLMergeStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLMergeStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLMergeStatement.MergeUpdateClause x)
visit
in interface SQLASTVisitor
public void endVisit(SQLMergeStatement.MergeUpdateClause x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLMergeStatement.MergeInsertClause x)
visit
in interface SQLASTVisitor
public void endVisit(SQLMergeStatement.MergeInsertClause x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLErrorLoggingClause x)
visit
in interface SQLASTVisitor
public void endVisit(SQLErrorLoggingClause x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLNullConstraint x)
visit
in interface SQLASTVisitor
public void endVisit(SQLNullConstraint x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLCreateSequenceStatement x)
visit
in interface SQLASTVisitor
public void endVisit(SQLCreateSequenceStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLDateExpr x)
visit
in interface SQLASTVisitor
public void endVisit(SQLDateExpr x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLLimit x)
visit
in interface SQLASTVisitor
public void endVisit(SQLLimit x)
endVisit
in interface SQLASTVisitor
public void endVisit(SQLStartTransactionStatement x)
endVisit
in interface SQLASTVisitor
public boolean visit(SQLStartTransactionStatement x)
visit
in interface SQLASTVisitor
Copyright © 2013–2017 Alibaba Group. All rights reserved.