Interface SQL92StatementVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
SQL92DALStatementSQLVisitor,SQL92DCLStatementSQLVisitor,SQL92DDLStatementSQLVisitor,SQL92DMLStatementSQLVisitor,SQL92StatementBaseVisitor,SQL92StatementSQLVisitor,SQL92TCLStatementSQLVisitor
public interface SQL92StatementVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced
by
SQL92StatementParser.-
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced bySQL92StatementParser.addColumnSpecification().Visit a parse tree produced bySQL92StatementParser.addConstraintSpecification().Visit a parse tree produced bySQL92StatementParser.aggregationFunction().Visit a parse tree produced bySQL92StatementParser.aggregationFunctionName().Visit a parse tree produced bySQL92StatementParser.alias().Visit a parse tree produced bySQL92StatementParser.alterDefinitionClause().Visit a parse tree produced bySQL92StatementParser.alterTable().Visit a parse tree produced bySQL92StatementParser.andOperator().Visit a parse tree produced bySQL92StatementParser.assignment().Visit a parse tree produced bySQL92StatementParser.assignmentValue().Visit a parse tree produced bySQL92StatementParser.assignmentValues().Visit a parse tree produced bySQL92StatementParser.bitExpr().Visit a parse tree produced bySQL92StatementParser.bitValueLiterals().Visit a parse tree produced bySQL92StatementParser.blobValue().Visit a parse tree produced bySQL92StatementParser.booleanLiterals().Visit a parse tree produced bySQL92StatementParser.booleanPrimary().Visit a parse tree produced bySQL92StatementParser.caseElse().Visit a parse tree produced bySQL92StatementParser.caseExpression().Visit a parse tree produced bySQL92StatementParser.caseWhen().Visit a parse tree produced bySQL92StatementParser.castFunction().Visit a parse tree produced bySQL92StatementParser.characterSet().Visit a parse tree produced bySQL92StatementParser.characterSetName().Visit a parse tree produced bySQL92StatementParser.checkConstraintDefinition().Visit a parse tree produced bySQL92StatementParser.collateClause().Visit a parse tree produced bySQL92StatementParser.columnDefinition().Visit a parse tree produced bySQL92StatementParser.columnName().Visit a parse tree produced bySQL92StatementParser.columnNames().Visit a parse tree produced bySQL92StatementParser.combineClause().Visit a parse tree produced bySQL92StatementParser.commit().Visit a parse tree produced bySQL92StatementParser.comparisonOperator().Visit a parse tree produced bySQL92StatementParser.constraintDefinition().Visit a parse tree produced bySQL92StatementParser.constraintName().Visit a parse tree produced bySQL92StatementParser.convertFunction().Visit a parse tree produced bySQL92StatementParser.createDatabase().Visit a parse tree produced bySQL92StatementParser.createDatabaseSpecification_().Visit a parse tree produced bySQL92StatementParser.createDefinition().Visit a parse tree produced bySQL92StatementParser.createDefinitionClause().Visit a parse tree produced bySQL92StatementParser.createLikeClause().Visit a parse tree produced bySQL92StatementParser.createTable().Visit a parse tree produced bySQL92StatementParser.createTableSpecification().Visit a parse tree produced bySQL92StatementParser.createView().Visit a parse tree produced bySQL92StatementParser.dataType().Visit a parse tree produced bySQL92StatementParser.dataTypeLength().Visit a parse tree produced bySQL92StatementParser.dataTypeName().Visit a parse tree produced bySQL92StatementParser.dataTypeOption().Visit a parse tree produced bySQL92StatementParser.dateTimeLiterals().Visit a parse tree produced bySQL92StatementParser.delete().Visit a parse tree produced bySQL92StatementParser.distinct().Visit a parse tree produced bySQL92StatementParser.dropBehaviour().Visit a parse tree produced bySQL92StatementParser.dropColumnSpecification().Visit a parse tree produced bySQL92StatementParser.dropConstraintSpecification().Visit a parse tree produced bySQL92StatementParser.dropDatabase().Visit a parse tree produced bySQL92StatementParser.dropTable().Visit a parse tree produced bySQL92StatementParser.dropView().Visit a parse tree produced bySQL92StatementParser.duplicateSpecification().Visit a parse tree produced bySQL92StatementParser.escapedTableReference().Visit a parse tree produced bySQL92StatementParser.execute().Visit a parse tree produced bySQL92StatementParser.expr().Visit a parse tree produced bySQL92StatementParser.extractFunction().Visit a parse tree produced bySQL92StatementParser.foreignKeyOption().Visit a parse tree produced bySQL92StatementParser.fromClause().Visit a parse tree produced bySQL92StatementParser.functionCall().Visit a parse tree produced bySQL92StatementParser.grant().Visit a parse tree produced bySQL92StatementParser.grantee().Visit a parse tree produced bySQL92StatementParser.groupByClause().Visit a parse tree produced bySQL92StatementParser.havingClause().Visit a parse tree produced bySQL92StatementParser.hexadecimalLiterals().Visit a parse tree produced bySQL92StatementParser.identifier().Visit a parse tree produced bySQL92StatementParser.ignoredIdentifier().Visit a parse tree produced bySQL92StatementParser.insert().Visit a parse tree produced bySQL92StatementParser.insertSelectClause().Visit a parse tree produced bySQL92StatementParser.insertValuesClause().Visit a parse tree produced bySQL92StatementParser.intervalExpression().Visit a parse tree produced bySQL92StatementParser.intervalUnit().Visit a parse tree produced bySQL92StatementParser.joinedTable().Visit a parse tree produced bySQL92StatementParser.joinSpecification().Visit a parse tree produced bySQL92StatementParser.keyPart().Visit a parse tree produced bySQL92StatementParser.keyParts().Visit a parse tree produced bySQL92StatementParser.levelOfIsolation().Visit a parse tree produced bySQL92StatementParser.limitClause().Visit a parse tree produced bySQL92StatementParser.limitOffset().Visit a parse tree produced bySQL92StatementParser.limitRowCount().Visit a parse tree produced bySQL92StatementParser.literals().Visit a parse tree produced bySQL92StatementParser.matchExpression().Visit a parse tree produced bySQL92StatementParser.modifyColumnSpecification().Visit a parse tree produced bySQL92StatementParser.name().Visit a parse tree produced bySQL92StatementParser.notOperator().Visit a parse tree produced bySQL92StatementParser.nullValueLiterals().Visit a parse tree produced bySQL92StatementParser.numberLiterals().Visit a parse tree produced bySQL92StatementParser.objectType().Visit a parse tree produced bySQL92StatementParser.onObjectClause().Visit a parse tree produced bySQL92StatementParser.orderByClause().Visit a parse tree produced bySQL92StatementParser.orderByItem().Visit a parse tree produced bySQL92StatementParser.orOperator().Visit a parse tree produced bySQL92StatementParser.owner().Visit a parse tree produced bySQL92StatementParser.parameterMarker().Visit a parse tree produced bySQL92StatementParser.positionFunction().Visit a parse tree produced bySQL92StatementParser.predicate().Visit a parse tree produced bySQL92StatementParser.primaryKey().Visit a parse tree produced bySQL92StatementParser.primaryKeyOption().Visit a parse tree produced bySQL92StatementParser.privilegeClause().Visit a parse tree produced bySQL92StatementParser.privilegeLevel().Visit a parse tree produced bySQL92StatementParser.privileges().Visit a parse tree produced bySQL92StatementParser.privilegeType().Visit a parse tree produced bySQL92StatementParser.projection().Visit a parse tree produced bySQL92StatementParser.projections().Visit a parse tree produced bySQL92StatementParser.qualifiedShorthand().Visit a parse tree produced bySQL92StatementParser.referenceDefinition().Visit a parse tree produced bySQL92StatementParser.referenceOption().Visit a parse tree produced bySQL92StatementParser.regularFunction().Visit a parse tree produced bySQL92StatementParser.regularFunctionName().Visit a parse tree produced bySQL92StatementParser.revoke().Visit a parse tree produced bySQL92StatementParser.rollback().Visit a parse tree produced bySQL92StatementParser.schemaName().Visit a parse tree produced bySQL92StatementParser.select().Visit a parse tree produced bySQL92StatementParser.selectClause().Visit a parse tree produced bySQL92StatementParser.selectSpecification().Visit a parse tree produced bySQL92StatementParser.setAssignmentsClause().Visit a parse tree produced bySQL92StatementParser.setTransaction().Visit a parse tree produced bySQL92StatementParser.simpleExpr().Visit a parse tree produced bySQL92StatementParser.singleTableClause().Visit a parse tree produced bySQL92StatementParser.specialFunction().Visit a parse tree produced bySQL92StatementParser.stringLiterals().Visit a parse tree produced bySQL92StatementParser.subquery().Visit a parse tree produced bySQL92StatementParser.substringFunction().Visit a parse tree produced bySQL92StatementParser.tableFactor().Visit a parse tree produced bySQL92StatementParser.tableName().Visit a parse tree produced bySQL92StatementParser.tableNames().Visit a parse tree produced bySQL92StatementParser.tableReference().Visit a parse tree produced bySQL92StatementParser.tableReferences().Visit a parse tree produced bySQL92StatementParser.trimFunction().Visit a parse tree produced bySQL92StatementParser.uniqueOption().Visit a parse tree produced bySQL92StatementParser.unqualifiedShorthand().Visit a parse tree produced bySQL92StatementParser.unreservedWord().Visit a parse tree produced bySQL92StatementParser.update().Visit a parse tree produced bySQL92StatementParser.variable().Visit a parse tree produced bySQL92StatementParser.viewName().Visit a parse tree produced bySQL92StatementParser.whereClause().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Method Details
-
visitExecute
Visit a parse tree produced bySQL92StatementParser.execute().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTable
Visit a parse tree produced bySQL92StatementParser.createTable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTable
Visit a parse tree produced bySQL92StatementParser.alterTable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropTable
Visit a parse tree produced bySQL92StatementParser.dropTable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDatabase
Visit a parse tree produced bySQL92StatementParser.createDatabase().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDatabase
Visit a parse tree produced bySQL92StatementParser.dropDatabase().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateView
Visit a parse tree produced bySQL92StatementParser.createView().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropView
Visit a parse tree produced bySQL92StatementParser.dropView().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTableSpecification
Visit a parse tree produced bySQL92StatementParser.createTableSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDefinitionClause
Visit a parse tree produced bySQL92StatementParser.createDefinitionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDatabaseSpecification_
Visit a parse tree produced bySQL92StatementParser.createDatabaseSpecification_().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDefinition
Visit a parse tree produced bySQL92StatementParser.createDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnDefinition
Visit a parse tree produced bySQL92StatementParser.columnDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataTypeOption
Visit a parse tree produced bySQL92StatementParser.dataTypeOption().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckConstraintDefinition
Visit a parse tree produced bySQL92StatementParser.checkConstraintDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReferenceDefinition
Visit a parse tree produced bySQL92StatementParser.referenceDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReferenceOption
Visit a parse tree produced bySQL92StatementParser.referenceOption().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyParts
Visit a parse tree produced bySQL92StatementParser.keyParts().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyPart
Visit a parse tree produced bySQL92StatementParser.keyPart().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintDefinition
Visit a parse tree produced bySQL92StatementParser.constraintDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryKeyOption
Visit a parse tree produced bySQL92StatementParser.primaryKeyOption().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryKey
Visit a parse tree produced bySQL92StatementParser.primaryKey().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUniqueOption
Visit a parse tree produced bySQL92StatementParser.uniqueOption().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForeignKeyOption
Visit a parse tree produced bySQL92StatementParser.foreignKeyOption().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateLikeClause
Visit a parse tree produced bySQL92StatementParser.createLikeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDefinitionClause
Visit a parse tree produced bySQL92StatementParser.alterDefinitionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddColumnSpecification
Visit a parse tree produced bySQL92StatementParser.addColumnSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyColumnSpecification
Visit a parse tree produced bySQL92StatementParser.modifyColumnSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropColumnSpecification
Visit a parse tree produced bySQL92StatementParser.dropColumnSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddConstraintSpecification
Visit a parse tree produced bySQL92StatementParser.addConstraintSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropConstraintSpecification
Visit a parse tree produced bySQL92StatementParser.dropConstraintSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsert
Visit a parse tree produced bySQL92StatementParser.insert().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertValuesClause
Visit a parse tree produced bySQL92StatementParser.insertValuesClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertSelectClause
Visit a parse tree produced bySQL92StatementParser.insertSelectClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdate
Visit a parse tree produced bySQL92StatementParser.update().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignment
Visit a parse tree produced bySQL92StatementParser.assignment().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetAssignmentsClause
Visit a parse tree produced bySQL92StatementParser.setAssignmentsClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignmentValues
Visit a parse tree produced bySQL92StatementParser.assignmentValues().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignmentValue
Visit a parse tree produced bySQL92StatementParser.assignmentValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlobValue
Visit a parse tree produced bySQL92StatementParser.blobValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDelete
Visit a parse tree produced bySQL92StatementParser.delete().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingleTableClause
Visit a parse tree produced bySQL92StatementParser.singleTableClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect
Visit a parse tree produced bySQL92StatementParser.select().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCombineClause
Visit a parse tree produced bySQL92StatementParser.combineClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectClause
Visit a parse tree produced bySQL92StatementParser.selectClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectSpecification
Visit a parse tree produced bySQL92StatementParser.selectSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDuplicateSpecification
Visit a parse tree produced bySQL92StatementParser.duplicateSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProjections
Visit a parse tree produced bySQL92StatementParser.projections().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProjection
Visit a parse tree produced bySQL92StatementParser.projection().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlias
Visit a parse tree produced bySQL92StatementParser.alias().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnqualifiedShorthand
Visit a parse tree produced bySQL92StatementParser.unqualifiedShorthand().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedShorthand
Visit a parse tree produced bySQL92StatementParser.qualifiedShorthand().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromClause
Visit a parse tree produced bySQL92StatementParser.fromClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableReferences
Visit a parse tree produced bySQL92StatementParser.tableReferences().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEscapedTableReference
Visit a parse tree produced bySQL92StatementParser.escapedTableReference().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableReference
Visit a parse tree produced bySQL92StatementParser.tableReference().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableFactor
Visit a parse tree produced bySQL92StatementParser.tableFactor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoinedTable
Visit a parse tree produced bySQL92StatementParser.joinedTable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoinSpecification
Visit a parse tree produced bySQL92StatementParser.joinSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhereClause
Visit a parse tree produced bySQL92StatementParser.whereClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupByClause
Visit a parse tree produced bySQL92StatementParser.groupByClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHavingClause
Visit a parse tree produced bySQL92StatementParser.havingClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLimitClause
Visit a parse tree produced bySQL92StatementParser.limitClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLimitRowCount
Visit a parse tree produced bySQL92StatementParser.limitRowCount().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLimitOffset
Visit a parse tree produced bySQL92StatementParser.limitOffset().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubquery
Visit a parse tree produced bySQL92StatementParser.subquery().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterMarker
Visit a parse tree produced bySQL92StatementParser.parameterMarker().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiterals
Visit a parse tree produced bySQL92StatementParser.literals().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLiterals
Visit a parse tree produced bySQL92StatementParser.stringLiterals().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberLiterals
Visit a parse tree produced bySQL92StatementParser.numberLiterals().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateTimeLiterals
Visit a parse tree produced bySQL92StatementParser.dateTimeLiterals().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHexadecimalLiterals
Visit a parse tree produced bySQL92StatementParser.hexadecimalLiterals().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBitValueLiterals
Visit a parse tree produced bySQL92StatementParser.bitValueLiterals().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanLiterals
Visit a parse tree produced bySQL92StatementParser.booleanLiterals().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullValueLiterals
Visit a parse tree produced bySQL92StatementParser.nullValueLiterals().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifier
Visit a parse tree produced bySQL92StatementParser.identifier().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnreservedWord
Visit a parse tree produced bySQL92StatementParser.unreservedWord().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariable
Visit a parse tree produced bySQL92StatementParser.variable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaName
Visit a parse tree produced bySQL92StatementParser.schemaName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableName
Visit a parse tree produced bySQL92StatementParser.tableName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnName
Visit a parse tree produced bySQL92StatementParser.columnName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitViewName
Visit a parse tree produced bySQL92StatementParser.viewName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOwner
Visit a parse tree produced bySQL92StatementParser.owner().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitName
Visit a parse tree produced bySQL92StatementParser.name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintName
Visit a parse tree produced bySQL92StatementParser.constraintName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnNames
Visit a parse tree produced bySQL92StatementParser.columnNames().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableNames
Visit a parse tree produced bySQL92StatementParser.tableNames().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacterSetName
Visit a parse tree produced bySQL92StatementParser.characterSetName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpr
Visit a parse tree produced bySQL92StatementParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAndOperator
Visit a parse tree produced bySQL92StatementParser.andOperator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrOperator
Visit a parse tree produced bySQL92StatementParser.orOperator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotOperator
Visit a parse tree produced bySQL92StatementParser.notOperator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanPrimary
Visit a parse tree produced bySQL92StatementParser.booleanPrimary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComparisonOperator
Visit a parse tree produced bySQL92StatementParser.comparisonOperator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPredicate
Visit a parse tree produced bySQL92StatementParser.predicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBitExpr
Visit a parse tree produced bySQL92StatementParser.bitExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleExpr
Visit a parse tree produced bySQL92StatementParser.simpleExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionCall
Visit a parse tree produced bySQL92StatementParser.functionCall().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregationFunction
Visit a parse tree produced bySQL92StatementParser.aggregationFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregationFunctionName
Visit a parse tree produced bySQL92StatementParser.aggregationFunctionName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDistinct
Visit a parse tree produced bySQL92StatementParser.distinct().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpecialFunction
Visit a parse tree produced bySQL92StatementParser.specialFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCastFunction
Visit a parse tree produced bySQL92StatementParser.castFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConvertFunction
Visit a parse tree produced bySQL92StatementParser.convertFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositionFunction
Visit a parse tree produced bySQL92StatementParser.positionFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubstringFunction
Visit a parse tree produced bySQL92StatementParser.substringFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExtractFunction
Visit a parse tree produced bySQL92StatementParser.extractFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrimFunction
Visit a parse tree produced bySQL92StatementParser.trimFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegularFunction
Visit a parse tree produced bySQL92StatementParser.regularFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegularFunctionName
Visit a parse tree produced bySQL92StatementParser.regularFunctionName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatchExpression
Visit a parse tree produced bySQL92StatementParser.matchExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseExpression
Visit a parse tree produced bySQL92StatementParser.caseExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseWhen
Visit a parse tree produced bySQL92StatementParser.caseWhen().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseElse
Visit a parse tree produced bySQL92StatementParser.caseElse().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntervalExpression
Visit a parse tree produced bySQL92StatementParser.intervalExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntervalUnit
Visit a parse tree produced bySQL92StatementParser.intervalUnit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderByClause
Visit a parse tree produced bySQL92StatementParser.orderByClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderByItem
Visit a parse tree produced bySQL92StatementParser.orderByItem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataType
Visit a parse tree produced bySQL92StatementParser.dataType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataTypeName
Visit a parse tree produced bySQL92StatementParser.dataTypeName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataTypeLength
Visit a parse tree produced bySQL92StatementParser.dataTypeLength().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacterSet
Visit a parse tree produced bySQL92StatementParser.characterSet().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollateClause
Visit a parse tree produced bySQL92StatementParser.collateClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIgnoredIdentifier
Visit a parse tree produced bySQL92StatementParser.ignoredIdentifier().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropBehaviour
Visit a parse tree produced bySQL92StatementParser.dropBehaviour().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetTransaction
Visit a parse tree produced bySQL92StatementParser.setTransaction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommit
Visit a parse tree produced bySQL92StatementParser.commit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollback
Visit a parse tree produced bySQL92StatementParser.rollback().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLevelOfIsolation
Visit a parse tree produced bySQL92StatementParser.levelOfIsolation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrant
Visit a parse tree produced bySQL92StatementParser.grant().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRevoke
Visit a parse tree produced bySQL92StatementParser.revoke().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivilegeClause
Visit a parse tree produced bySQL92StatementParser.privilegeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivileges
Visit a parse tree produced bySQL92StatementParser.privileges().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivilegeType
Visit a parse tree produced bySQL92StatementParser.privilegeType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrantee
Visit a parse tree produced bySQL92StatementParser.grantee().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnObjectClause
Visit a parse tree produced bySQL92StatementParser.onObjectClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectType
Visit a parse tree produced bySQL92StatementParser.objectType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivilegeLevel
Visit a parse tree produced bySQL92StatementParser.privilegeLevel().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-