public final class SQLServerDMLStatementSQLVisitor extends SQLServerStatementSQLVisitor implements org.apache.shardingsphere.sql.parser.api.visitor.type.DMLSQLVisitor, org.apache.shardingsphere.sql.parser.api.visitor.operation.SQLStatementVisitor
| 构造器和说明 |
|---|
SQLServerDMLStatementSQLVisitor() |
visitAggregationFunction, visitBitExpr, visitBitValueLiterals, visitBooleanLiterals, visitBooleanPrimary, visitCastFunction, visitCharFunction, visitColumnName, visitColumnNames, visitColumnNamesWithSort, visitDataType, visitDataTypeLength, visitDataTypeName, visitExpr, visitFunctionCall, visitHexadecimalLiterals, visitIdentifier, visitIndexName, visitLiterals, visitNullValueLiterals, visitNumberLiterals, visitOrderByItem, visitParameterMarker, visitPredicate, visitRegularFunction, visitSchemaName, visitSimpleExpr, visitSpecialFunction, visitStringLiterals, visitTableName, visitTableNames, visitUnreservedWordvisitAddColumnSpecification, visitAggregationFunctionName, visitAlterCheckConstraint, visitAlterColumnAddOption, visitAlterColumnAddOptions, visitAlterColumnOperation, visitAlterDefinitionClause, visitAlterDrop, visitAlterIndex, visitAlterLogin, visitAlterRole, visitAlterSet, visitAlterSetOnClause, visitAlterSwitch, visitAlterTable, visitAlterTableDropConstraint, visitAlterTableIndexOnClause, visitAlterTableOption, visitAlterTableTableIndex, visitAlterTrigger, visitAlterUser, visitAssemblyPermission, visitAsymmetricKeyPermission, visitAtTimeZoneExpr, visitAvailabilityGroupPermission, visitBasicPermission, visitBeginTransaction, visitCall, visitCaseElse, visitCaseExpression, visitCaseWhen, visitCastExpr, visitCertificatePermission, visitCheckConstraint, visitClass_, visitClassPrivileges, visitClassPrivilegesClause, visitClassType, visitClassTypePrivileges, visitClassTypePrivilegesClause, visitClusterOption, visitCollationName, visitColumnConstraint, visitColumnConstraints, visitColumnDefinition, visitColumnDefinitionOption, visitColumnForeignKeyConstraint, visitColumnIndex, visitColumnNameWithSort, visitColumnSetDefinition, visitCommit, visitComparisonOperator, visitCompressionOption, visitComputedColumnDefinition, visitConstraintForColumn, visitConvertExpr, visitCreateDefinitionClause, visitCreateIndex, visitCreateIndexSpecification, visitCreateLogin, visitCreateRole, visitCreateTable, visitCreateTableDefinition, visitCreateTableDefinitions, visitCreateUser, visitCteClause, visitDatabasePermission, visitDatabasePrincipalPermission, visitDataConsistencyCheckClause, visitDataWareHousePartitionOption, visitDataWareHouseTableOption, visitDateTimeLiterals, visitDeny, visitDiskTablePrimaryConstraintOption, visitDiskTablePrimaryKeyConstraintOption, visitDistinct, visitDistributionOption, visitDropColumnSpecification, visitDropConstraintName, visitDropConstraintOption, visitDropConstraintWithClause, visitDropIndex, visitDropIndexSpecification, visitDropLogin, visitDropRole, visitDropTable, visitDropUser, visitEncryptedOptions, visitEndpointPermission, visitEqKey, visitEqOnOff, visitEqOnOffOption, visitEqTime, visitExecute, visitFileGroup, visitFileStreamOn, visitFileTableClause, visitForeignKeyOn, visitForeignKeyOnAction, visitFullTextPermission, visitGeneratedColumnName, visitGeneratedColumnNameClause, visitGeneratedColumnNamesClause, visitGrant, visitHashWithBucket, visitHavingClause, visitHistoryRetentionPeriod, visitHistoryRetentionPeriodClause, visitIfExist, visitIgnoredIdentifier, visitIgnoredIdentifiers, visitImplicitTransactionsValue, visitIndexClusterClause, visitIndexNameOption, visitIndexNonClusterClause, visitIndexOnClause, visitIndexOption, visitIndexOptions, visitIndexWithName, visitJoinedTable, visitJoinSpecification, visitLogicalOperator, visitLowPriorityLockWait, visitMatchNone, visitMemoryTablePrimaryConstraintOption, visitMemoryTablePrimaryKeyConstraintOption, visitMigrationState_, visitModifyColumnSpecification, visitMultipleTableNames, visitName, visitNotOperator, visitNumberRange, visitObjectPermission, visitOnClassClause, visitOnClassTypeClause, visitOnDefault, visitOnFileGroup, visitOnHistoryTableClause, visitOnLowPriorLockWait, visitOnOffOption, visitOnPartitionClause, visitOnSchemaColumn, visitOnString, visitOptionForClause, visitOrderByClause, visitOutputTableName, visitOutputWithAaterisk, visitOutputWithColumn, visitOutputWithColumns, visitOverClause, visitOwner, visitPartitionByClause, visitPartitionExpression, visitPartitionExpressions, visitPartitionScheme, visitPeriodClause, visitPrimaryKey, visitPrimaryKeyConstraint, visitPrimaryKeyOnClause, visitPrimaryKeyUnique, visitPrimaryKeyWithClause, visitPrivateExprOfDb, visitPrivilegeType, visitQualifiedShorthand, visitRegularFunctionName, visitRevoke, visitRoleClause, visitRollback, visitRowRangeClause, visitSavepoint, visitSchemaPermission, visitServerPermission, visitServerPrincipalPermission, visitServiceBrokerPermission, visitSetFileStreamClause, visitSetImplicitTransactions, visitSetSystemVersionClause, visitSetTransaction, visitSymmetricKeyPermission, visitTableConstraint, visitTableForeignKeyConstraint, visitTableIndex, visitTableOperationOption, visitTableOption, visitTableOptions, visitTablePrimaryConstraint, visitTableStretchOption, visitTableStretchOptions, visitTopNum, visitTruncateTable, visitUnqualifiedShorthand, visitWindowedFunction, visitWindowFrameBetween, visitWindowFrameBound, visitWindowFrameExtent, visitWindowFrameFollowing, visitWindowFramePreceding, visitWithBucket, visitWithIndexOptionaggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitInsert(SQLServerStatementParser.InsertContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.insert().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsert 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitInsert 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitInsertDefaultValue(SQLServerStatementParser.InsertDefaultValueContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.insertDefaultValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertDefaultValue 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitInsertDefaultValue 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitOutputClause(SQLServerStatementParser.OutputClauseContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.outputClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOutputClause 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitOutputClause 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitInsertValuesClause(SQLServerStatementParser.InsertValuesClauseContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.insertValuesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertValuesClause 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitInsertValuesClause 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitInsertSelectClause(SQLServerStatementParser.InsertSelectClauseContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.insertSelectClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertSelectClause 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitInsertSelectClause 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitWithClause(SQLServerStatementParser.WithClauseContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.withClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithClause 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitWithClause 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitUpdate(SQLServerStatementParser.UpdateContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.update().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUpdate 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitUpdate 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitSetAssignmentsClause(SQLServerStatementParser.SetAssignmentsClauseContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.setAssignmentsClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetAssignmentsClause 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitSetAssignmentsClause 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAssignmentValues(SQLServerStatementParser.AssignmentValuesContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.assignmentValues().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignmentValues 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAssignmentValues 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAssignment(SQLServerStatementParser.AssignmentContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.assignment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignment 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAssignment 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAssignmentValue(SQLServerStatementParser.AssignmentValueContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.assignmentValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignmentValue 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAssignmentValue 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDelete(SQLServerStatementParser.DeleteContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.delete().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDelete 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDelete 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitSingleTableClause(SQLServerStatementParser.SingleTableClauseContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.singleTableClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSingleTableClause 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitSingleTableClause 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitMultipleTablesClause(SQLServerStatementParser.MultipleTablesClauseContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.multipleTablesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultipleTablesClause 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitMultipleTablesClause 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitSelect(SQLServerStatementParser.SelectContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.select().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelect 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitSelect 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAggregationClause(SQLServerStatementParser.AggregationClauseContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.aggregationClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregationClause 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAggregationClause 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitSelectClause(SQLServerStatementParser.SelectClauseContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.selectClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectClause 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitSelectClause 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDuplicateSpecification(SQLServerStatementParser.DuplicateSpecificationContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.duplicateSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDuplicateSpecification 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDuplicateSpecification 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitProjections(SQLServerStatementParser.ProjectionsContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.projections().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProjections 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitProjections 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitProjection(SQLServerStatementParser.ProjectionContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.projection().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProjection 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitProjection 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitTop(SQLServerStatementParser.TopContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.top().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTop 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitTop 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAlias(SQLServerStatementParser.AliasContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.alias().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlias 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAlias 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitFromClause(SQLServerStatementParser.FromClauseContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.fromClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFromClause 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitFromClause 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitTableReferences(SQLServerStatementParser.TableReferencesContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.tableReferences().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableReferences 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitTableReferences 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitTableReference(SQLServerStatementParser.TableReferenceContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.tableReference().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableReference 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitTableReference 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitTableFactor(SQLServerStatementParser.TableFactorContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.tableFactor().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableFactor 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitTableFactor 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitWhereClause(SQLServerStatementParser.WhereClauseContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.whereClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWhereClause 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitWhereClause 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitGroupByClause(SQLServerStatementParser.GroupByClauseContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.groupByClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupByClause 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitGroupByClause 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitSubquery(SQLServerStatementParser.SubqueryContext ctx)
SQLServerStatementBaseVisitorSQLServerStatementParser.subquery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubquery 在接口中 SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitSubquery 在类中 SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treeCopyright © 2020 The Apache Software Foundation. All rights reserved.