public abstract class PostgreSQLVisitor extends PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>
| 构造器和说明 |
|---|
PostgreSQLVisitor() |
visitAction, visitAddColumnSpecification, visitAddConstraintSpecification, visitAggregationFunctionName, visitAlias, visitAlterColumnSetOption, visitAlterDefinitionClause, visitAlterIndex, visitAlterIndexDefinitionClause_, visitAlterIndexDependsOnExtension, visitAlterIndexSetTableSpace, visitAlterRole, visitAlterTable, visitAlterTableAction, visitAlterTableActions, visitAlterUser, visitAssignment, visitAssignmentValue, visitAssignmentValues, visitAsteriskClause_, visitAttributeOption, visitAttributeOptions, visitBeginTransaction, visitCall, visitCaseElse_, visitCaseWhen_, visitCharacterSet_, visitCheckOption, visitCollateClause_, visitCollationName, visitColumnConstraint, visitColumnConstraintOption, visitColumnDefinition, visitColumnExistClause_, visitCommit, visitComparisonOperator, visitConcurrentlyClause_, visitConfigurationParameterClause, visitConstraintClause, visitConstraintOptionalParam, visitCreateDefinition, visitCreateDefinitionClause, visitCreateIndex, visitCreateIndexSpecification_, visitCreateRole, visitCreateTable, visitCreateTableSpecification_, visitCreateUser, visitDefaultExpr, visitDelete, visitDeleteSpecification_, visitDistinct, visitDropColumnSpecification, visitDropIndex, visitDropRole, visitDropTable, visitDropUser, visitDuplicateSpecification, visitExecute, visitFilterClause_, visitFrameBetween_, visitFrameClause_, visitFrameEnd_, visitFrameStart_, visitFromClause, visitGrant, visitGroupByClause, visitHavingClause, visitIgnoredIdentifier_, visitIgnoredIdentifiers_, visitIndexExistClause_, visitIndexNames, visitIndexNotExistClause_, visitIndexParameters, visitInheritClause_, visitInsert, visitInsertSelectClause, visitInsertValuesClause, visitJoinedTable, visitJoinSpecification, visitLikeOption, visitLimitClause, visitLimitOffset, visitLimitOffsetSyntax, visitLimitRowCount, visitLimitRowCountSyntax, visitLiteralsType_, visitLogicalOperator, visitModifyColumn, visitModifyColumnSpecification, visitMultipleTableNames, visitMultipleTablesClause, visitName, visitNotOperator_, visitOnlyClause_, visitOnObjectClause, visitOptionForClause_, visitOwner, visitPratitionClause_, visitPrimaryKey, visitPrivilegeClause, visitPrivileges_, visitPrivilegeType_, visitProjection, visitProjections, visitQualifiedShorthand, visitRegularFunctionName_, visitRenameColumnSpecification, visitRenameConstraint, visitRenameIndexSpecification, visitRenameTableSpecification_, visitResetParameter, visitRevoke, visitRoleClause_, visitRollback, visitRuntimeScope_, visitSavepoint, visitSelect, visitSelectClause, visitSequenceOption, visitSequenceOptions, visitSet, visitSetAssignmentsClause, visitSetTransaction, visitShow, visitSingleTableClause, visitStorageParameter, visitStorageParameterWithValue, visitSubquery, visitTableConstraint, visitTableConstraintOption, visitTableConstraintUsingIndex, visitTableExistClause_, visitTableFactor, visitTableNameClause, visitTableNamesClause, visitTableNotExistClause_, visitTableReference, visitTableReferences, visitTimeZoneClause_, visitTruncateTable, visitUescape_, visitUnicodeEscapes_, visitUnionClause, visitUnqualifiedShorthand, visitUpdate, visitUpdateSpecification_, visitWhereClause, visitWindowDefinition_aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitParameterMarker(PostgreSQLStatementParser.ParameterMarkerContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.parameterMarker().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParameterMarker 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitParameterMarker 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitLiterals(PostgreSQLStatementParser.LiteralsContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.literals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLiterals 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitLiterals 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitStringLiterals(PostgreSQLStatementParser.StringLiteralsContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.stringLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringLiterals 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitStringLiterals 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitNumberLiterals(PostgreSQLStatementParser.NumberLiteralsContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.numberLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumberLiterals 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitNumberLiterals 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitHexadecimalLiterals(PostgreSQLStatementParser.HexadecimalLiteralsContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.hexadecimalLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHexadecimalLiterals 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitHexadecimalLiterals 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitBitValueLiterals(PostgreSQLStatementParser.BitValueLiteralsContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.bitValueLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBitValueLiterals 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitBitValueLiterals 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitBooleanLiterals(PostgreSQLStatementParser.BooleanLiteralsContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.booleanLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanLiterals 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitBooleanLiterals 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitNullValueLiterals(PostgreSQLStatementParser.NullValueLiteralsContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.nullValueLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNullValueLiterals 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitNullValueLiterals 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitIdentifier(PostgreSQLStatementParser.IdentifierContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.identifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifier 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitIdentifier 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitUnreservedWord(PostgreSQLStatementParser.UnreservedWordContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.unreservedWord().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnreservedWord 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitUnreservedWord 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitSchemaName(PostgreSQLStatementParser.SchemaNameContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.schemaName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaName 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitSchemaName 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitTableName(PostgreSQLStatementParser.TableNameContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.tableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableName 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitTableName 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitColumnName(PostgreSQLStatementParser.ColumnNameContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.columnName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnName 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitColumnName 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitIndexName(PostgreSQLStatementParser.IndexNameContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.indexName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexName 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitIndexName 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitTableNames(PostgreSQLStatementParser.TableNamesContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.tableNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableNames 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitTableNames 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitColumnNames(PostgreSQLStatementParser.ColumnNamesContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.columnNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnNames 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitColumnNames 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitExpr(PostgreSQLStatementParser.ExprContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpr 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitExpr 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitBooleanPrimary(PostgreSQLStatementParser.BooleanPrimaryContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.booleanPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanPrimary 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitBooleanPrimary 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitPredicate(PostgreSQLStatementParser.PredicateContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicate 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitPredicate 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitBitExpr(PostgreSQLStatementParser.BitExprContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.bitExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBitExpr 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitBitExpr 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitSimpleExpr(PostgreSQLStatementParser.SimpleExprContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.simpleExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleExpr 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitSimpleExpr 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitFunctionCall(PostgreSQLStatementParser.FunctionCallContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.functionCall().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionCall 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitFunctionCall 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitAggregationFunction(PostgreSQLStatementParser.AggregationFunctionContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.aggregationFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregationFunction 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitAggregationFunction 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitSpecialFunction(PostgreSQLStatementParser.SpecialFunctionContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.specialFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSpecialFunction 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitSpecialFunction 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitWindowFunction(PostgreSQLStatementParser.WindowFunctionContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.windowFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowFunction 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitWindowFunction 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitCastFunction(PostgreSQLStatementParser.CastFunctionContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.castFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCastFunction 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitCastFunction 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitCharFunction(PostgreSQLStatementParser.CharFunctionContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.charFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharFunction 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitCharFunction 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitRegularFunction(PostgreSQLStatementParser.RegularFunctionContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.regularFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRegularFunction 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitRegularFunction 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitCaseExpression(PostgreSQLStatementParser.CaseExpressionContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.caseExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseExpression 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitCaseExpression 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitDataTypeName(PostgreSQLStatementParser.DataTypeNameContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.dataTypeName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataTypeName 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitDataTypeName 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitOrderByClause(PostgreSQLStatementParser.OrderByClauseContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.orderByClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderByClause 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitOrderByClause 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitOrderByItem(PostgreSQLStatementParser.OrderByItemContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.orderByItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderByItem 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitOrderByItem 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitDataType(PostgreSQLStatementParser.DataTypeContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.dataType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataType 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitDataType 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitDataTypeLength(PostgreSQLStatementParser.DataTypeLengthContext ctx)
PostgreSQLStatementBaseVisitorPostgreSQLStatementParser.dataTypeLength().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataTypeLength 在接口中 PostgreSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitDataTypeLength 在类中 PostgreSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treeCopyright © 2020 The Apache Software Foundation. All rights reserved.