Package org.hibernate.grammars.hql
Interface HqlParserVisitor<T>
- Type Parameters:
T
- The return type of the visit operation. UseVoid
for operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
HqlParserBaseVisitor
,SemanticQueryBuilder
public interface HqlParserVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced
by
HqlParser
.-
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced by theAdditionExpression
labeled alternative inHqlParser.expression()
.Visit a parse tree produced byHqlParser.additiveOperator()
.Visit a parse tree produced byHqlParser.aggregateFunction()
.Visit a parse tree produced by theAndPredicate
labeled alternative inHqlParser.predicate()
.Visit a parse tree produced byHqlParser.anyFunction()
.Visit a parse tree produced byHqlParser.anySomeQuantifier()
.Visit a parse tree produced by theArrayInList
labeled alternative inHqlParser.inList()
.Visit a parse tree produced byHqlParser.arrayLiteral()
.Visit a parse tree produced byHqlParser.assignment()
.Visit a parse tree produced by theBarePrimaryExpression
labeled alternative inHqlParser.expression()
.Visit a parse tree produced by theBetweenPredicate
labeled alternative inHqlParser.predicate()
.Visit a parse tree produced byHqlParser.binaryLiteral()
.Visit a parse tree produced by theBooleanExpressionPredicate
labeled alternative inHqlParser.predicate()
.Visit a parse tree produced byHqlParser.booleanLiteral()
.Visit a parse tree produced by theCaseExpression
labeled alternative inHqlParser.primaryExpression()
.Visit a parse tree produced byHqlParser.caseList()
.Visit a parse tree produced byHqlParser.caseOtherwise()
.Visit a parse tree produced byHqlParser.castFunction()
.Visit a parse tree produced byHqlParser.castTarget()
.Visit a parse tree produced byHqlParser.castTargetType()
.Visit a parse tree produced byHqlParser.collateFunction()
.Visit a parse tree produced byHqlParser.collation()
.Visit a parse tree produced byHqlParser.collectionFunctionMisuse()
.Visit a parse tree produced byHqlParser.collectionQuantifier()
.Visit a parse tree produced byHqlParser.collectionSizeFunction()
.Visit a parse tree produced byHqlParser.collectionValueNavigablePath()
.Visit a parse tree produced byHqlParser.columnFunction()
.Visit a parse tree produced byHqlParser.comparisonOperator()
.Visit a parse tree produced by theComparisonPredicate
labeled alternative inHqlParser.predicate()
.Visit a parse tree produced by theConcatenationExpression
labeled alternative inHqlParser.expression()
.Visit a parse tree produced byHqlParser.conflictAction()
.Visit a parse tree produced byHqlParser.conflictClause()
.Visit a parse tree produced byHqlParser.conflictTarget()
.Visit a parse tree produced by theContainsPredicate
labeled alternative inHqlParser.predicate()
.Visit a parse tree produced byHqlParser.crossJoin()
.Visit a parse tree produced byHqlParser.cte()
.Visit a parse tree produced byHqlParser.cteAttributes()
.Visit a parse tree produced byHqlParser.cube()
.Visit a parse tree produced byHqlParser.currentDateFunction()
.Visit a parse tree produced byHqlParser.currentTimeFunction()
.Visit a parse tree produced byHqlParser.currentTimestampFunction()
.Visit a parse tree produced byHqlParser.cycleClause()
.Visit a parse tree produced byHqlParser.date()
.Visit a parse tree produced byHqlParser.dateLiteral()
.Visit a parse tree produced byHqlParser.dateOrTimeField()
.Visit a parse tree produced byHqlParser.dateTime()
.Visit a parse tree produced byHqlParser.datetimeField()
.Visit a parse tree produced byHqlParser.dateTimeLiteral()
.Visit a parse tree produced byHqlParser.day()
.Visit a parse tree produced byHqlParser.dayField()
.Visit a parse tree produced byHqlParser.deleteStatement()
.Visit a parse tree produced by theElementAggregateFunction
labeled alternative inHqlParser.collectionAggregateFunction()
.Visit a parse tree produced byHqlParser.elementsValuesQuantifier()
.Visit a parse tree produced byHqlParser.elementValueQuantifier()
.Visit a parse tree produced by theEntityIdExpression
labeled alternative inHqlParser.primaryExpression()
.Visit a parse tree produced byHqlParser.entityIdReference()
.Visit a parse tree produced byHqlParser.entityName()
.Visit a parse tree produced by theEntityNaturalIdExpression
labeled alternative inHqlParser.primaryExpression()
.Visit a parse tree produced byHqlParser.entityNaturalIdReference()
.Visit a parse tree produced by theEntityTypeExpression
labeled alternative inHqlParser.primaryExpression()
.Visit a parse tree produced byHqlParser.entityTypeReference()
.Visit a parse tree produced by theEntityVersionExpression
labeled alternative inHqlParser.primaryExpression()
.Visit a parse tree produced byHqlParser.entityVersionReference()
.Visit a parse tree produced byHqlParser.entityWithJoins()
.Visit a parse tree produced byHqlParser.everyAllQuantifier()
.Visit a parse tree produced byHqlParser.everyFunction()
.Visit a parse tree produced by theExistsCollectionPartPredicate
labeled alternative inHqlParser.predicate()
.Visit a parse tree produced by theExistsPredicate
labeled alternative inHqlParser.predicate()
.Visit a parse tree produced by theExplicitTupleInList
labeled alternative inHqlParser.inList()
.Visit a parse tree produced byHqlParser.expressionOrPredicate()
.Visit a parse tree produced byHqlParser.extractField()
.Visit a parse tree produced byHqlParser.extractFunction()
.Visit a parse tree produced byHqlParser.fetchClause()
.Visit a parse tree produced byHqlParser.fetchCountOrPercent()
.Visit a parse tree produced byHqlParser.filterClause()
.Visit a parse tree produced byHqlParser.format()
.Visit a parse tree produced byHqlParser.formatFunction()
.Visit a parse tree produced byHqlParser.frameClause()
.Visit a parse tree produced byHqlParser.frameEnd()
.Visit a parse tree produced byHqlParser.frameExclusion()
.Visit a parse tree produced byHqlParser.frameStart()
.Visit a parse tree produced byHqlParser.fromClause()
.Visit a parse tree produced by theFromDurationExpression
labeled alternative inHqlParser.expression()
.Visit a parse tree produced byHqlParser.function()
.Visit a parse tree produced by theFunctionExpression
labeled alternative inHqlParser.primaryExpression()
.Visit a parse tree produced byHqlParser.generalizedLiteral()
.Visit a parse tree produced byHqlParser.generalizedLiteralText()
.Visit a parse tree produced byHqlParser.generalizedLiteralType()
.Visit a parse tree produced by theGeneralPathExpression
labeled alternative inHqlParser.primaryExpression()
.Visit a parse tree produced byHqlParser.generalPathFragment()
.Visit a parse tree produced byHqlParser.genericFunction()
.Visit a parse tree produced byHqlParser.genericFunctionArguments()
.Visit a parse tree produced byHqlParser.genericFunctionName()
.Visit a parse tree produced byHqlParser.genericTemporalLiteralText()
.Visit a parse tree produced byHqlParser.groupByClause()
.Visit a parse tree produced byHqlParser.groupByExpression()
.Visit a parse tree produced by theGroupedExpression
labeled alternative inHqlParser.expression()
.Visit a parse tree produced by theGroupedPredicate
labeled alternative inHqlParser.predicate()
.Visit a parse tree produced byHqlParser.havingClause()
.Visit a parse tree produced byHqlParser.hour()
.Visit a parse tree produced byHqlParser.identifier()
.Visit a parse tree produced by theIncludesPredicate
labeled alternative inHqlParser.predicate()
.Visit a parse tree produced by theIndexAggregateFunction
labeled alternative inHqlParser.collectionAggregateFunction()
.Visit a parse tree produced byHqlParser.indexedPathAccessFragment()
.Visit a parse tree produced byHqlParser.indexKeyQuantifier()
.Visit a parse tree produced byHqlParser.indicesKeysQuantifier()
.Visit a parse tree produced by theInPredicate
labeled alternative inHqlParser.predicate()
.Visit a parse tree produced byHqlParser.insertStatement()
.Visit a parse tree produced byHqlParser.instantFunction()
.Visit a parse tree produced byHqlParser.instantiation()
.Visit a parse tree produced byHqlParser.instantiationArgument()
.Visit a parse tree produced byHqlParser.instantiationArgumentExpression()
.Visit a parse tree produced byHqlParser.instantiationArguments()
.Visit a parse tree produced byHqlParser.instantiationTarget()
.Visit a parse tree produced by theIntersectsPredicate
labeled alternative inHqlParser.predicate()
.Visit a parse tree produced by theIsDistinctFromPredicate
labeled alternative inHqlParser.predicate()
.Visit a parse tree produced by theIsEmptyPredicate
labeled alternative inHqlParser.predicate()
.Visit a parse tree produced by theIsFalsePredicate
labeled alternative inHqlParser.predicate()
.Visit a parse tree produced by theIsNullPredicate
labeled alternative inHqlParser.predicate()
.Visit a parse tree produced by theIsTruePredicate
labeled alternative inHqlParser.predicate()
.Visit a parse tree produced byHqlParser.jdbcDateLiteral()
.Visit a parse tree produced byHqlParser.jdbcTimeLiteral()
.Visit a parse tree produced byHqlParser.jdbcTimestampLiteral()
.Visit a parse tree produced byHqlParser.join()
.Visit a parse tree produced by theJoinFunction
labeled alternative inHqlParser.joinTarget()
.Visit a parse tree produced by theJoinPath
labeled alternative inHqlParser.joinTarget()
.Visit a parse tree produced byHqlParser.joinRestriction()
.Visit a parse tree produced by theJoinSubquery
labeled alternative inHqlParser.joinTarget()
.Visit a parse tree produced byHqlParser.joinType()
.Visit a parse tree produced byHqlParser.jpaCollectionJoin()
.Visit a parse tree produced byHqlParser.jpaNonstandardFunction()
.Visit a parse tree produced byHqlParser.jpaNonstandardFunctionName()
.Visit a parse tree produced byHqlParser.jpaSelectObjectSyntax()
.Visit a parse tree produced byHqlParser.jsonArrayAggFunction()
.Visit a parse tree produced byHqlParser.jsonArrayFunction()
.Visit a parse tree produced byHqlParser.jsonExistsFunction()
.Visit a parse tree produced byHqlParser.jsonExistsOnErrorClause()
.Visit a parse tree produced byHqlParser.jsonFunction()
.Visit a parse tree produced byHqlParser.jsonNullClause()
.Visit a parse tree produced byHqlParser.jsonObjectAggFunction()
.Visit a parse tree produced byHqlParser.jsonObjectFunction()
.Visit a parse tree produced byHqlParser.jsonObjectFunctionEntries()
.Visit a parse tree produced byHqlParser.jsonPassingClause()
.Visit a parse tree produced byHqlParser.jsonQueryFunction()
.Visit a parse tree produced byHqlParser.jsonQueryOnErrorOrEmptyClause()
.Visit a parse tree produced byHqlParser.jsonQueryWrapperClause()
.Visit a parse tree produced byHqlParser.jsonTableColumns()
.Visit a parse tree produced byHqlParser.jsonTableColumnsClause()
.Visit a parse tree produced byHqlParser.jsonTableErrorClause()
.Visit a parse tree produced by theJsonTableExistsColumn
labeled alternative inHqlParser.jsonTableColumn()
.Visit a parse tree produced byHqlParser.jsonTableFunction()
.Visit a parse tree produced by theJsonTableNestedColumn
labeled alternative inHqlParser.jsonTableColumn()
.Visit a parse tree produced by theJsonTableOrdinalityColumn
labeled alternative inHqlParser.jsonTableColumn()
.Visit a parse tree produced by theJsonTableQueryColumn
labeled alternative inHqlParser.jsonTableColumn()
.Visit a parse tree produced by theJsonTableValueColumn
labeled alternative inHqlParser.jsonTableColumn()
.Visit a parse tree produced byHqlParser.jsonUniqueKeysClause()
.Visit a parse tree produced byHqlParser.jsonValueFunction()
.Visit a parse tree produced byHqlParser.jsonValueOnErrorOrEmptyClause()
.Visit a parse tree produced byHqlParser.jsonValueReturningClause()
.Visit a parse tree produced byHqlParser.likeEscape()
.Visit a parse tree produced by theLikePredicate
labeled alternative inHqlParser.predicate()
.Visit a parse tree produced byHqlParser.limitClause()
.Visit a parse tree produced byHqlParser.listaggFunction()
.Visit a parse tree produced byHqlParser.literal()
.Visit a parse tree produced by theLiteralExpression
labeled alternative inHqlParser.primaryExpression()
.Visit a parse tree produced byHqlParser.localDateFunction()
.Visit a parse tree produced byHqlParser.localDateTime()
.Visit a parse tree produced byHqlParser.localDateTimeFunction()
.Visit a parse tree produced byHqlParser.localDateTimeLiteral()
.Visit a parse tree produced byHqlParser.localTimeFunction()
.Visit a parse tree produced byHqlParser.mapEntrySelection()
.Visit a parse tree produced byHqlParser.mapKeyNavigablePath()
.Visit a parse tree produced by theMemberOfPredicate
labeled alternative inHqlParser.predicate()
.Visit a parse tree produced byHqlParser.minute()
.Visit a parse tree produced byHqlParser.month()
.Visit a parse tree produced by theMultiplicationExpression
labeled alternative inHqlParser.expression()
.Visit a parse tree produced byHqlParser.multiplicativeOperator()
.Visit a parse tree produced byHqlParser.nakedIdentifier()
.Visit a parse tree produced by theNamedParameter
labeled alternative inHqlParser.parameter()
.Visit a parse tree produced by theNegatedPredicate
labeled alternative inHqlParser.predicate()
.Visit a parse tree produced by theNestedQueryExpression
labeled alternative inHqlParser.orderedQuery()
.Visit a parse tree produced byHqlParser.nthSideClause()
.Visit a parse tree produced byHqlParser.nullsClause()
.Visit a parse tree produced byHqlParser.nullsPrecedence()
.Visit a parse tree produced byHqlParser.numericLiteral()
.Visit a parse tree produced byHqlParser.offset()
.Visit a parse tree produced byHqlParser.offsetClause()
.Visit a parse tree produced byHqlParser.offsetDateTime()
.Visit a parse tree produced byHqlParser.offsetDateTimeFunction()
.Visit a parse tree produced byHqlParser.offsetDateTimeLiteral()
.Visit a parse tree produced byHqlParser.offsetDateTimeWithMinutes()
.Visit a parse tree produced byHqlParser.offsetWithMinutes()
.Visit a parse tree produced byHqlParser.onOverflowClause()
.Visit a parse tree produced byHqlParser.orderByClause()
.Visit a parse tree produced byHqlParser.orderByFragment()
.Visit a parse tree produced by theOrPredicate
labeled alternative inHqlParser.predicate()
.Visit a parse tree produced byHqlParser.overClause()
.Visit a parse tree produced byHqlParser.overlayFunction()
.Visit a parse tree produced byHqlParser.overlayFunctionLengthArgument()
.Visit a parse tree produced byHqlParser.overlayFunctionReplacementArgument()
.Visit a parse tree produced byHqlParser.overlayFunctionStartArgument()
.Visit a parse tree produced byHqlParser.overlayFunctionStringArgument()
.Visit a parse tree produced byHqlParser.padCharacter()
.Visit a parse tree produced byHqlParser.padFunction()
.Visit a parse tree produced byHqlParser.padLength()
.Visit a parse tree produced byHqlParser.padSpecification()
.Visit a parse tree produced by theParameterExpression
labeled alternative inHqlParser.primaryExpression()
.Visit a parse tree produced byHqlParser.parameterOrIntegerLiteral()
.Visit a parse tree produced byHqlParser.parameterOrNumberLiteral()
.Visit a parse tree produced by theParamInList
labeled alternative inHqlParser.inList()
.Visit a parse tree produced byHqlParser.partitionClause()
.Visit a parse tree produced byHqlParser.path()
.Visit a parse tree produced byHqlParser.pathContinuation()
.Visit a parse tree produced by thePersistentCollectionReferenceInList
labeled alternative inHqlParser.inList()
.Visit a parse tree produced by thePositionalParameter
labeled alternative inHqlParser.parameter()
.Visit a parse tree produced byHqlParser.positionFunction()
.Visit a parse tree produced byHqlParser.positionFunctionPatternArgument()
.Visit a parse tree produced byHqlParser.positionFunctionStringArgument()
.Visit a parse tree produced byHqlParser.query()
.Visit a parse tree produced byHqlParser.queryOrder()
.Visit a parse tree produced by theQueryOrderExpression
labeled alternative inHqlParser.orderedQuery()
.Visit a parse tree produced by theQuerySpecExpression
labeled alternative inHqlParser.orderedQuery()
.Visit a parse tree produced byHqlParser.rollup()
.Visit a parse tree produced by theRootEntity
labeled alternative inHqlParser.fromRoot()
.Visit a parse tree produced by theRootFunction
labeled alternative inHqlParser.fromRoot()
.Visit a parse tree produced by theRootSubquery
labeled alternative inHqlParser.fromRoot()
.Visit a parse tree produced byHqlParser.searchClause()
.Visit a parse tree produced byHqlParser.searchedCaseList()
.Visit a parse tree produced byHqlParser.searchedCaseWhen()
.Visit a parse tree produced byHqlParser.searchSpecification()
.Visit a parse tree produced byHqlParser.searchSpecifications()
.Visit a parse tree produced byHqlParser.second()
.Visit a parse tree produced byHqlParser.selectClause()
.Visit a parse tree produced byHqlParser.selectExpression()
.Visit a parse tree produced byHqlParser.selection()
.Visit a parse tree produced byHqlParser.selectionList()
.Visit a parse tree produced byHqlParser.selectStatement()
.Visit a parse tree produced byHqlParser.setClause()
.Visit a parse tree produced byHqlParser.setOperator()
.Visit a parse tree produced by theSetQueryGroup
labeled alternative inHqlParser.queryExpression()
.Visit a parse tree produced byHqlParser.setReturningFunction()
.Visit a parse tree produced byHqlParser.signOperator()
.Visit a parse tree produced byHqlParser.simpleCaseList()
.Visit a parse tree produced byHqlParser.simpleCaseWhen()
.Visit a parse tree produced byHqlParser.simplePath()
.Visit a parse tree produced byHqlParser.simplePathElement()
.Visit a parse tree produced by theSimpleQueryGroup
labeled alternative inHqlParser.queryExpression()
.Visit a parse tree produced byHqlParser.simpleSetReturningFunction()
.Visit a parse tree produced byHqlParser.slicedPathAccessFragment()
.Visit a parse tree produced byHqlParser.sortDirection()
.Visit a parse tree produced byHqlParser.sortExpression()
.Visit a parse tree produced byHqlParser.sortSpecification()
.Visit a parse tree produced byHqlParser.standardFunction()
.Visit a parse tree produced byHqlParser.statement()
.Visit a parse tree produced byHqlParser.subquery()
.Visit a parse tree produced by theSubqueryExpression
labeled alternative inHqlParser.expression()
.Visit a parse tree produced by theSubqueryInList
labeled alternative inHqlParser.inList()
.Visit a parse tree produced byHqlParser.substringFunction()
.Visit a parse tree produced byHqlParser.substringFunctionLengthArgument()
.Visit a parse tree produced byHqlParser.substringFunctionStartArgument()
.Visit a parse tree produced byHqlParser.syntacticDomainPath()
.Visit a parse tree produced by theSyntacticPathExpression
labeled alternative inHqlParser.primaryExpression()
.Visit a parse tree produced byHqlParser.targetEntity()
.Visit a parse tree produced byHqlParser.targetFields()
.Visit a parse tree produced byHqlParser.temporalLiteral()
.Visit a parse tree produced byHqlParser.time()
.Visit a parse tree produced byHqlParser.timeLiteral()
.Visit a parse tree produced byHqlParser.timeZoneField()
.Visit a parse tree produced by theToDurationExpression
labeled alternative inHqlParser.expression()
.Visit a parse tree produced byHqlParser.toOneFkReference()
.Visit a parse tree produced byHqlParser.treatedNavigablePath()
.Visit a parse tree produced byHqlParser.trimCharacter()
.Visit a parse tree produced byHqlParser.trimFunction()
.Visit a parse tree produced byHqlParser.trimSpecification()
.Visit a parse tree produced byHqlParser.truncFunction()
.Visit a parse tree produced by theTupleExpression
labeled alternative inHqlParser.expression()
.Visit a parse tree produced by theUnaryExpression
labeled alternative inHqlParser.expression()
.Visit a parse tree produced by theUnaryNumericLiteralExpression
labeled alternative inHqlParser.expression()
.Visit a parse tree produced byHqlParser.updateStatement()
.Visit a parse tree produced by thevalues
labeled alternative inHqlParser#queryExpressionqueryExpressionorderedQueryorderedQueryorderedQueryfromRootfromRootfromRootjoinTargetjoinTargetjoinTargetpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparametercollectionAggregateFunctioncollectionAggregateFunctionjsonTableColumnjsonTableColumnjsonTableColumnjsonTableColumnjsonTableColumnxmltableColumnxmltableColumnxmltableColumn
.Visit a parse tree produced byHqlParser.valuesList()
.Visit a parse tree produced byHqlParser.variable()
.Visit a parse tree produced byHqlParser.weekField()
.Visit a parse tree produced byHqlParser.whereClause()
.Visit a parse tree produced byHqlParser.withClause()
.Visit a parse tree produced byHqlParser.withinGroupClause()
.Visit a parse tree produced byHqlParser.xmlaggFunction()
.Visit a parse tree produced byHqlParser.xmlattributesFunction()
.Visit a parse tree produced byHqlParser.xmlelementFunction()
.Visit a parse tree produced byHqlParser.xmlexistsFunction()
.Visit a parse tree produced byHqlParser.xmlforestFunction()
.Visit a parse tree produced byHqlParser.xmlFunction()
.Visit a parse tree produced byHqlParser.xmlpiFunction()
.Visit a parse tree produced byHqlParser.xmlqueryFunction()
.Visit a parse tree produced byHqlParser.xmltableColumnsClause()
.Visit a parse tree produced byHqlParser.xmltableDefaultClause()
.Visit a parse tree produced byHqlParser.xmltableFunction()
.Visit a parse tree produced by theXmlTableOrdinalityColumn
labeled alternative inHqlParser.xmltableColumn()
.Visit a parse tree produced by theXmlTableQueryColumn
labeled alternative inHqlParser.xmltableColumn()
.Visit a parse tree produced by theXmlTableValueColumn
labeled alternative inHqlParser.xmltableColumn()
.Visit a parse tree produced byHqlParser.year()
.Visit a parse tree produced byHqlParser.zonedDateTime()
.Visit a parse tree produced byHqlParser.zonedDateTimeLiteral()
.Visit a parse tree produced byHqlParser.zoneId()
.Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Method Details
-
visitStatement
Visit a parse tree produced byHqlParser.statement()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSelectStatement
Visit a parse tree produced byHqlParser.selectStatement()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSubquery
Visit a parse tree produced byHqlParser.subquery()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTargetEntity
Visit a parse tree produced byHqlParser.targetEntity()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDeleteStatement
Visit a parse tree produced byHqlParser.deleteStatement()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUpdateStatement
Visit a parse tree produced byHqlParser.updateStatement()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSetClause
Visit a parse tree produced byHqlParser.setClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAssignment
Visit a parse tree produced byHqlParser.assignment()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInsertStatement
Visit a parse tree produced byHqlParser.insertStatement()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTargetFields
Visit a parse tree produced byHqlParser.targetFields()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitValuesList
Visit a parse tree produced byHqlParser.valuesList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitValues
Visit a parse tree produced by thevalues
labeled alternative inHqlParser#queryExpressionqueryExpressionorderedQueryorderedQueryorderedQueryfromRootfromRootfromRootjoinTargetjoinTargetjoinTargetpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparametercollectionAggregateFunctioncollectionAggregateFunctionjsonTableColumnjsonTableColumnjsonTableColumnjsonTableColumnjsonTableColumnxmltableColumnxmltableColumnxmltableColumn
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConflictClause
Visit a parse tree produced byHqlParser.conflictClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConflictTarget
Visit a parse tree produced byHqlParser.conflictTarget()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConflictAction
Visit a parse tree produced byHqlParser.conflictAction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWithClause
Visit a parse tree produced byHqlParser.withClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCte
Visit a parse tree produced byHqlParser.cte()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCteAttributes
Visit a parse tree produced byHqlParser.cteAttributes()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSearchClause
Visit a parse tree produced byHqlParser.searchClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSearchSpecifications
Visit a parse tree produced byHqlParser.searchSpecifications()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSearchSpecification
Visit a parse tree produced byHqlParser.searchSpecification()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCycleClause
Visit a parse tree produced byHqlParser.cycleClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimpleQueryGroup
Visit a parse tree produced by theSimpleQueryGroup
labeled alternative inHqlParser.queryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSetQueryGroup
Visit a parse tree produced by theSetQueryGroup
labeled alternative inHqlParser.queryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitQuerySpecExpression
Visit a parse tree produced by theQuerySpecExpression
labeled alternative inHqlParser.orderedQuery()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNestedQueryExpression
Visit a parse tree produced by theNestedQueryExpression
labeled alternative inHqlParser.orderedQuery()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitQueryOrderExpression
Visit a parse tree produced by theQueryOrderExpression
labeled alternative inHqlParser.orderedQuery()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSetOperator
Visit a parse tree produced byHqlParser.setOperator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitQueryOrder
Visit a parse tree produced byHqlParser.queryOrder()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitQuery
Visit a parse tree produced byHqlParser.query()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFromClause
Visit a parse tree produced byHqlParser.fromClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEntityWithJoins
Visit a parse tree produced byHqlParser.entityWithJoins()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRootEntity
Visit a parse tree produced by theRootEntity
labeled alternative inHqlParser.fromRoot()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRootSubquery
Visit a parse tree produced by theRootSubquery
labeled alternative inHqlParser.fromRoot()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRootFunction
Visit a parse tree produced by theRootFunction
labeled alternative inHqlParser.fromRoot()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEntityName
Visit a parse tree produced byHqlParser.entityName()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitVariable
Visit a parse tree produced byHqlParser.variable()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCrossJoin
Visit a parse tree produced byHqlParser.crossJoin()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJpaCollectionJoin
Visit a parse tree produced byHqlParser.jpaCollectionJoin()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJoin
Visit a parse tree produced byHqlParser.join()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJoinType
Visit a parse tree produced byHqlParser.joinType()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJoinPath
Visit a parse tree produced by theJoinPath
labeled alternative inHqlParser.joinTarget()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJoinSubquery
Visit a parse tree produced by theJoinSubquery
labeled alternative inHqlParser.joinTarget()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJoinFunction
Visit a parse tree produced by theJoinFunction
labeled alternative inHqlParser.joinTarget()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJoinRestriction
Visit a parse tree produced byHqlParser.joinRestriction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSelectClause
Visit a parse tree produced byHqlParser.selectClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSelectionList
Visit a parse tree produced byHqlParser.selectionList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSelection
Visit a parse tree produced byHqlParser.selection()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSelectExpression
Visit a parse tree produced byHqlParser.selectExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMapEntrySelection
Visit a parse tree produced byHqlParser.mapEntrySelection()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInstantiation
Visit a parse tree produced byHqlParser.instantiation()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInstantiationTarget
Visit a parse tree produced byHqlParser.instantiationTarget()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInstantiationArguments
Visit a parse tree produced byHqlParser.instantiationArguments()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInstantiationArgument
Visit a parse tree produced byHqlParser.instantiationArgument()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInstantiationArgumentExpression
Visit a parse tree produced byHqlParser.instantiationArgumentExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJpaSelectObjectSyntax
Visit a parse tree produced byHqlParser.jpaSelectObjectSyntax()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimplePath
Visit a parse tree produced byHqlParser.simplePath()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimplePathElement
Visit a parse tree produced byHqlParser.simplePathElement()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPath
Visit a parse tree produced byHqlParser.path()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPathContinuation
Visit a parse tree produced byHqlParser.pathContinuation()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSyntacticDomainPath
Visit a parse tree produced byHqlParser.syntacticDomainPath()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGeneralPathFragment
Visit a parse tree produced byHqlParser.generalPathFragment()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIndexedPathAccessFragment
Visit a parse tree produced byHqlParser.indexedPathAccessFragment()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSlicedPathAccessFragment
Visit a parse tree produced byHqlParser.slicedPathAccessFragment()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGroupByClause
Visit a parse tree produced byHqlParser.groupByClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGroupByExpression
Visit a parse tree produced byHqlParser.groupByExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHavingClause
Visit a parse tree produced byHqlParser.havingClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOrderByClause
Visit a parse tree produced byHqlParser.orderByClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOrderByFragment
Visit a parse tree produced byHqlParser.orderByFragment()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSortSpecification
Visit a parse tree produced byHqlParser.sortSpecification()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNullsPrecedence
Visit a parse tree produced byHqlParser.nullsPrecedence()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSortExpression
Visit a parse tree produced byHqlParser.sortExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSortDirection
Visit a parse tree produced byHqlParser.sortDirection()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCollateFunction
Visit a parse tree produced byHqlParser.collateFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCollation
Visit a parse tree produced byHqlParser.collation()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLimitClause
Visit a parse tree produced byHqlParser.limitClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOffsetClause
Visit a parse tree produced byHqlParser.offsetClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFetchClause
Visit a parse tree produced byHqlParser.fetchClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFetchCountOrPercent
Visit a parse tree produced byHqlParser.fetchCountOrPercent()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitParameterOrIntegerLiteral
Visit a parse tree produced byHqlParser.parameterOrIntegerLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitParameterOrNumberLiteral
Visit a parse tree produced byHqlParser.parameterOrNumberLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhereClause
Visit a parse tree produced byHqlParser.whereClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsDistinctFromPredicate
Visit a parse tree produced by theIsDistinctFromPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitContainsPredicate
Visit a parse tree produced by theContainsPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBetweenPredicate
Visit a parse tree produced by theBetweenPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExistsPredicate
Visit a parse tree produced by theExistsPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAndPredicate
Visit a parse tree produced by theAndPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsFalsePredicate
Visit a parse tree produced by theIsFalsePredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGroupedPredicate
Visit a parse tree produced by theGroupedPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLikePredicate
Visit a parse tree produced by theLikePredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInPredicate
Visit a parse tree produced by theInPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIncludesPredicate
Visit a parse tree produced by theIncludesPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitComparisonPredicate
Visit a parse tree produced by theComparisonPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExistsCollectionPartPredicate
Visit a parse tree produced by theExistsCollectionPartPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNegatedPredicate
Visit a parse tree produced by theNegatedPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBooleanExpressionPredicate
Visit a parse tree produced by theBooleanExpressionPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOrPredicate
Visit a parse tree produced by theOrPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMemberOfPredicate
Visit a parse tree produced by theMemberOfPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsEmptyPredicate
Visit a parse tree produced by theIsEmptyPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsNullPredicate
Visit a parse tree produced by theIsNullPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsTruePredicate
Visit a parse tree produced by theIsTruePredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIntersectsPredicate
Visit a parse tree produced by theIntersectsPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitComparisonOperator
Visit a parse tree produced byHqlParser.comparisonOperator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPersistentCollectionReferenceInList
T visitPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext ctx) Visit a parse tree produced by thePersistentCollectionReferenceInList
labeled alternative inHqlParser.inList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExplicitTupleInList
Visit a parse tree produced by theExplicitTupleInList
labeled alternative inHqlParser.inList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSubqueryInList
Visit a parse tree produced by theSubqueryInList
labeled alternative inHqlParser.inList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitParamInList
Visit a parse tree produced by theParamInList
labeled alternative inHqlParser.inList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitArrayInList
Visit a parse tree produced by theArrayInList
labeled alternative inHqlParser.inList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLikeEscape
Visit a parse tree produced byHqlParser.likeEscape()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAdditionExpression
Visit a parse tree produced by theAdditionExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFromDurationExpression
Visit a parse tree produced by theFromDurationExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBarePrimaryExpression
Visit a parse tree produced by theBarePrimaryExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTupleExpression
Visit a parse tree produced by theTupleExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUnaryExpression
Visit a parse tree produced by theUnaryExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGroupedExpression
Visit a parse tree produced by theGroupedExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConcatenationExpression
Visit a parse tree produced by theConcatenationExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMultiplicationExpression
Visit a parse tree produced by theMultiplicationExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitToDurationExpression
Visit a parse tree produced by theToDurationExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSubqueryExpression
Visit a parse tree produced by theSubqueryExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUnaryNumericLiteralExpression
Visit a parse tree produced by theUnaryNumericLiteralExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCaseExpression
Visit a parse tree produced by theCaseExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLiteralExpression
Visit a parse tree produced by theLiteralExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitParameterExpression
Visit a parse tree produced by theParameterExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEntityTypeExpression
Visit a parse tree produced by theEntityTypeExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEntityIdExpression
Visit a parse tree produced by theEntityIdExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEntityVersionExpression
Visit a parse tree produced by theEntityVersionExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEntityNaturalIdExpression
Visit a parse tree produced by theEntityNaturalIdExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSyntacticPathExpression
Visit a parse tree produced by theSyntacticPathExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFunctionExpression
Visit a parse tree produced by theFunctionExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGeneralPathExpression
Visit a parse tree produced by theGeneralPathExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExpressionOrPredicate
Visit a parse tree produced byHqlParser.expressionOrPredicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCollectionQuantifier
Visit a parse tree produced byHqlParser.collectionQuantifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitElementValueQuantifier
Visit a parse tree produced byHqlParser.elementValueQuantifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIndexKeyQuantifier
Visit a parse tree produced byHqlParser.indexKeyQuantifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitElementsValuesQuantifier
Visit a parse tree produced byHqlParser.elementsValuesQuantifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIndicesKeysQuantifier
Visit a parse tree produced byHqlParser.indicesKeysQuantifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMultiplicativeOperator
Visit a parse tree produced byHqlParser.multiplicativeOperator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAdditiveOperator
Visit a parse tree produced byHqlParser.additiveOperator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSignOperator
Visit a parse tree produced byHqlParser.signOperator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEntityTypeReference
Visit a parse tree produced byHqlParser.entityTypeReference()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEntityIdReference
Visit a parse tree produced byHqlParser.entityIdReference()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEntityVersionReference
Visit a parse tree produced byHqlParser.entityVersionReference()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEntityNaturalIdReference
Visit a parse tree produced byHqlParser.entityNaturalIdReference()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitToOneFkReference
Visit a parse tree produced byHqlParser.toOneFkReference()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCaseList
Visit a parse tree produced byHqlParser.caseList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimpleCaseList
Visit a parse tree produced byHqlParser.simpleCaseList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimpleCaseWhen
Visit a parse tree produced byHqlParser.simpleCaseWhen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCaseOtherwise
Visit a parse tree produced byHqlParser.caseOtherwise()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSearchedCaseList
Visit a parse tree produced byHqlParser.searchedCaseList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSearchedCaseWhen
Visit a parse tree produced byHqlParser.searchedCaseWhen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLiteral
Visit a parse tree produced byHqlParser.literal()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBooleanLiteral
Visit a parse tree produced byHqlParser.booleanLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNumericLiteral
Visit a parse tree produced byHqlParser.numericLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBinaryLiteral
Visit a parse tree produced byHqlParser.binaryLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTemporalLiteral
Visit a parse tree produced byHqlParser.temporalLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDateTimeLiteral
Visit a parse tree produced byHqlParser.dateTimeLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLocalDateTimeLiteral
Visit a parse tree produced byHqlParser.localDateTimeLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitZonedDateTimeLiteral
Visit a parse tree produced byHqlParser.zonedDateTimeLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOffsetDateTimeLiteral
Visit a parse tree produced byHqlParser.offsetDateTimeLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDateLiteral
Visit a parse tree produced byHqlParser.dateLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTimeLiteral
Visit a parse tree produced byHqlParser.timeLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDateTime
Visit a parse tree produced byHqlParser.dateTime()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLocalDateTime
Visit a parse tree produced byHqlParser.localDateTime()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitZonedDateTime
Visit a parse tree produced byHqlParser.zonedDateTime()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOffsetDateTime
Visit a parse tree produced byHqlParser.offsetDateTime()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOffsetDateTimeWithMinutes
Visit a parse tree produced byHqlParser.offsetDateTimeWithMinutes()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDate
Visit a parse tree produced byHqlParser.date()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTime
Visit a parse tree produced byHqlParser.time()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOffset
Visit a parse tree produced byHqlParser.offset()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOffsetWithMinutes
Visit a parse tree produced byHqlParser.offsetWithMinutes()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitYear
Visit a parse tree produced byHqlParser.year()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMonth
Visit a parse tree produced byHqlParser.month()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDay
Visit a parse tree produced byHqlParser.day()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHour
Visit a parse tree produced byHqlParser.hour()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMinute
Visit a parse tree produced byHqlParser.minute()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSecond
Visit a parse tree produced byHqlParser.second()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitZoneId
Visit a parse tree produced byHqlParser.zoneId()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJdbcTimestampLiteral
Visit a parse tree produced byHqlParser.jdbcTimestampLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJdbcDateLiteral
Visit a parse tree produced byHqlParser.jdbcDateLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJdbcTimeLiteral
Visit a parse tree produced byHqlParser.jdbcTimeLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGenericTemporalLiteralText
Visit a parse tree produced byHqlParser.genericTemporalLiteralText()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitArrayLiteral
Visit a parse tree produced byHqlParser.arrayLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGeneralizedLiteral
Visit a parse tree produced byHqlParser.generalizedLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGeneralizedLiteralType
Visit a parse tree produced byHqlParser.generalizedLiteralType()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGeneralizedLiteralText
Visit a parse tree produced byHqlParser.generalizedLiteralText()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNamedParameter
Visit a parse tree produced by theNamedParameter
labeled alternative inHqlParser.parameter()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPositionalParameter
Visit a parse tree produced by thePositionalParameter
labeled alternative inHqlParser.parameter()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFunction
Visit a parse tree produced byHqlParser.function()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSetReturningFunction
Visit a parse tree produced byHqlParser.setReturningFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimpleSetReturningFunction
Visit a parse tree produced byHqlParser.simpleSetReturningFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJpaNonstandardFunction
Visit a parse tree produced byHqlParser.jpaNonstandardFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJpaNonstandardFunctionName
Visit a parse tree produced byHqlParser.jpaNonstandardFunctionName()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitColumnFunction
Visit a parse tree produced byHqlParser.columnFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGenericFunction
Visit a parse tree produced byHqlParser.genericFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGenericFunctionName
Visit a parse tree produced byHqlParser.genericFunctionName()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGenericFunctionArguments
Visit a parse tree produced byHqlParser.genericFunctionArguments()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCollectionSizeFunction
Visit a parse tree produced byHqlParser.collectionSizeFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitElementAggregateFunction
Visit a parse tree produced by theElementAggregateFunction
labeled alternative inHqlParser.collectionAggregateFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIndexAggregateFunction
Visit a parse tree produced by theIndexAggregateFunction
labeled alternative inHqlParser.collectionAggregateFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCollectionFunctionMisuse
Visit a parse tree produced byHqlParser.collectionFunctionMisuse()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAggregateFunction
Visit a parse tree produced byHqlParser.aggregateFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEveryFunction
Visit a parse tree produced byHqlParser.everyFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAnyFunction
Visit a parse tree produced byHqlParser.anyFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEveryAllQuantifier
Visit a parse tree produced byHqlParser.everyAllQuantifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAnySomeQuantifier
Visit a parse tree produced byHqlParser.anySomeQuantifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitListaggFunction
Visit a parse tree produced byHqlParser.listaggFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOnOverflowClause
Visit a parse tree produced byHqlParser.onOverflowClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWithinGroupClause
Visit a parse tree produced byHqlParser.withinGroupClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFilterClause
Visit a parse tree produced byHqlParser.filterClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNullsClause
Visit a parse tree produced byHqlParser.nullsClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNthSideClause
Visit a parse tree produced byHqlParser.nthSideClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOverClause
Visit a parse tree produced byHqlParser.overClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPartitionClause
Visit a parse tree produced byHqlParser.partitionClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFrameClause
Visit a parse tree produced byHqlParser.frameClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFrameStart
Visit a parse tree produced byHqlParser.frameStart()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFrameEnd
Visit a parse tree produced byHqlParser.frameEnd()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFrameExclusion
Visit a parse tree produced byHqlParser.frameExclusion()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStandardFunction
Visit a parse tree produced byHqlParser.standardFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCastFunction
Visit a parse tree produced byHqlParser.castFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCastTarget
Visit a parse tree produced byHqlParser.castTarget()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCastTargetType
Visit a parse tree produced byHqlParser.castTargetType()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSubstringFunction
Visit a parse tree produced byHqlParser.substringFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSubstringFunctionStartArgument
Visit a parse tree produced byHqlParser.substringFunctionStartArgument()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSubstringFunctionLengthArgument
Visit a parse tree produced byHqlParser.substringFunctionLengthArgument()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTrimFunction
Visit a parse tree produced byHqlParser.trimFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTrimSpecification
Visit a parse tree produced byHqlParser.trimSpecification()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTrimCharacter
Visit a parse tree produced byHqlParser.trimCharacter()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPadFunction
Visit a parse tree produced byHqlParser.padFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPadSpecification
Visit a parse tree produced byHqlParser.padSpecification()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPadCharacter
Visit a parse tree produced byHqlParser.padCharacter()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPadLength
Visit a parse tree produced byHqlParser.padLength()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOverlayFunction
Visit a parse tree produced byHqlParser.overlayFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOverlayFunctionStringArgument
Visit a parse tree produced byHqlParser.overlayFunctionStringArgument()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOverlayFunctionReplacementArgument
Visit a parse tree produced byHqlParser.overlayFunctionReplacementArgument()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOverlayFunctionStartArgument
Visit a parse tree produced byHqlParser.overlayFunctionStartArgument()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOverlayFunctionLengthArgument
Visit a parse tree produced byHqlParser.overlayFunctionLengthArgument()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCurrentDateFunction
Visit a parse tree produced byHqlParser.currentDateFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCurrentTimeFunction
Visit a parse tree produced byHqlParser.currentTimeFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCurrentTimestampFunction
Visit a parse tree produced byHqlParser.currentTimestampFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInstantFunction
Visit a parse tree produced byHqlParser.instantFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLocalDateTimeFunction
Visit a parse tree produced byHqlParser.localDateTimeFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOffsetDateTimeFunction
Visit a parse tree produced byHqlParser.offsetDateTimeFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLocalDateFunction
Visit a parse tree produced byHqlParser.localDateFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLocalTimeFunction
Visit a parse tree produced byHqlParser.localTimeFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFormatFunction
Visit a parse tree produced byHqlParser.formatFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFormat
Visit a parse tree produced byHqlParser.format()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExtractFunction
Visit a parse tree produced byHqlParser.extractFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTruncFunction
Visit a parse tree produced byHqlParser.truncFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExtractField
Visit a parse tree produced byHqlParser.extractField()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDatetimeField
Visit a parse tree produced byHqlParser.datetimeField()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDayField
Visit a parse tree produced byHqlParser.dayField()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWeekField
Visit a parse tree produced byHqlParser.weekField()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTimeZoneField
Visit a parse tree produced byHqlParser.timeZoneField()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDateOrTimeField
Visit a parse tree produced byHqlParser.dateOrTimeField()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPositionFunction
Visit a parse tree produced byHqlParser.positionFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPositionFunctionPatternArgument
Visit a parse tree produced byHqlParser.positionFunctionPatternArgument()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPositionFunctionStringArgument
Visit a parse tree produced byHqlParser.positionFunctionStringArgument()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCube
Visit a parse tree produced byHqlParser.cube()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRollup
Visit a parse tree produced byHqlParser.rollup()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonFunction
Visit a parse tree produced byHqlParser.jsonFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonValueFunction
Visit a parse tree produced byHqlParser.jsonValueFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonPassingClause
Visit a parse tree produced byHqlParser.jsonPassingClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonValueReturningClause
Visit a parse tree produced byHqlParser.jsonValueReturningClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonValueOnErrorOrEmptyClause
Visit a parse tree produced byHqlParser.jsonValueOnErrorOrEmptyClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonQueryFunction
Visit a parse tree produced byHqlParser.jsonQueryFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonQueryWrapperClause
Visit a parse tree produced byHqlParser.jsonQueryWrapperClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonQueryOnErrorOrEmptyClause
Visit a parse tree produced byHqlParser.jsonQueryOnErrorOrEmptyClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonExistsFunction
Visit a parse tree produced byHqlParser.jsonExistsFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonExistsOnErrorClause
Visit a parse tree produced byHqlParser.jsonExistsOnErrorClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonArrayFunction
Visit a parse tree produced byHqlParser.jsonArrayFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonObjectFunction
Visit a parse tree produced byHqlParser.jsonObjectFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonObjectFunctionEntries
Visit a parse tree produced byHqlParser.jsonObjectFunctionEntries()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonNullClause
Visit a parse tree produced byHqlParser.jsonNullClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonArrayAggFunction
Visit a parse tree produced byHqlParser.jsonArrayAggFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonObjectAggFunction
Visit a parse tree produced byHqlParser.jsonObjectAggFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonUniqueKeysClause
Visit a parse tree produced byHqlParser.jsonUniqueKeysClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonTableFunction
Visit a parse tree produced byHqlParser.jsonTableFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonTableErrorClause
Visit a parse tree produced byHqlParser.jsonTableErrorClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonTableColumnsClause
Visit a parse tree produced byHqlParser.jsonTableColumnsClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonTableColumns
Visit a parse tree produced byHqlParser.jsonTableColumns()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonTableNestedColumn
Visit a parse tree produced by theJsonTableNestedColumn
labeled alternative inHqlParser.jsonTableColumn()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonTableQueryColumn
Visit a parse tree produced by theJsonTableQueryColumn
labeled alternative inHqlParser.jsonTableColumn()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonTableOrdinalityColumn
Visit a parse tree produced by theJsonTableOrdinalityColumn
labeled alternative inHqlParser.jsonTableColumn()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonTableExistsColumn
Visit a parse tree produced by theJsonTableExistsColumn
labeled alternative inHqlParser.jsonTableColumn()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonTableValueColumn
Visit a parse tree produced by theJsonTableValueColumn
labeled alternative inHqlParser.jsonTableColumn()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXmlFunction
Visit a parse tree produced byHqlParser.xmlFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXmlelementFunction
Visit a parse tree produced byHqlParser.xmlelementFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXmlattributesFunction
Visit a parse tree produced byHqlParser.xmlattributesFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXmlforestFunction
Visit a parse tree produced byHqlParser.xmlforestFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXmlpiFunction
Visit a parse tree produced byHqlParser.xmlpiFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXmlqueryFunction
Visit a parse tree produced byHqlParser.xmlqueryFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXmlexistsFunction
Visit a parse tree produced byHqlParser.xmlexistsFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXmlaggFunction
Visit a parse tree produced byHqlParser.xmlaggFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXmltableFunction
Visit a parse tree produced byHqlParser.xmltableFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXmltableColumnsClause
Visit a parse tree produced byHqlParser.xmltableColumnsClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXmlTableQueryColumn
Visit a parse tree produced by theXmlTableQueryColumn
labeled alternative inHqlParser.xmltableColumn()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXmlTableOrdinalityColumn
Visit a parse tree produced by theXmlTableOrdinalityColumn
labeled alternative inHqlParser.xmltableColumn()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXmlTableValueColumn
Visit a parse tree produced by theXmlTableValueColumn
labeled alternative inHqlParser.xmltableColumn()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXmltableDefaultClause
Visit a parse tree produced byHqlParser.xmltableDefaultClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNakedIdentifier
Visit a parse tree produced byHqlParser.nakedIdentifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIdentifier
Visit a parse tree produced byHqlParser.identifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-