public final class OracleDMLStatementSQLVisitor extends OracleStatementSQLVisitor implements org.apache.shardingsphere.sql.parser.api.visitor.type.DMLSQLVisitor, org.apache.shardingsphere.sql.parser.api.visitor.operation.SQLStatementVisitor
| 构造器和说明 |
|---|
OracleDMLStatementSQLVisitor() |
visitAggregationFunction, visitBitExpr, visitBitValueLiterals, visitBooleanLiterals, visitBooleanPrimary, visitCastFunction, visitCharFunction, visitColumnName, visitColumnNames, visitDataType, visitDataTypeLength, visitDataTypeName, visitExpr, visitFunctionCall, visitHexadecimalLiterals, visitIdentifier, visitIndexName, visitLiterals, visitNullValueLiterals, visitNumberLiterals, visitOrderByClause, visitOrderByItem, visitParameterMarker, visitPredicate, visitRegularFunction, visitSchemaName, visitSimpleExpr, visitSpecialFunction, visitStringLiterals, visitTableName, visitTableNames, visitUnreservedWordvisitAddColumnSpecification, visitAddConstraintSpecification, visitAdvisorFrameworkSystemPrivilege, visitAggregationFunctionName, visitAlterDefinitionClause, visitAlterExternalTable, visitAlterIndex, visitAlterRole, visitAlterTable, visitAlterTableProperties, visitAlterUser, visitAttributeName, visitBitmapJoinIndexClause, visitCall, visitCascadeOrInvalidate, visitCaseElse, visitCaseExpr, visitCaseExpression, visitCaseWhen, visitCheckpointNumber, visitClustersSystemPrivilege, visitCollationName, visitColumnClauses, visitColumnDefinition, visitColumnOrColumnList, visitColumnOrVirtualDefinition, visitColumnOrVirtualDefinitions, visitColumnProperties, visitColumnProperty, visitColumnSortClause_, visitColumnSortsClause_, visitCommit, visitComparisonOperator, visitConditionalInsertClause, visitConditionalInsertElsePart, visitConditionalInsertWhenPart, visitConstraintClauses, visitConstraintOption, visitConstraintPrimaryOrUnique, visitConstraintState, visitConstraintWithName, visitConstructorExpr, visitContextsSystemPrivilege, visitCreateDefinitionClause, visitCreateIndex, visitCreateIndexClause, visitCreateIndexDefinitionClause, visitCreateIndexSpecification, visitCreateRole, visitCreateTable, visitCreateTableSpecification, visitCreateUser, visitDatabaseLinksSystemPrivilege, visitDatabaseSystemPrivilege, visitDataRedactionSystemPrivilege, visitDateTimeLiterals, visitDatetimeTypeSuffix, visitDebuggingSystemPrivilege, visitDefaultNullClause, visitDeleteSpecification, visitDictionariesSystemPrivilege, visitDimensionsSystemPrivilege, visitDirectoriesSystemPrivilege, visitDistinct, visitDomainIndexClause, visitDropColumnClause, visitDropColumnSpecification, visitDropConstraintClause, visitDropIndex, visitDropRole, visitDropTable, visitDropUser, visitEditionsSystemPrivilege, visitElseClause, visitEncryptionSpecification, visitExceptionsClause, visitExecute, visitExprList, visitExprs, visitFlashbackDataArchivesPrivilege, visitGrant, visitHavingClause, visitIdentifyOptions, visitIdentityClause, visitIdentityOption, visitIgnoredIdentifier, visitIgnoredIdentifiers, visitIndexesSystemPrivilege, visitIndexExpression, visitIndexExpressions, visitIndexTypeName, visitIndexTypesSystemPrivilege, visitInitiallyClause, visitInlineConstraint, visitInlineRefConstraint, visitInsertIntoClause, visitInsertMultiTable, visitInsertSingleTable, visitIntervalExpression, visitJobSchedulerObjectsSystemPrivilege, visitJoinedTable, visitJoinSpecification, visitKeyManagementFrameworkSystemPrivilege, visitLibrariesFrameworkSystemPrivilege, visitLobItem, visitLobItemList, visitLobItems, visitLockClause, visitLogicalOperator, visitLogminerFrameworkSystemPrivilege, visitMatchNone, visitMaterizlizedViewsSystemPrivilege, visitMiningModelsSystemPrivilege, visitMiscellaneousSystemPrivilege, visitModifyColProperties, visitModifyColSubstitutable, visitModifyColumnSpecification, visitModifyConstraintClause, visitMultipleTableNames, visitMultiTableElement, visitName, visitNotDeferrable, visitNotOperator, visitObjectAccessExpression, visitObjectPrivilegeClause, visitObjectPrivileges, visitObjectPrivilegeType, visitObjectProperties, visitObjectProperty, visitObjectTypeColProperties, visitOlapCubeBuildProcessesSystemPrivilege, visitOlapCubeDiminsionsSystemPrivilege, visitOlapCubeMeasureFoldersSystemPrivilege, visitOlapCubesSystemPrivilege, visitOnObjectClause, visitOperateColumnClause, visitOperatorsSystemPrivilege, visitOracleId, visitOutlinesSystemPrivilege, visitOutOfLineConstraint, visitOutOfLineRefConstraint, visitOwner, visitPlanManagementSystemPrivilege, visitPluggableDatabasesSystemPrivilege, visitPrimaryKey, visitPrivateExprOfDb, visitProceduresSystemPrivilege, visitProfilesSystemPrivilege, visitQualifiedShorthand, visitReferencesClause, visitRegularFunctionName, visitRelationalProperties, visitRelationalProperty, visitRenameColumnClause, visitRenameConstraintClause, visitRenameIndexClause, visitRenameTableSpecification, visitRevoke, visitRoleClause, visitRolesSystemPrivilege, visitRollback, visitRollbackSegmentsSystemPrivilege, visitSavepoint, visitSearchedCaseExpr, visitSequencesSystemPrivilege, visitSessionsSystemPrivilege, visitSetTransaction, visitSimpleCaseExpr, visitSimpleExprs, visitSpecialDatatype, visitSqlTranslationProfilesSystemPrivilege, visitSubstitutableColumnClause, visitSynonymsSystemPrivilege, visitSystemPrivilege, visitSystemPrivilegeClause, visitSystemPrivilegeOperation, visitTableAlias, visitTableIndexClause, visitTablespaceClause, visitTablespaceClauseWithParen, visitTablespacesSystemPrivilege, visitTablesSystemPrivilege, visitTreatFunction, visitTriggersSystemPrivilege, visitTruncateTable, visitTypesSystemPrivilege, visitUnqualifiedShorthand, visitUpdateSpecification, visitUsersSystemPrivilege, visitUsingIndexClause, visitViewsSystemPrivilege, visitVirtualColumnDefinition, visitVisibleClauseaggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitInsert(OracleStatementParser.InsertContext ctx)
OracleStatementBaseVisitorOracleStatementParser.insert().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsert 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitInsert 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitInsertValuesClause(OracleStatementParser.InsertValuesClauseContext ctx)
OracleStatementBaseVisitorOracleStatementParser.insertValuesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertValuesClause 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitInsertValuesClause 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitUpdate(OracleStatementParser.UpdateContext ctx)
OracleStatementBaseVisitorOracleStatementParser.update().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUpdate 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitUpdate 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitSetAssignmentsClause(OracleStatementParser.SetAssignmentsClauseContext ctx)
OracleStatementBaseVisitorOracleStatementParser.setAssignmentsClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetAssignmentsClause 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitSetAssignmentsClause 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAssignmentValues(OracleStatementParser.AssignmentValuesContext ctx)
OracleStatementBaseVisitorOracleStatementParser.assignmentValues().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignmentValues 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAssignmentValues 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAssignment(OracleStatementParser.AssignmentContext ctx)
OracleStatementBaseVisitorOracleStatementParser.assignment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignment 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAssignment 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAssignmentValue(OracleStatementParser.AssignmentValueContext ctx)
OracleStatementBaseVisitorOracleStatementParser.assignmentValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignmentValue 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAssignmentValue 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDelete(OracleStatementParser.DeleteContext ctx)
OracleStatementBaseVisitorOracleStatementParser.delete().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDelete 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDelete 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitSingleTableClause(OracleStatementParser.SingleTableClauseContext ctx)
OracleStatementBaseVisitorOracleStatementParser.singleTableClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSingleTableClause 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitSingleTableClause 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitMultipleTablesClause(OracleStatementParser.MultipleTablesClauseContext ctx)
OracleStatementBaseVisitorOracleStatementParser.multipleTablesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultipleTablesClause 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitMultipleTablesClause 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitSelect(OracleStatementParser.SelectContext ctx)
OracleStatementBaseVisitorOracleStatementParser.select().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelect 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitSelect 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitUnionClause(OracleStatementParser.UnionClauseContext ctx)
OracleStatementBaseVisitorOracleStatementParser.unionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnionClause 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitUnionClause 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitSelectClause(OracleStatementParser.SelectClauseContext ctx)
OracleStatementBaseVisitorOracleStatementParser.selectClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectClause 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitSelectClause 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDuplicateSpecification(OracleStatementParser.DuplicateSpecificationContext ctx)
OracleStatementBaseVisitorOracleStatementParser.duplicateSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDuplicateSpecification 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDuplicateSpecification 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitProjections(OracleStatementParser.ProjectionsContext ctx)
OracleStatementBaseVisitorOracleStatementParser.projections().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProjections 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitProjections 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitProjection(OracleStatementParser.ProjectionContext ctx)
OracleStatementBaseVisitorOracleStatementParser.projection().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProjection 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitProjection 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAlias(OracleStatementParser.AliasContext ctx)
OracleStatementBaseVisitorOracleStatementParser.alias().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlias 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAlias 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitFromClause(OracleStatementParser.FromClauseContext ctx)
OracleStatementBaseVisitorOracleStatementParser.fromClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFromClause 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitFromClause 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitTableReferences(OracleStatementParser.TableReferencesContext ctx)
OracleStatementBaseVisitorOracleStatementParser.tableReferences().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableReferences 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitTableReferences 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitTableReference(OracleStatementParser.TableReferenceContext ctx)
OracleStatementBaseVisitorOracleStatementParser.tableReference().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableReference 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitTableReference 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitTableFactor(OracleStatementParser.TableFactorContext ctx)
OracleStatementBaseVisitorOracleStatementParser.tableFactor().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableFactor 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitTableFactor 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitWhereClause(OracleStatementParser.WhereClauseContext ctx)
OracleStatementBaseVisitorOracleStatementParser.whereClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWhereClause 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitWhereClause 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitGroupByClause(OracleStatementParser.GroupByClauseContext ctx)
OracleStatementBaseVisitorOracleStatementParser.groupByClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupByClause 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitGroupByClause 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitSubquery(OracleStatementParser.SubqueryContext ctx)
OracleStatementBaseVisitorOracleStatementParser.subquery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubquery 在接口中 OracleStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitSubquery 在类中 OracleStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treeCopyright © 2020 The Apache Software Foundation. All rights reserved.