T - The return type of the visit operation. Use Void for
operations with no return type.public class SQLServerStatementBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements SQLServerStatementVisitor<T>
SQLServerStatementVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
SQLServerStatementBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitExecute(SQLServerStatementParser.ExecuteContext ctx)
SQLServerStatementParser.execute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecute in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitInsert(SQLServerStatementParser.InsertContext ctx)
SQLServerStatementParser.insert().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsert in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitInsertDefaultValue(SQLServerStatementParser.InsertDefaultValueContext ctx)
SQLServerStatementParser.insertDefaultValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertDefaultValue in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitInsertValuesClause(SQLServerStatementParser.InsertValuesClauseContext ctx)
SQLServerStatementParser.insertValuesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertValuesClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitInsertSelectClause(SQLServerStatementParser.InsertSelectClauseContext ctx)
SQLServerStatementParser.insertSelectClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertSelectClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitUpdate(SQLServerStatementParser.UpdateContext ctx)
SQLServerStatementParser.update().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUpdate in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAssignment(SQLServerStatementParser.AssignmentContext ctx)
SQLServerStatementParser.assignment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignment in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSetAssignmentsClause(SQLServerStatementParser.SetAssignmentsClauseContext ctx)
SQLServerStatementParser.setAssignmentsClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetAssignmentsClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAssignmentValues(SQLServerStatementParser.AssignmentValuesContext ctx)
SQLServerStatementParser.assignmentValues().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignmentValues in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAssignmentValue(SQLServerStatementParser.AssignmentValueContext ctx)
SQLServerStatementParser.assignmentValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignmentValue in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDelete(SQLServerStatementParser.DeleteContext ctx)
SQLServerStatementParser.delete().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDelete in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSingleTableClause(SQLServerStatementParser.SingleTableClauseContext ctx)
SQLServerStatementParser.singleTableClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSingleTableClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitMultipleTablesClause(SQLServerStatementParser.MultipleTablesClauseContext ctx)
SQLServerStatementParser.multipleTablesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultipleTablesClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitMultipleTableNames(SQLServerStatementParser.MultipleTableNamesContext ctx)
SQLServerStatementParser.multipleTableNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultipleTableNames in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSelect(SQLServerStatementParser.SelectContext ctx)
SQLServerStatementParser.select().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelect in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAggregationClause(SQLServerStatementParser.AggregationClauseContext ctx)
SQLServerStatementParser.aggregationClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregationClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSelectClause(SQLServerStatementParser.SelectClauseContext ctx)
SQLServerStatementParser.selectClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDuplicateSpecification(SQLServerStatementParser.DuplicateSpecificationContext ctx)
SQLServerStatementParser.duplicateSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDuplicateSpecification in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitProjections(SQLServerStatementParser.ProjectionsContext ctx)
SQLServerStatementParser.projections().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProjections in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitProjection(SQLServerStatementParser.ProjectionContext ctx)
SQLServerStatementParser.projection().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProjection in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTop(SQLServerStatementParser.TopContext ctx)
SQLServerStatementParser.top().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTop in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTopNum(SQLServerStatementParser.TopNumContext ctx)
SQLServerStatementParser.topNum().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTopNum in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlias(SQLServerStatementParser.AliasContext ctx)
SQLServerStatementParser.alias().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlias in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitUnqualifiedShorthand(SQLServerStatementParser.UnqualifiedShorthandContext ctx)
SQLServerStatementParser.unqualifiedShorthand().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnqualifiedShorthand in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitQualifiedShorthand(SQLServerStatementParser.QualifiedShorthandContext ctx)
SQLServerStatementParser.qualifiedShorthand().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQualifiedShorthand in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFromClause(SQLServerStatementParser.FromClauseContext ctx)
SQLServerStatementParser.fromClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFromClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableReferences(SQLServerStatementParser.TableReferencesContext ctx)
SQLServerStatementParser.tableReferences().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableReferences in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableReference(SQLServerStatementParser.TableReferenceContext ctx)
SQLServerStatementParser.tableReference().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableReference in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableFactor(SQLServerStatementParser.TableFactorContext ctx)
SQLServerStatementParser.tableFactor().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableFactor in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitJoinedTable(SQLServerStatementParser.JoinedTableContext ctx)
SQLServerStatementParser.joinedTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJoinedTable in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitJoinSpecification(SQLServerStatementParser.JoinSpecificationContext ctx)
SQLServerStatementParser.joinSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJoinSpecification in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWhereClause(SQLServerStatementParser.WhereClauseContext ctx)
SQLServerStatementParser.whereClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWhereClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitGroupByClause(SQLServerStatementParser.GroupByClauseContext ctx)
SQLServerStatementParser.groupByClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupByClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitHavingClause(SQLServerStatementParser.HavingClauseContext ctx)
SQLServerStatementParser.havingClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHavingClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSubquery(SQLServerStatementParser.SubqueryContext ctx)
SQLServerStatementParser.subquery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubquery in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWithClause(SQLServerStatementParser.WithClauseContext ctx)
SQLServerStatementParser.withClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCteClause(SQLServerStatementParser.CteClauseContext ctx)
SQLServerStatementParser.cteClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCteClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOutputClause(SQLServerStatementParser.OutputClauseContext ctx)
SQLServerStatementParser.outputClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOutputClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOutputWithColumns(SQLServerStatementParser.OutputWithColumnsContext ctx)
SQLServerStatementParser.outputWithColumns().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOutputWithColumns in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOutputWithColumn(SQLServerStatementParser.OutputWithColumnContext ctx)
SQLServerStatementParser.outputWithColumn().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOutputWithColumn in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOutputWithAaterisk(SQLServerStatementParser.OutputWithAateriskContext ctx)
SQLServerStatementParser.outputWithAaterisk().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOutputWithAaterisk in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOutputTableName(SQLServerStatementParser.OutputTableNameContext ctx)
SQLServerStatementParser.outputTableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOutputTableName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitQueryHint(SQLServerStatementParser.QueryHintContext ctx)
SQLServerStatementParser.queryHint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryHint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitUseHitName(SQLServerStatementParser.UseHitNameContext ctx)
SQLServerStatementParser.useHitName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUseHitName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitParameterMarker(SQLServerStatementParser.ParameterMarkerContext ctx)
SQLServerStatementParser.parameterMarker().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParameterMarker in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitLiterals(SQLServerStatementParser.LiteralsContext ctx)
SQLServerStatementParser.literals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLiterals in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitStringLiterals(SQLServerStatementParser.StringLiteralsContext ctx)
SQLServerStatementParser.stringLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringLiterals in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitNumberLiterals(SQLServerStatementParser.NumberLiteralsContext ctx)
SQLServerStatementParser.numberLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumberLiterals in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDateTimeLiterals(SQLServerStatementParser.DateTimeLiteralsContext ctx)
SQLServerStatementParser.dateTimeLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDateTimeLiterals in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitHexadecimalLiterals(SQLServerStatementParser.HexadecimalLiteralsContext ctx)
SQLServerStatementParser.hexadecimalLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHexadecimalLiterals in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitBitValueLiterals(SQLServerStatementParser.BitValueLiteralsContext ctx)
SQLServerStatementParser.bitValueLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBitValueLiterals in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitBooleanLiterals(SQLServerStatementParser.BooleanLiteralsContext ctx)
SQLServerStatementParser.booleanLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanLiterals in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitNullValueLiterals(SQLServerStatementParser.NullValueLiteralsContext ctx)
SQLServerStatementParser.nullValueLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNullValueLiterals in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIdentifier(SQLServerStatementParser.IdentifierContext ctx)
SQLServerStatementParser.identifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifier in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitUnreservedWord(SQLServerStatementParser.UnreservedWordContext ctx)
SQLServerStatementParser.unreservedWord().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnreservedWord in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSchemaName(SQLServerStatementParser.SchemaNameContext ctx)
SQLServerStatementParser.schemaName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableName(SQLServerStatementParser.TableNameContext ctx)
SQLServerStatementParser.tableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnName(SQLServerStatementParser.ColumnNameContext ctx)
SQLServerStatementParser.columnName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOwner(SQLServerStatementParser.OwnerContext ctx)
SQLServerStatementParser.owner().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOwner in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitName(SQLServerStatementParser.NameContext ctx)
SQLServerStatementParser.name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnNames(SQLServerStatementParser.ColumnNamesContext ctx)
SQLServerStatementParser.columnNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnNames in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnNamesWithSort(SQLServerStatementParser.ColumnNamesWithSortContext ctx)
SQLServerStatementParser.columnNamesWithSort().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnNamesWithSort in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableNames(SQLServerStatementParser.TableNamesContext ctx)
SQLServerStatementParser.tableNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableNames in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIndexName(SQLServerStatementParser.IndexNameContext ctx)
SQLServerStatementParser.indexName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitConstraintName(SQLServerStatementParser.ConstraintNameContext ctx)
SQLServerStatementParser.constraintName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstraintName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCollationName(SQLServerStatementParser.CollationNameContext ctx)
SQLServerStatementParser.collationName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCollationName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDataTypeLength(SQLServerStatementParser.DataTypeLengthContext ctx)
SQLServerStatementParser.dataTypeLength().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataTypeLength in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPrimaryKey(SQLServerStatementParser.PrimaryKeyContext ctx)
SQLServerStatementParser.primaryKey().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryKey in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitExpr(SQLServerStatementParser.ExprContext ctx)
SQLServerStatementParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpr in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitLogicalOperator(SQLServerStatementParser.LogicalOperatorContext ctx)
SQLServerStatementParser.logicalOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLogicalOperator in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitNotOperator(SQLServerStatementParser.NotOperatorContext ctx)
SQLServerStatementParser.notOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNotOperator in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitBooleanPrimary(SQLServerStatementParser.BooleanPrimaryContext ctx)
SQLServerStatementParser.booleanPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanPrimary in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitComparisonOperator(SQLServerStatementParser.ComparisonOperatorContext ctx)
SQLServerStatementParser.comparisonOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComparisonOperator in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPredicate(SQLServerStatementParser.PredicateContext ctx)
SQLServerStatementParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicate in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitBitExpr(SQLServerStatementParser.BitExprContext ctx)
SQLServerStatementParser.bitExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBitExpr in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSimpleExpr(SQLServerStatementParser.SimpleExprContext ctx)
SQLServerStatementParser.simpleExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleExpr in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFunctionCall(SQLServerStatementParser.FunctionCallContext ctx)
SQLServerStatementParser.functionCall().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionCall in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAggregationFunction(SQLServerStatementParser.AggregationFunctionContext ctx)
SQLServerStatementParser.aggregationFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregationFunction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAggregationFunctionName(SQLServerStatementParser.AggregationFunctionNameContext ctx)
SQLServerStatementParser.aggregationFunctionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregationFunctionName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDistinct(SQLServerStatementParser.DistinctContext ctx)
SQLServerStatementParser.distinct().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDistinct in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSpecialFunction(SQLServerStatementParser.SpecialFunctionContext ctx)
SQLServerStatementParser.specialFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSpecialFunction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCastFunction(SQLServerStatementParser.CastFunctionContext ctx)
SQLServerStatementParser.castFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCastFunction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCharFunction(SQLServerStatementParser.CharFunctionContext ctx)
SQLServerStatementParser.charFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharFunction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitRegularFunction(SQLServerStatementParser.RegularFunctionContext ctx)
SQLServerStatementParser.regularFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRegularFunction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitRegularFunctionName(SQLServerStatementParser.RegularFunctionNameContext ctx)
SQLServerStatementParser.regularFunctionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRegularFunctionName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCaseExpression(SQLServerStatementParser.CaseExpressionContext ctx)
SQLServerStatementParser.caseExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseExpression in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCaseWhen(SQLServerStatementParser.CaseWhenContext ctx)
SQLServerStatementParser.caseWhen().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseWhen in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCaseElse(SQLServerStatementParser.CaseElseContext ctx)
SQLServerStatementParser.caseElse().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseElse in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPrivateExprOfDb(SQLServerStatementParser.PrivateExprOfDbContext ctx)
SQLServerStatementParser.privateExprOfDb().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivateExprOfDb in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOrderByClause(SQLServerStatementParser.OrderByClauseContext ctx)
SQLServerStatementParser.orderByClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderByClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOrderByItem(SQLServerStatementParser.OrderByItemContext ctx)
SQLServerStatementParser.orderByItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderByItem in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDataType(SQLServerStatementParser.DataTypeContext ctx)
SQLServerStatementParser.dataType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataType in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDataTypeName(SQLServerStatementParser.DataTypeNameContext ctx)
SQLServerStatementParser.dataTypeName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataTypeName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAtTimeZoneExpr(SQLServerStatementParser.AtTimeZoneExprContext ctx)
SQLServerStatementParser.atTimeZoneExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAtTimeZoneExpr in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCastExpr(SQLServerStatementParser.CastExprContext ctx)
SQLServerStatementParser.castExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCastExpr in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitConvertExpr(SQLServerStatementParser.ConvertExprContext ctx)
SQLServerStatementParser.convertExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConvertExpr in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWindowedFunction(SQLServerStatementParser.WindowedFunctionContext ctx)
SQLServerStatementParser.windowedFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowedFunction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOverClause(SQLServerStatementParser.OverClauseContext ctx)
SQLServerStatementParser.overClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOverClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPartitionByClause(SQLServerStatementParser.PartitionByClauseContext ctx)
SQLServerStatementParser.partitionByClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionByClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitRowRangeClause(SQLServerStatementParser.RowRangeClauseContext ctx)
SQLServerStatementParser.rowRangeClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRowRangeClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWindowFrameExtent(SQLServerStatementParser.WindowFrameExtentContext ctx)
SQLServerStatementParser.windowFrameExtent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowFrameExtent in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWindowFrameBetween(SQLServerStatementParser.WindowFrameBetweenContext ctx)
SQLServerStatementParser.windowFrameBetween().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowFrameBetween in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWindowFrameBound(SQLServerStatementParser.WindowFrameBoundContext ctx)
SQLServerStatementParser.windowFrameBound().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowFrameBound in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWindowFramePreceding(SQLServerStatementParser.WindowFramePrecedingContext ctx)
SQLServerStatementParser.windowFramePreceding().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowFramePreceding in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWindowFrameFollowing(SQLServerStatementParser.WindowFrameFollowingContext ctx)
SQLServerStatementParser.windowFrameFollowing().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowFrameFollowing in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnNameWithSort(SQLServerStatementParser.ColumnNameWithSortContext ctx)
SQLServerStatementParser.columnNameWithSort().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnNameWithSort in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIndexOption(SQLServerStatementParser.IndexOptionContext ctx)
SQLServerStatementParser.indexOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCompressionOption(SQLServerStatementParser.CompressionOptionContext ctx)
SQLServerStatementParser.compressionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCompressionOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitEqTime(SQLServerStatementParser.EqTimeContext ctx)
SQLServerStatementParser.eqTime().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEqTime in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitEqOnOffOption(SQLServerStatementParser.EqOnOffOptionContext ctx)
SQLServerStatementParser.eqOnOffOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEqOnOffOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitEqKey(SQLServerStatementParser.EqKeyContext ctx)
SQLServerStatementParser.eqKey().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEqKey in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitEqOnOff(SQLServerStatementParser.EqOnOffContext ctx)
SQLServerStatementParser.eqOnOff().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEqOnOff in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOnPartitionClause(SQLServerStatementParser.OnPartitionClauseContext ctx)
SQLServerStatementParser.onPartitionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnPartitionClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPartitionExpressions(SQLServerStatementParser.PartitionExpressionsContext ctx)
SQLServerStatementParser.partitionExpressions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionExpressions in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPartitionExpression(SQLServerStatementParser.PartitionExpressionContext ctx)
SQLServerStatementParser.partitionExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionExpression in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitNumberRange(SQLServerStatementParser.NumberRangeContext ctx)
SQLServerStatementParser.numberRange().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumberRange in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitLowPriorityLockWait(SQLServerStatementParser.LowPriorityLockWaitContext ctx)
SQLServerStatementParser.lowPriorityLockWait().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLowPriorityLockWait in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOnLowPriorLockWait(SQLServerStatementParser.OnLowPriorLockWaitContext ctx)
SQLServerStatementParser.onLowPriorLockWait().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnLowPriorLockWait in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIgnoredIdentifier(SQLServerStatementParser.IgnoredIdentifierContext ctx)
SQLServerStatementParser.ignoredIdentifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIgnoredIdentifier in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIgnoredIdentifiers(SQLServerStatementParser.IgnoredIdentifiersContext ctx)
SQLServerStatementParser.ignoredIdentifiers().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIgnoredIdentifiers in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitMatchNone(SQLServerStatementParser.MatchNoneContext ctx)
SQLServerStatementParser.matchNone().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMatchNone in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateTable(SQLServerStatementParser.CreateTableContext ctx)
SQLServerStatementParser.createTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTable in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateIndex(SQLServerStatementParser.CreateIndexContext ctx)
SQLServerStatementParser.createIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateIndex in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterTable(SQLServerStatementParser.AlterTableContext ctx)
SQLServerStatementParser.alterTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTable in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterIndex(SQLServerStatementParser.AlterIndexContext ctx)
SQLServerStatementParser.alterIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterIndex in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropTable(SQLServerStatementParser.DropTableContext ctx)
SQLServerStatementParser.dropTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTable in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropIndex(SQLServerStatementParser.DropIndexContext ctx)
SQLServerStatementParser.dropIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropIndex in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTruncateTable(SQLServerStatementParser.TruncateTableContext ctx)
SQLServerStatementParser.truncateTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTruncateTable in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFileTableClause(SQLServerStatementParser.FileTableClauseContext ctx)
SQLServerStatementParser.fileTableClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFileTableClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateDefinitionClause(SQLServerStatementParser.CreateDefinitionClauseContext ctx)
SQLServerStatementParser.createDefinitionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDefinitionClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateTableDefinitions(SQLServerStatementParser.CreateTableDefinitionsContext ctx)
SQLServerStatementParser.createTableDefinitions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTableDefinitions in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateTableDefinition(SQLServerStatementParser.CreateTableDefinitionContext ctx)
SQLServerStatementParser.createTableDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTableDefinition in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnDefinition(SQLServerStatementParser.ColumnDefinitionContext ctx)
SQLServerStatementParser.columnDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnDefinition in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnDefinitionOption(SQLServerStatementParser.ColumnDefinitionOptionContext ctx)
SQLServerStatementParser.columnDefinitionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnDefinitionOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitEncryptedOptions(SQLServerStatementParser.EncryptedOptionsContext ctx)
SQLServerStatementParser.encryptedOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEncryptedOptions in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnConstraint(SQLServerStatementParser.ColumnConstraintContext ctx)
SQLServerStatementParser.columnConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitComputedColumnConstraint(SQLServerStatementParser.ComputedColumnConstraintContext ctx)
SQLServerStatementParser.computedColumnConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComputedColumnConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitComputedColumnForeignKeyConstraint(SQLServerStatementParser.ComputedColumnForeignKeyConstraintContext ctx)
SQLServerStatementParser.computedColumnForeignKeyConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComputedColumnForeignKeyConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitComputedColumnForeignKeyOnAction(SQLServerStatementParser.ComputedColumnForeignKeyOnActionContext ctx)
SQLServerStatementParser.computedColumnForeignKeyOnAction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComputedColumnForeignKeyOnAction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPrimaryKeyConstraint(SQLServerStatementParser.PrimaryKeyConstraintContext ctx)
SQLServerStatementParser.primaryKeyConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryKeyConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDiskTablePrimaryKeyConstraintOption(SQLServerStatementParser.DiskTablePrimaryKeyConstraintOptionContext ctx)
SQLServerStatementParser.diskTablePrimaryKeyConstraintOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDiskTablePrimaryKeyConstraintOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitClusterOption(SQLServerStatementParser.ClusterOptionContext ctx)
SQLServerStatementParser.clusterOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClusterOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPrimaryKeyWithClause(SQLServerStatementParser.PrimaryKeyWithClauseContext ctx)
SQLServerStatementParser.primaryKeyWithClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryKeyWithClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPrimaryKeyOnClause(SQLServerStatementParser.PrimaryKeyOnClauseContext ctx)
SQLServerStatementParser.primaryKeyOnClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryKeyOnClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOnSchemaColumn(SQLServerStatementParser.OnSchemaColumnContext ctx)
SQLServerStatementParser.onSchemaColumn().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnSchemaColumn in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOnFileGroup(SQLServerStatementParser.OnFileGroupContext ctx)
SQLServerStatementParser.onFileGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnFileGroup in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOnString(SQLServerStatementParser.OnStringContext ctx)
SQLServerStatementParser.onString().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnString in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitMemoryTablePrimaryKeyConstraintOption(SQLServerStatementParser.MemoryTablePrimaryKeyConstraintOptionContext ctx)
SQLServerStatementParser.memoryTablePrimaryKeyConstraintOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMemoryTablePrimaryKeyConstraintOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWithBucket(SQLServerStatementParser.WithBucketContext ctx)
SQLServerStatementParser.withBucket().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithBucket in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnForeignKeyConstraint(SQLServerStatementParser.ColumnForeignKeyConstraintContext ctx)
SQLServerStatementParser.columnForeignKeyConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnForeignKeyConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitForeignKeyOnAction(SQLServerStatementParser.ForeignKeyOnActionContext ctx)
SQLServerStatementParser.foreignKeyOnAction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitForeignKeyOnAction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitForeignKeyOn(SQLServerStatementParser.ForeignKeyOnContext ctx)
SQLServerStatementParser.foreignKeyOn().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitForeignKeyOn in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCheckConstraint(SQLServerStatementParser.CheckConstraintContext ctx)
SQLServerStatementParser.checkConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCheckConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnIndex(SQLServerStatementParser.ColumnIndexContext ctx)
SQLServerStatementParser.columnIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnIndex in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWithIndexOption(SQLServerStatementParser.WithIndexOptionContext ctx)
SQLServerStatementParser.withIndexOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithIndexOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIndexOnClause(SQLServerStatementParser.IndexOnClauseContext ctx)
SQLServerStatementParser.indexOnClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexOnClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOnDefault(SQLServerStatementParser.OnDefaultContext ctx)
SQLServerStatementParser.onDefault().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnDefault in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFileStreamOn(SQLServerStatementParser.FileStreamOnContext ctx)
SQLServerStatementParser.fileStreamOn().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFileStreamOn in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnConstraints(SQLServerStatementParser.ColumnConstraintsContext ctx)
SQLServerStatementParser.columnConstraints().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnConstraints in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitComputedColumnDefinition(SQLServerStatementParser.ComputedColumnDefinitionContext ctx)
SQLServerStatementParser.computedColumnDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComputedColumnDefinition in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnSetDefinition(SQLServerStatementParser.ColumnSetDefinitionContext ctx)
SQLServerStatementParser.columnSetDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnSetDefinition in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableConstraint(SQLServerStatementParser.TableConstraintContext ctx)
SQLServerStatementParser.tableConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTablePrimaryConstraint(SQLServerStatementParser.TablePrimaryConstraintContext ctx)
SQLServerStatementParser.tablePrimaryConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTablePrimaryConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPrimaryKeyUnique(SQLServerStatementParser.PrimaryKeyUniqueContext ctx)
SQLServerStatementParser.primaryKeyUnique().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryKeyUnique in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDiskTablePrimaryConstraintOption(SQLServerStatementParser.DiskTablePrimaryConstraintOptionContext ctx)
SQLServerStatementParser.diskTablePrimaryConstraintOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDiskTablePrimaryConstraintOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitMemoryTablePrimaryConstraintOption(SQLServerStatementParser.MemoryTablePrimaryConstraintOptionContext ctx)
SQLServerStatementParser.memoryTablePrimaryConstraintOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMemoryTablePrimaryConstraintOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitHashWithBucket(SQLServerStatementParser.HashWithBucketContext ctx)
SQLServerStatementParser.hashWithBucket().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHashWithBucket in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableForeignKeyConstraint(SQLServerStatementParser.TableForeignKeyConstraintContext ctx)
SQLServerStatementParser.tableForeignKeyConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableForeignKeyConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableIndex(SQLServerStatementParser.TableIndexContext ctx)
SQLServerStatementParser.tableIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableIndex in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIndexNameOption(SQLServerStatementParser.IndexNameOptionContext ctx)
SQLServerStatementParser.indexNameOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexNameOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIndexOptions(SQLServerStatementParser.IndexOptionsContext ctx)
SQLServerStatementParser.indexOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexOptions in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPeriodClause(SQLServerStatementParser.PeriodClauseContext ctx)
SQLServerStatementParser.periodClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPeriodClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPartitionScheme(SQLServerStatementParser.PartitionSchemeContext ctx)
SQLServerStatementParser.partitionScheme().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionScheme in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFileGroup(SQLServerStatementParser.FileGroupContext ctx)
SQLServerStatementParser.fileGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFileGroup in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableOptions(SQLServerStatementParser.TableOptionsContext ctx)
SQLServerStatementParser.tableOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptions in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableOption(SQLServerStatementParser.TableOptionContext ctx)
SQLServerStatementParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDataDelectionOption(SQLServerStatementParser.DataDelectionOptionContext ctx)
SQLServerStatementParser.dataDelectionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataDelectionOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableStretchOptions(SQLServerStatementParser.TableStretchOptionsContext ctx)
SQLServerStatementParser.tableStretchOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableStretchOptions in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableStretchOption(SQLServerStatementParser.TableStretchOptionContext ctx)
SQLServerStatementParser.tableStretchOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableStretchOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitMigrationState_(SQLServerStatementParser.MigrationState_Context ctx)
SQLServerStatementParser.migrationState_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMigrationState_ in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableOperationOption(SQLServerStatementParser.TableOperationOptionContext ctx)
SQLServerStatementParser.tableOperationOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOperationOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDistributionOption(SQLServerStatementParser.DistributionOptionContext ctx)
SQLServerStatementParser.distributionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDistributionOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDataWareHouseTableOption(SQLServerStatementParser.DataWareHouseTableOptionContext ctx)
SQLServerStatementParser.dataWareHouseTableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataWareHouseTableOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDataWareHousePartitionOption(SQLServerStatementParser.DataWareHousePartitionOptionContext ctx)
SQLServerStatementParser.dataWareHousePartitionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataWareHousePartitionOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateIndexSpecification(SQLServerStatementParser.CreateIndexSpecificationContext ctx)
SQLServerStatementParser.createIndexSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateIndexSpecification in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterDefinitionClause(SQLServerStatementParser.AlterDefinitionClauseContext ctx)
SQLServerStatementParser.alterDefinitionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDefinitionClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAddColumnSpecification(SQLServerStatementParser.AddColumnSpecificationContext ctx)
SQLServerStatementParser.addColumnSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddColumnSpecification in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitModifyColumnSpecification(SQLServerStatementParser.ModifyColumnSpecificationContext ctx)
SQLServerStatementParser.modifyColumnSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitModifyColumnSpecification in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterColumnOperation(SQLServerStatementParser.AlterColumnOperationContext ctx)
SQLServerStatementParser.alterColumnOperation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterColumnOperation in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterColumnAddOptions(SQLServerStatementParser.AlterColumnAddOptionsContext ctx)
SQLServerStatementParser.alterColumnAddOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterColumnAddOptions in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterColumnAddOption(SQLServerStatementParser.AlterColumnAddOptionContext ctx)
SQLServerStatementParser.alterColumnAddOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterColumnAddOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitConstraintForColumn(SQLServerStatementParser.ConstraintForColumnContext ctx)
SQLServerStatementParser.constraintForColumn().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstraintForColumn in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitGeneratedColumnNamesClause(SQLServerStatementParser.GeneratedColumnNamesClauseContext ctx)
SQLServerStatementParser.generatedColumnNamesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeneratedColumnNamesClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitGeneratedColumnNameClause(SQLServerStatementParser.GeneratedColumnNameClauseContext ctx)
SQLServerStatementParser.generatedColumnNameClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeneratedColumnNameClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitGeneratedColumnName(SQLServerStatementParser.GeneratedColumnNameContext ctx)
SQLServerStatementParser.generatedColumnName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeneratedColumnName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterDrop(SQLServerStatementParser.AlterDropContext ctx)
SQLServerStatementParser.alterDrop().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDrop in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterTableDropConstraint(SQLServerStatementParser.AlterTableDropConstraintContext ctx)
SQLServerStatementParser.alterTableDropConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTableDropConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropConstraintName(SQLServerStatementParser.DropConstraintNameContext ctx)
SQLServerStatementParser.dropConstraintName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropConstraintName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropConstraintWithClause(SQLServerStatementParser.DropConstraintWithClauseContext ctx)
SQLServerStatementParser.dropConstraintWithClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropConstraintWithClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropConstraintOption(SQLServerStatementParser.DropConstraintOptionContext ctx)
SQLServerStatementParser.dropConstraintOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropConstraintOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOnOffOption(SQLServerStatementParser.OnOffOptionContext ctx)
SQLServerStatementParser.onOffOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnOffOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropColumnSpecification(SQLServerStatementParser.DropColumnSpecificationContext ctx)
SQLServerStatementParser.dropColumnSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropColumnSpecification in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropIndexSpecification(SQLServerStatementParser.DropIndexSpecificationContext ctx)
SQLServerStatementParser.dropIndexSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropIndexSpecification in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterCheckConstraint(SQLServerStatementParser.AlterCheckConstraintContext ctx)
SQLServerStatementParser.alterCheckConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterCheckConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterTrigger(SQLServerStatementParser.AlterTriggerContext ctx)
SQLServerStatementParser.alterTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTrigger in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterSwitch(SQLServerStatementParser.AlterSwitchContext ctx)
SQLServerStatementParser.alterSwitch().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterSwitch in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterSet(SQLServerStatementParser.AlterSetContext ctx)
SQLServerStatementParser.alterSet().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterSet in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSetFileStreamClause(SQLServerStatementParser.SetFileStreamClauseContext ctx)
SQLServerStatementParser.setFileStreamClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetFileStreamClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSetSystemVersionClause(SQLServerStatementParser.SetSystemVersionClauseContext ctx)
SQLServerStatementParser.setSystemVersionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetSystemVersionClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterSetOnClause(SQLServerStatementParser.AlterSetOnClauseContext ctx)
SQLServerStatementParser.alterSetOnClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterSetOnClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDataConsistencyCheckClause(SQLServerStatementParser.DataConsistencyCheckClauseContext ctx)
SQLServerStatementParser.dataConsistencyCheckClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataConsistencyCheckClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitHistoryRetentionPeriodClause(SQLServerStatementParser.HistoryRetentionPeriodClauseContext ctx)
SQLServerStatementParser.historyRetentionPeriodClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHistoryRetentionPeriodClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitHistoryRetentionPeriod(SQLServerStatementParser.HistoryRetentionPeriodContext ctx)
SQLServerStatementParser.historyRetentionPeriod().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHistoryRetentionPeriod in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterTableTableIndex(SQLServerStatementParser.AlterTableTableIndexContext ctx)
SQLServerStatementParser.alterTableTableIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTableTableIndex in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIndexWithName(SQLServerStatementParser.IndexWithNameContext ctx)
SQLServerStatementParser.indexWithName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexWithName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIndexNonClusterClause(SQLServerStatementParser.IndexNonClusterClauseContext ctx)
SQLServerStatementParser.indexNonClusterClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexNonClusterClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterTableIndexOnClause(SQLServerStatementParser.AlterTableIndexOnClauseContext ctx)
SQLServerStatementParser.alterTableIndexOnClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTableIndexOnClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIndexClusterClause(SQLServerStatementParser.IndexClusterClauseContext ctx)
SQLServerStatementParser.indexClusterClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexClusterClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterTableOption(SQLServerStatementParser.AlterTableOptionContext ctx)
SQLServerStatementParser.alterTableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTableOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOnHistoryTableClause(SQLServerStatementParser.OnHistoryTableClauseContext ctx)
SQLServerStatementParser.onHistoryTableClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnHistoryTableClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIfExist(SQLServerStatementParser.IfExistContext ctx)
SQLServerStatementParser.ifExist().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIfExist in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSetTransaction(SQLServerStatementParser.SetTransactionContext ctx)
SQLServerStatementParser.setTransaction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetTransaction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSetImplicitTransactions(SQLServerStatementParser.SetImplicitTransactionsContext ctx)
SQLServerStatementParser.setImplicitTransactions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetImplicitTransactions in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitImplicitTransactionsValue(SQLServerStatementParser.ImplicitTransactionsValueContext ctx)
SQLServerStatementParser.implicitTransactionsValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitImplicitTransactionsValue in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitBeginTransaction(SQLServerStatementParser.BeginTransactionContext ctx)
SQLServerStatementParser.beginTransaction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBeginTransaction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCommit(SQLServerStatementParser.CommitContext ctx)
SQLServerStatementParser.commit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommit in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitRollback(SQLServerStatementParser.RollbackContext ctx)
SQLServerStatementParser.rollback().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRollback in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSavepoint(SQLServerStatementParser.SavepointContext ctx)
SQLServerStatementParser.savepoint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSavepoint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitGrant(SQLServerStatementParser.GrantContext ctx)
SQLServerStatementParser.grant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrant in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitRevoke(SQLServerStatementParser.RevokeContext ctx)
SQLServerStatementParser.revoke().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRevoke in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDeny(SQLServerStatementParser.DenyContext ctx)
SQLServerStatementParser.deny().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeny in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitClassPrivilegesClause(SQLServerStatementParser.ClassPrivilegesClauseContext ctx)
SQLServerStatementParser.classPrivilegesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClassPrivilegesClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitClassTypePrivilegesClause(SQLServerStatementParser.ClassTypePrivilegesClauseContext ctx)
SQLServerStatementParser.classTypePrivilegesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClassTypePrivilegesClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOptionForClause(SQLServerStatementParser.OptionForClauseContext ctx)
SQLServerStatementParser.optionForClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptionForClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitClassPrivileges(SQLServerStatementParser.ClassPrivilegesContext ctx)
SQLServerStatementParser.classPrivileges().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClassPrivileges in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOnClassClause(SQLServerStatementParser.OnClassClauseContext ctx)
SQLServerStatementParser.onClassClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnClassClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitClassTypePrivileges(SQLServerStatementParser.ClassTypePrivilegesContext ctx)
SQLServerStatementParser.classTypePrivileges().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClassTypePrivileges in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOnClassTypeClause(SQLServerStatementParser.OnClassTypeClauseContext ctx)
SQLServerStatementParser.onClassTypeClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnClassTypeClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPrivilegeType(SQLServerStatementParser.PrivilegeTypeContext ctx)
SQLServerStatementParser.privilegeType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivilegeType in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitBasicPermission(SQLServerStatementParser.BasicPermissionContext ctx)
SQLServerStatementParser.basicPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBasicPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitObjectPermission(SQLServerStatementParser.ObjectPermissionContext ctx)
SQLServerStatementParser.objectPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObjectPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitServerPermission(SQLServerStatementParser.ServerPermissionContext ctx)
SQLServerStatementParser.serverPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServerPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitServerPrincipalPermission(SQLServerStatementParser.ServerPrincipalPermissionContext ctx)
SQLServerStatementParser.serverPrincipalPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServerPrincipalPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDatabasePermission(SQLServerStatementParser.DatabasePermissionContext ctx)
SQLServerStatementParser.databasePermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatabasePermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDatabasePrincipalPermission(SQLServerStatementParser.DatabasePrincipalPermissionContext ctx)
SQLServerStatementParser.databasePrincipalPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatabasePrincipalPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSchemaPermission(SQLServerStatementParser.SchemaPermissionContext ctx)
SQLServerStatementParser.schemaPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitServiceBrokerPermission(SQLServerStatementParser.ServiceBrokerPermissionContext ctx)
SQLServerStatementParser.serviceBrokerPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServiceBrokerPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitEndpointPermission(SQLServerStatementParser.EndpointPermissionContext ctx)
SQLServerStatementParser.endpointPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEndpointPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCertificatePermission(SQLServerStatementParser.CertificatePermissionContext ctx)
SQLServerStatementParser.certificatePermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCertificatePermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSymmetricKeyPermission(SQLServerStatementParser.SymmetricKeyPermissionContext ctx)
SQLServerStatementParser.symmetricKeyPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSymmetricKeyPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAsymmetricKeyPermission(SQLServerStatementParser.AsymmetricKeyPermissionContext ctx)
SQLServerStatementParser.asymmetricKeyPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAsymmetricKeyPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAssemblyPermission(SQLServerStatementParser.AssemblyPermissionContext ctx)
SQLServerStatementParser.assemblyPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssemblyPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAvailabilityGroupPermission(SQLServerStatementParser.AvailabilityGroupPermissionContext ctx)
SQLServerStatementParser.availabilityGroupPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAvailabilityGroupPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFullTextPermission(SQLServerStatementParser.FullTextPermissionContext ctx)
SQLServerStatementParser.fullTextPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullTextPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitClass_(SQLServerStatementParser.Class_Context ctx)
SQLServerStatementParser.class_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClass_ in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitClassType(SQLServerStatementParser.ClassTypeContext ctx)
SQLServerStatementParser.classType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClassType in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitRoleClause(SQLServerStatementParser.RoleClauseContext ctx)
SQLServerStatementParser.roleClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoleClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateUser(SQLServerStatementParser.CreateUserContext ctx)
SQLServerStatementParser.createUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUser in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropUser(SQLServerStatementParser.DropUserContext ctx)
SQLServerStatementParser.dropUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropUser in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterUser(SQLServerStatementParser.AlterUserContext ctx)
SQLServerStatementParser.alterUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterUser in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateRole(SQLServerStatementParser.CreateRoleContext ctx)
SQLServerStatementParser.createRole().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateRole in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropRole(SQLServerStatementParser.DropRoleContext ctx)
SQLServerStatementParser.dropRole().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropRole in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterRole(SQLServerStatementParser.AlterRoleContext ctx)
SQLServerStatementParser.alterRole().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterRole in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateLogin(SQLServerStatementParser.CreateLoginContext ctx)
SQLServerStatementParser.createLogin().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLogin in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropLogin(SQLServerStatementParser.DropLoginContext ctx)
SQLServerStatementParser.dropLogin().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropLogin in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterLogin(SQLServerStatementParser.AlterLoginContext ctx)
SQLServerStatementParser.alterLogin().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterLogin in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCall(SQLServerStatementParser.CallContext ctx)
SQLServerStatementParser.call().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCall in interface SQLServerStatementVisitor<T>ctx - the parse treeCopyright © 2021 The Apache Software Foundation. All rights reserved.