Package org.hibernate.grammars.hql
Interface HqlParserListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
HqlParserBaseListener
public interface HqlParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
HqlParser
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Enter a parse tree produced by theAdditionExpression
labeled alternative inHqlParser.expression()
.void
Enter a parse tree produced byHqlParser.additiveOperator()
.void
Enter a parse tree produced byHqlParser.aggregateFunction()
.void
Enter a parse tree produced by theAndPredicate
labeled alternative inHqlParser.predicate()
.void
Enter a parse tree produced byHqlParser.anyFunction()
.void
Enter a parse tree produced byHqlParser.anySomeQuantifier()
.void
Enter a parse tree produced by theArrayInList
labeled alternative inHqlParser.inList()
.void
Enter a parse tree produced byHqlParser.arrayLiteral()
.void
Enter a parse tree produced byHqlParser.assignment()
.void
Enter a parse tree produced by theBarePrimaryExpression
labeled alternative inHqlParser.expression()
.void
Enter a parse tree produced by theBetweenPredicate
labeled alternative inHqlParser.predicate()
.void
Enter a parse tree produced byHqlParser.binaryLiteral()
.void
Enter a parse tree produced by theBooleanExpressionPredicate
labeled alternative inHqlParser.predicate()
.void
Enter a parse tree produced byHqlParser.booleanLiteral()
.void
Enter a parse tree produced by theCaseExpression
labeled alternative inHqlParser.primaryExpression()
.void
Enter a parse tree produced byHqlParser.caseList()
.void
Enter a parse tree produced byHqlParser.caseOtherwise()
.void
Enter a parse tree produced byHqlParser.castFunction()
.void
Enter a parse tree produced byHqlParser.castTarget()
.void
Enter a parse tree produced byHqlParser.castTargetType()
.void
Enter a parse tree produced byHqlParser.collateFunction()
.void
Enter a parse tree produced byHqlParser.collation()
.void
Enter a parse tree produced byHqlParser.collectionFunctionMisuse()
.void
Enter a parse tree produced byHqlParser.collectionQuantifier()
.void
Enter a parse tree produced byHqlParser.collectionSizeFunction()
.void
Enter a parse tree produced byHqlParser.collectionValueNavigablePath()
.void
Enter a parse tree produced byHqlParser.columnFunction()
.void
Enter a parse tree produced byHqlParser.comparisonOperator()
.void
Enter a parse tree produced by theComparisonPredicate
labeled alternative inHqlParser.predicate()
.void
Enter a parse tree produced by theConcatenationExpression
labeled alternative inHqlParser.expression()
.void
Enter a parse tree produced byHqlParser.conflictAction()
.void
Enter a parse tree produced byHqlParser.conflictClause()
.void
Enter a parse tree produced byHqlParser.conflictTarget()
.void
Enter a parse tree produced by theContainsPredicate
labeled alternative inHqlParser.predicate()
.void
Enter a parse tree produced byHqlParser.crossJoin()
.void
Enter a parse tree produced byHqlParser.cte()
.void
Enter a parse tree produced byHqlParser.cteAttributes()
.void
Enter a parse tree produced byHqlParser.cube()
.void
Enter a parse tree produced byHqlParser.currentDateFunction()
.void
Enter a parse tree produced byHqlParser.currentTimeFunction()
.void
Enter a parse tree produced byHqlParser.currentTimestampFunction()
.void
Enter a parse tree produced byHqlParser.cycleClause()
.void
Enter a parse tree produced byHqlParser.date()
.void
Enter a parse tree produced byHqlParser.dateLiteral()
.void
Enter a parse tree produced byHqlParser.dateOrTimeField()
.void
Enter a parse tree produced byHqlParser.dateTime()
.void
Enter a parse tree produced byHqlParser.datetimeField()
.void
Enter a parse tree produced byHqlParser.dateTimeLiteral()
.void
Enter a parse tree produced byHqlParser.day()
.void
Enter a parse tree produced byHqlParser.dayField()
.void
Enter a parse tree produced byHqlParser.deleteStatement()
.void
Enter a parse tree produced by theElementAggregateFunction
labeled alternative inHqlParser.collectionAggregateFunction()
.void
Enter a parse tree produced byHqlParser.elementsValuesQuantifier()
.void
Enter a parse tree produced byHqlParser.elementValueQuantifier()
.void
Enter a parse tree produced by theEntityIdExpression
labeled alternative inHqlParser.primaryExpression()
.void
Enter a parse tree produced byHqlParser.entityIdReference()
.void
Enter a parse tree produced byHqlParser.entityName()
.void
Enter a parse tree produced by theEntityNaturalIdExpression
labeled alternative inHqlParser.primaryExpression()
.void
Enter a parse tree produced byHqlParser.entityNaturalIdReference()
.void
Enter a parse tree produced by theEntityTypeExpression
labeled alternative inHqlParser.primaryExpression()
.void
Enter a parse tree produced byHqlParser.entityTypeReference()
.void
Enter a parse tree produced by theEntityVersionExpression
labeled alternative inHqlParser.primaryExpression()
.void
Enter a parse tree produced byHqlParser.entityVersionReference()
.void
Enter a parse tree produced byHqlParser.entityWithJoins()
.void
Enter a parse tree produced byHqlParser.everyAllQuantifier()
.void
Enter a parse tree produced byHqlParser.everyFunction()
.void
Enter a parse tree produced by theExistsCollectionPartPredicate
labeled alternative inHqlParser.predicate()
.void
Enter a parse tree produced by theExistsPredicate
labeled alternative inHqlParser.predicate()
.void
Enter a parse tree produced by theExplicitTupleInList
labeled alternative inHqlParser.inList()
.void
Enter a parse tree produced byHqlParser.expressionOrPredicate()
.void
Enter a parse tree produced byHqlParser.extractField()
.void
Enter a parse tree produced byHqlParser.extractFunction()
.void
Enter a parse tree produced byHqlParser.fetchClause()
.void
Enter a parse tree produced byHqlParser.fetchCountOrPercent()
.void
Enter a parse tree produced byHqlParser.filterClause()
.void
Enter a parse tree produced byHqlParser.format()
.void
Enter a parse tree produced byHqlParser.formatFunction()
.void
Enter a parse tree produced byHqlParser.frameClause()
.void
Enter a parse tree produced byHqlParser.frameEnd()
.void
Enter a parse tree produced byHqlParser.frameExclusion()
.void
Enter a parse tree produced byHqlParser.frameStart()
.void
Enter a parse tree produced byHqlParser.fromClause()
.void
Enter a parse tree produced by theFromDurationExpression
labeled alternative inHqlParser.expression()
.void
Enter a parse tree produced byHqlParser.function()
.void
Enter a parse tree produced by theFunctionExpression
labeled alternative inHqlParser.primaryExpression()
.void
Enter a parse tree produced byHqlParser.generalizedLiteral()
.void
Enter a parse tree produced byHqlParser.generalizedLiteralText()
.void
Enter a parse tree produced byHqlParser.generalizedLiteralType()
.void
Enter a parse tree produced by theGeneralPathExpression
labeled alternative inHqlParser.primaryExpression()
.void
Enter a parse tree produced byHqlParser.generalPathFragment()
.void
Enter a parse tree produced byHqlParser.genericFunction()
.void
Enter a parse tree produced byHqlParser.genericFunctionArguments()
.void
Enter a parse tree produced byHqlParser.genericFunctionName()
.void
Enter a parse tree produced byHqlParser.genericTemporalLiteralText()
.void
Enter a parse tree produced byHqlParser.groupByClause()
.void
Enter a parse tree produced byHqlParser.groupByExpression()
.void
Enter a parse tree produced by theGroupedExpression
labeled alternative inHqlParser.expression()
.void
Enter a parse tree produced by theGroupedPredicate
labeled alternative inHqlParser.predicate()
.void
Enter a parse tree produced byHqlParser.havingClause()
.void
Enter a parse tree produced byHqlParser.hour()
.void
Enter a parse tree produced byHqlParser.identifier()
.void
Enter a parse tree produced by theIncludesPredicate
labeled alternative inHqlParser.predicate()
.void
Enter a parse tree produced by theIndexAggregateFunction
labeled alternative inHqlParser.collectionAggregateFunction()
.void
Enter a parse tree produced byHqlParser.indexedPathAccessFragment()
.void
Enter a parse tree produced byHqlParser.indexKeyQuantifier()
.void
Enter a parse tree produced byHqlParser.indicesKeysQuantifier()
.void
Enter a parse tree produced by theInPredicate
labeled alternative inHqlParser.predicate()
.void
Enter a parse tree produced byHqlParser.insertStatement()
.void
Enter a parse tree produced byHqlParser.instantFunction()
.void
Enter a parse tree produced byHqlParser.instantiation()
.void
Enter a parse tree produced byHqlParser.instantiationArgument()
.void
Enter a parse tree produced byHqlParser.instantiationArgumentExpression()
.void
Enter a parse tree produced byHqlParser.instantiationArguments()
.void
Enter a parse tree produced byHqlParser.instantiationTarget()
.void
Enter a parse tree produced by theIntersectsPredicate
labeled alternative inHqlParser.predicate()
.void
Enter a parse tree produced by theIsDistinctFromPredicate
labeled alternative inHqlParser.predicate()
.void
Enter a parse tree produced by theIsEmptyPredicate
labeled alternative inHqlParser.predicate()
.void
Enter a parse tree produced by theIsFalsePredicate
labeled alternative inHqlParser.predicate()
.void
Enter a parse tree produced by theIsNullPredicate
labeled alternative inHqlParser.predicate()
.void
Enter a parse tree produced by theIsTruePredicate
labeled alternative inHqlParser.predicate()
.void
Enter a parse tree produced byHqlParser.jdbcDateLiteral()
.void
Enter a parse tree produced byHqlParser.jdbcTimeLiteral()
.void
Enter a parse tree produced byHqlParser.jdbcTimestampLiteral()
.void
Enter a parse tree produced byHqlParser.join()
.void
Enter a parse tree produced by theJoinFunction
labeled alternative inHqlParser.joinTarget()
.void
Enter a parse tree produced by theJoinPath
labeled alternative inHqlParser.joinTarget()
.void
Enter a parse tree produced byHqlParser.joinRestriction()
.void
Enter a parse tree produced by theJoinSubquery
labeled alternative inHqlParser.joinTarget()
.void
Enter a parse tree produced byHqlParser.joinType()
.void
Enter a parse tree produced byHqlParser.jpaCollectionJoin()
.void
Enter a parse tree produced byHqlParser.jpaNonstandardFunction()
.void
Enter a parse tree produced byHqlParser.jpaNonstandardFunctionName()
.void
Enter a parse tree produced byHqlParser.jpaSelectObjectSyntax()
.void
Enter a parse tree produced byHqlParser.jsonArrayAggFunction()
.void
Enter a parse tree produced byHqlParser.jsonArrayFunction()
.void
Enter a parse tree produced byHqlParser.jsonExistsFunction()
.void
Enter a parse tree produced byHqlParser.jsonExistsOnErrorClause()
.void
Enter a parse tree produced byHqlParser.jsonFunction()
.void
Enter a parse tree produced byHqlParser.jsonNullClause()
.void
Enter a parse tree produced byHqlParser.jsonObjectAggFunction()
.void
Enter a parse tree produced byHqlParser.jsonObjectFunction()
.void
Enter a parse tree produced byHqlParser.jsonObjectFunctionEntries()
.void
Enter a parse tree produced byHqlParser.jsonPassingClause()
.void
Enter a parse tree produced byHqlParser.jsonQueryFunction()
.void
Enter a parse tree produced byHqlParser.jsonQueryOnErrorOrEmptyClause()
.void
Enter a parse tree produced byHqlParser.jsonQueryWrapperClause()
.void
Enter a parse tree produced byHqlParser.jsonTableColumns()
.void
Enter a parse tree produced byHqlParser.jsonTableColumnsClause()
.void
Enter a parse tree produced byHqlParser.jsonTableErrorClause()
.void
Enter a parse tree produced by theJsonTableExistsColumn
labeled alternative inHqlParser.jsonTableColumn()
.void
Enter a parse tree produced byHqlParser.jsonTableFunction()
.void
Enter a parse tree produced by theJsonTableNestedColumn
labeled alternative inHqlParser.jsonTableColumn()
.void
Enter a parse tree produced by theJsonTableOrdinalityColumn
labeled alternative inHqlParser.jsonTableColumn()
.void
Enter a parse tree produced by theJsonTableQueryColumn
labeled alternative inHqlParser.jsonTableColumn()
.void
Enter a parse tree produced by theJsonTableValueColumn
labeled alternative inHqlParser.jsonTableColumn()
.void
Enter a parse tree produced byHqlParser.jsonUniqueKeysClause()
.void
Enter a parse tree produced byHqlParser.jsonValueFunction()
.void
Enter a parse tree produced byHqlParser.jsonValueOnErrorOrEmptyClause()
.void
Enter a parse tree produced byHqlParser.jsonValueReturningClause()
.void
Enter a parse tree produced byHqlParser.likeEscape()
.void
Enter a parse tree produced by theLikePredicate
labeled alternative inHqlParser.predicate()
.void
Enter a parse tree produced byHqlParser.limitClause()
.void
Enter a parse tree produced byHqlParser.listaggFunction()
.void
Enter a parse tree produced byHqlParser.literal()
.void
Enter a parse tree produced by theLiteralExpression
labeled alternative inHqlParser.primaryExpression()
.void
Enter a parse tree produced byHqlParser.localDateFunction()
.void
Enter a parse tree produced byHqlParser.localDateTime()
.void
Enter a parse tree produced byHqlParser.localDateTimeFunction()
.void
Enter a parse tree produced byHqlParser.localDateTimeLiteral()
.void
Enter a parse tree produced byHqlParser.localTimeFunction()
.void
Enter a parse tree produced byHqlParser.mapEntrySelection()
.void
Enter a parse tree produced byHqlParser.mapKeyNavigablePath()
.void
Enter a parse tree produced by theMemberOfPredicate
labeled alternative inHqlParser.predicate()
.void
Enter a parse tree produced byHqlParser.minute()
.void
Enter a parse tree produced byHqlParser.month()
.void
Enter a parse tree produced by theMultiplicationExpression
labeled alternative inHqlParser.expression()
.void
Enter a parse tree produced byHqlParser.multiplicativeOperator()
.void
Enter a parse tree produced byHqlParser.nakedIdentifier()
.void
Enter a parse tree produced by theNamedParameter
labeled alternative inHqlParser.parameter()
.void
Enter a parse tree produced by theNegatedPredicate
labeled alternative inHqlParser.predicate()
.void
Enter a parse tree produced by theNestedQueryExpression
labeled alternative inHqlParser.orderedQuery()
.void
Enter a parse tree produced byHqlParser.nthSideClause()
.void
Enter a parse tree produced byHqlParser.nullsClause()
.void
Enter a parse tree produced byHqlParser.nullsPrecedence()
.void
Enter a parse tree produced byHqlParser.numericLiteral()
.void
Enter a parse tree produced byHqlParser.offset()
.void
Enter a parse tree produced byHqlParser.offsetClause()
.void
Enter a parse tree produced byHqlParser.offsetDateTime()
.void
Enter a parse tree produced byHqlParser.offsetDateTimeFunction()
.void
Enter a parse tree produced byHqlParser.offsetDateTimeLiteral()
.void
Enter a parse tree produced byHqlParser.offsetDateTimeWithMinutes()
.void
Enter a parse tree produced byHqlParser.offsetWithMinutes()
.void
Enter a parse tree produced byHqlParser.onOverflowClause()
.void
Enter a parse tree produced byHqlParser.orderByClause()
.void
Enter a parse tree produced byHqlParser.orderByFragment()
.void
Enter a parse tree produced by theOrPredicate
labeled alternative inHqlParser.predicate()
.void
Enter a parse tree produced byHqlParser.overClause()
.void
Enter a parse tree produced byHqlParser.overlayFunction()
.void
Enter a parse tree produced byHqlParser.overlayFunctionLengthArgument()
.void
Enter a parse tree produced byHqlParser.overlayFunctionReplacementArgument()
.void
Enter a parse tree produced byHqlParser.overlayFunctionStartArgument()
.void
Enter a parse tree produced byHqlParser.overlayFunctionStringArgument()
.void
Enter a parse tree produced byHqlParser.padCharacter()
.void
Enter a parse tree produced byHqlParser.padFunction()
.void
Enter a parse tree produced byHqlParser.padLength()
.void
Enter a parse tree produced byHqlParser.padSpecification()
.void
Enter a parse tree produced by theParameterExpression
labeled alternative inHqlParser.primaryExpression()
.void
Enter a parse tree produced byHqlParser.parameterOrIntegerLiteral()
.void
Enter a parse tree produced byHqlParser.parameterOrNumberLiteral()
.void
Enter a parse tree produced by theParamInList
labeled alternative inHqlParser.inList()
.void
Enter a parse tree produced byHqlParser.partitionClause()
.void
Enter a parse tree produced byHqlParser.path()
.void
Enter a parse tree produced byHqlParser.pathContinuation()
.void
Enter a parse tree produced by thePersistentCollectionReferenceInList
labeled alternative inHqlParser.inList()
.void
Enter a parse tree produced by thePositionalParameter
labeled alternative inHqlParser.parameter()
.void
Enter a parse tree produced byHqlParser.positionFunction()
.void
Enter a parse tree produced byHqlParser.positionFunctionPatternArgument()
.void
Enter a parse tree produced byHqlParser.positionFunctionStringArgument()
.void
Enter a parse tree produced byHqlParser.query()
.void
Enter a parse tree produced byHqlParser.queryOrder()
.void
Enter a parse tree produced by theQueryOrderExpression
labeled alternative inHqlParser.orderedQuery()
.void
Enter a parse tree produced by theQuerySpecExpression
labeled alternative inHqlParser.orderedQuery()
.void
Enter a parse tree produced byHqlParser.rollup()
.void
Enter a parse tree produced by theRootEntity
labeled alternative inHqlParser.fromRoot()
.void
Enter a parse tree produced by theRootFunction
labeled alternative inHqlParser.fromRoot()
.void
Enter a parse tree produced by theRootSubquery
labeled alternative inHqlParser.fromRoot()
.void
Enter a parse tree produced byHqlParser.searchClause()
.void
Enter a parse tree produced byHqlParser.searchedCaseList()
.void
Enter a parse tree produced byHqlParser.searchedCaseWhen()
.void
Enter a parse tree produced byHqlParser.searchSpecification()
.void
Enter a parse tree produced byHqlParser.searchSpecifications()
.void
Enter a parse tree produced byHqlParser.second()
.void
Enter a parse tree produced byHqlParser.selectClause()
.void
Enter a parse tree produced byHqlParser.selectExpression()
.void
Enter a parse tree produced byHqlParser.selection()
.void
Enter a parse tree produced byHqlParser.selectionList()
.void
Enter a parse tree produced byHqlParser.selectStatement()
.void
Enter a parse tree produced byHqlParser.setClause()
.void
Enter a parse tree produced byHqlParser.setOperator()
.void
Enter a parse tree produced by theSetQueryGroup
labeled alternative inHqlParser.queryExpression()
.void
Enter a parse tree produced byHqlParser.setReturningFunction()
.void
Enter a parse tree produced byHqlParser.signOperator()
.void
Enter a parse tree produced byHqlParser.simpleCaseList()
.void
Enter a parse tree produced byHqlParser.simpleCaseWhen()
.void
Enter a parse tree produced byHqlParser.simplePath()
.void
Enter a parse tree produced byHqlParser.simplePathElement()
.void
Enter a parse tree produced by theSimpleQueryGroup
labeled alternative inHqlParser.queryExpression()
.void
Enter a parse tree produced byHqlParser.simpleSetReturningFunction()
.void
Enter a parse tree produced byHqlParser.slicedPathAccessFragment()
.void
Enter a parse tree produced byHqlParser.sortDirection()
.void
Enter a parse tree produced byHqlParser.sortExpression()
.void
Enter a parse tree produced byHqlParser.sortSpecification()
.void
Enter a parse tree produced byHqlParser.standardFunction()
.void
Enter a parse tree produced byHqlParser.statement()
.void
Enter a parse tree produced byHqlParser.subquery()
.void
Enter a parse tree produced by theSubqueryExpression
labeled alternative inHqlParser.expression()
.void
Enter a parse tree produced by theSubqueryInList
labeled alternative inHqlParser.inList()
.void
Enter a parse tree produced byHqlParser.substringFunction()
.void
Enter a parse tree produced byHqlParser.substringFunctionLengthArgument()
.void
Enter a parse tree produced byHqlParser.substringFunctionStartArgument()
.void
Enter a parse tree produced byHqlParser.syntacticDomainPath()
.void
Enter a parse tree produced by theSyntacticPathExpression
labeled alternative inHqlParser.primaryExpression()
.void
Enter a parse tree produced byHqlParser.targetEntity()
.void
Enter a parse tree produced byHqlParser.targetFields()
.void
Enter a parse tree produced byHqlParser.temporalLiteral()
.void
Enter a parse tree produced byHqlParser.time()
.void
Enter a parse tree produced byHqlParser.timeLiteral()
.void
Enter a parse tree produced byHqlParser.timeZoneField()
.void
Enter a parse tree produced by theToDurationExpression
labeled alternative inHqlParser.expression()
.void
Enter a parse tree produced byHqlParser.toOneFkReference()
.void
Enter a parse tree produced byHqlParser.treatedNavigablePath()
.void
Enter a parse tree produced byHqlParser.trimCharacter()
.void
Enter a parse tree produced byHqlParser.trimFunction()
.void
Enter a parse tree produced byHqlParser.trimSpecification()
.void
Enter a parse tree produced byHqlParser.truncFunction()
.void
Enter a parse tree produced by theTupleExpression
labeled alternative inHqlParser.expression()
.void
Enter a parse tree produced by theUnaryExpression
labeled alternative inHqlParser.expression()
.void
Enter a parse tree produced by theUnaryNumericLiteralExpression
labeled alternative inHqlParser.expression()
.void
Enter a parse tree produced byHqlParser.updateStatement()
.void
Enter a parse tree produced by thevalues
labeled alternative inHqlParser#queryExpressionqueryExpressionorderedQueryorderedQueryorderedQueryfromRootfromRootfromRootjoinTargetjoinTargetjoinTargetpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparametercollectionAggregateFunctioncollectionAggregateFunctionjsonTableColumnjsonTableColumnjsonTableColumnjsonTableColumnjsonTableColumnxmltableColumnxmltableColumnxmltableColumn
.void
Enter a parse tree produced byHqlParser.valuesList()
.void
Enter a parse tree produced byHqlParser.variable()
.void
Enter a parse tree produced byHqlParser.weekField()
.void
Enter a parse tree produced byHqlParser.whereClause()
.void
Enter a parse tree produced byHqlParser.withClause()
.void
Enter a parse tree produced byHqlParser.withinGroupClause()
.void
Enter a parse tree produced byHqlParser.xmlaggFunction()
.void
Enter a parse tree produced byHqlParser.xmlattributesFunction()
.void
Enter a parse tree produced byHqlParser.xmlelementFunction()
.void
Enter a parse tree produced byHqlParser.xmlexistsFunction()
.void
Enter a parse tree produced byHqlParser.xmlforestFunction()
.void
Enter a parse tree produced byHqlParser.xmlFunction()
.void
Enter a parse tree produced byHqlParser.xmlpiFunction()
.void
Enter a parse tree produced byHqlParser.xmlqueryFunction()
.void
Enter a parse tree produced byHqlParser.xmltableColumnsClause()
.void
Enter a parse tree produced byHqlParser.xmltableDefaultClause()
.void
Enter a parse tree produced byHqlParser.xmltableFunction()
.void
Enter a parse tree produced by theXmlTableOrdinalityColumn
labeled alternative inHqlParser.xmltableColumn()
.void
Enter a parse tree produced by theXmlTableQueryColumn
labeled alternative inHqlParser.xmltableColumn()
.void
Enter a parse tree produced by theXmlTableValueColumn
labeled alternative inHqlParser.xmltableColumn()
.void
Enter a parse tree produced byHqlParser.year()
.void
Enter a parse tree produced byHqlParser.zonedDateTime()
.void
Enter a parse tree produced byHqlParser.zonedDateTimeLiteral()
.void
Enter a parse tree produced byHqlParser.zoneId()
.void
Exit a parse tree produced by theAdditionExpression
labeled alternative inHqlParser.expression()
.void
Exit a parse tree produced byHqlParser.additiveOperator()
.void
Exit a parse tree produced byHqlParser.aggregateFunction()
.void
Exit a parse tree produced by theAndPredicate
labeled alternative inHqlParser.predicate()
.void
Exit a parse tree produced byHqlParser.anyFunction()
.void
Exit a parse tree produced byHqlParser.anySomeQuantifier()
.void
Exit a parse tree produced by theArrayInList
labeled alternative inHqlParser.inList()
.void
Exit a parse tree produced byHqlParser.arrayLiteral()
.void
Exit a parse tree produced byHqlParser.assignment()
.void
Exit a parse tree produced by theBarePrimaryExpression
labeled alternative inHqlParser.expression()
.void
Exit a parse tree produced by theBetweenPredicate
labeled alternative inHqlParser.predicate()
.void
Exit a parse tree produced byHqlParser.binaryLiteral()
.void
Exit a parse tree produced by theBooleanExpressionPredicate
labeled alternative inHqlParser.predicate()
.void
Exit a parse tree produced byHqlParser.booleanLiteral()
.void
Exit a parse tree produced by theCaseExpression
labeled alternative inHqlParser.primaryExpression()
.void
Exit a parse tree produced byHqlParser.caseList()
.void
Exit a parse tree produced byHqlParser.caseOtherwise()
.void
Exit a parse tree produced byHqlParser.castFunction()
.void
Exit a parse tree produced byHqlParser.castTarget()
.void
Exit a parse tree produced byHqlParser.castTargetType()
.void
Exit a parse tree produced byHqlParser.collateFunction()
.void
Exit a parse tree produced byHqlParser.collation()
.void
Exit a parse tree produced byHqlParser.collectionFunctionMisuse()
.void
Exit a parse tree produced byHqlParser.collectionQuantifier()
.void
Exit a parse tree produced byHqlParser.collectionSizeFunction()
.void
Exit a parse tree produced byHqlParser.collectionValueNavigablePath()
.void
Exit a parse tree produced byHqlParser.columnFunction()
.void
Exit a parse tree produced byHqlParser.comparisonOperator()
.void
Exit a parse tree produced by theComparisonPredicate
labeled alternative inHqlParser.predicate()
.void
Exit a parse tree produced by theConcatenationExpression
labeled alternative inHqlParser.expression()
.void
Exit a parse tree produced byHqlParser.conflictAction()
.void
Exit a parse tree produced byHqlParser.conflictClause()
.void
Exit a parse tree produced byHqlParser.conflictTarget()
.void
Exit a parse tree produced by theContainsPredicate
labeled alternative inHqlParser.predicate()
.void
Exit a parse tree produced byHqlParser.crossJoin()
.void
Exit a parse tree produced byHqlParser.cte()
.void
Exit a parse tree produced byHqlParser.cteAttributes()
.void
Exit a parse tree produced byHqlParser.cube()
.void
Exit a parse tree produced byHqlParser.currentDateFunction()
.void
Exit a parse tree produced byHqlParser.currentTimeFunction()
.void
Exit a parse tree produced byHqlParser.currentTimestampFunction()
.void
Exit a parse tree produced byHqlParser.cycleClause()
.void
Exit a parse tree produced byHqlParser.date()
.void
Exit a parse tree produced byHqlParser.dateLiteral()
.void
Exit a parse tree produced byHqlParser.dateOrTimeField()
.void
Exit a parse tree produced byHqlParser.dateTime()
.void
Exit a parse tree produced byHqlParser.datetimeField()
.void
Exit a parse tree produced byHqlParser.dateTimeLiteral()
.void
Exit a parse tree produced byHqlParser.day()
.void
Exit a parse tree produced byHqlParser.dayField()
.void
Exit a parse tree produced byHqlParser.deleteStatement()
.void
Exit a parse tree produced by theElementAggregateFunction
labeled alternative inHqlParser.collectionAggregateFunction()
.void
Exit a parse tree produced byHqlParser.elementsValuesQuantifier()
.void
Exit a parse tree produced byHqlParser.elementValueQuantifier()
.void
Exit a parse tree produced by theEntityIdExpression
labeled alternative inHqlParser.primaryExpression()
.void
Exit a parse tree produced byHqlParser.entityIdReference()
.void
Exit a parse tree produced byHqlParser.entityName()
.void
Exit a parse tree produced by theEntityNaturalIdExpression
labeled alternative inHqlParser.primaryExpression()
.void
Exit a parse tree produced byHqlParser.entityNaturalIdReference()
.void
Exit a parse tree produced by theEntityTypeExpression
labeled alternative inHqlParser.primaryExpression()
.void
Exit a parse tree produced byHqlParser.entityTypeReference()
.void
Exit a parse tree produced by theEntityVersionExpression
labeled alternative inHqlParser.primaryExpression()
.void
Exit a parse tree produced byHqlParser.entityVersionReference()
.void
Exit a parse tree produced byHqlParser.entityWithJoins()
.void
Exit a parse tree produced byHqlParser.everyAllQuantifier()
.void
Exit a parse tree produced byHqlParser.everyFunction()
.void
Exit a parse tree produced by theExistsCollectionPartPredicate
labeled alternative inHqlParser.predicate()
.void
Exit a parse tree produced by theExistsPredicate
labeled alternative inHqlParser.predicate()
.void
Exit a parse tree produced by theExplicitTupleInList
labeled alternative inHqlParser.inList()
.void
Exit a parse tree produced byHqlParser.expressionOrPredicate()
.void
Exit a parse tree produced byHqlParser.extractField()
.void
Exit a parse tree produced byHqlParser.extractFunction()
.void
Exit a parse tree produced byHqlParser.fetchClause()
.void
Exit a parse tree produced byHqlParser.fetchCountOrPercent()
.void
Exit a parse tree produced byHqlParser.filterClause()
.void
Exit a parse tree produced byHqlParser.format()
.void
Exit a parse tree produced byHqlParser.formatFunction()
.void
Exit a parse tree produced byHqlParser.frameClause()
.void
Exit a parse tree produced byHqlParser.frameEnd()
.void
Exit a parse tree produced byHqlParser.frameExclusion()
.void
Exit a parse tree produced byHqlParser.frameStart()
.void
Exit a parse tree produced byHqlParser.fromClause()
.void
Exit a parse tree produced by theFromDurationExpression
labeled alternative inHqlParser.expression()
.void
Exit a parse tree produced byHqlParser.function()
.void
Exit a parse tree produced by theFunctionExpression
labeled alternative inHqlParser.primaryExpression()
.void
Exit a parse tree produced byHqlParser.generalizedLiteral()
.void
Exit a parse tree produced byHqlParser.generalizedLiteralText()
.void
Exit a parse tree produced byHqlParser.generalizedLiteralType()
.void
Exit a parse tree produced by theGeneralPathExpression
labeled alternative inHqlParser.primaryExpression()
.void
Exit a parse tree produced byHqlParser.generalPathFragment()
.void
Exit a parse tree produced byHqlParser.genericFunction()
.void
Exit a parse tree produced byHqlParser.genericFunctionArguments()
.void
Exit a parse tree produced byHqlParser.genericFunctionName()
.void
Exit a parse tree produced byHqlParser.genericTemporalLiteralText()
.void
Exit a parse tree produced byHqlParser.groupByClause()
.void
Exit a parse tree produced byHqlParser.groupByExpression()
.void
Exit a parse tree produced by theGroupedExpression
labeled alternative inHqlParser.expression()
.void
Exit a parse tree produced by theGroupedPredicate
labeled alternative inHqlParser.predicate()
.void
Exit a parse tree produced byHqlParser.havingClause()
.void
Exit a parse tree produced byHqlParser.hour()
.void
Exit a parse tree produced byHqlParser.identifier()
.void
Exit a parse tree produced by theIncludesPredicate
labeled alternative inHqlParser.predicate()
.void
Exit a parse tree produced by theIndexAggregateFunction
labeled alternative inHqlParser.collectionAggregateFunction()
.void
Exit a parse tree produced byHqlParser.indexedPathAccessFragment()
.void
Exit a parse tree produced byHqlParser.indexKeyQuantifier()
.void
Exit a parse tree produced byHqlParser.indicesKeysQuantifier()
.void
Exit a parse tree produced by theInPredicate
labeled alternative inHqlParser.predicate()
.void
Exit a parse tree produced byHqlParser.insertStatement()
.void
Exit a parse tree produced byHqlParser.instantFunction()
.void
Exit a parse tree produced byHqlParser.instantiation()
.void
Exit a parse tree produced byHqlParser.instantiationArgument()
.void
Exit a parse tree produced byHqlParser.instantiationArgumentExpression()
.void
Exit a parse tree produced byHqlParser.instantiationArguments()
.void
Exit a parse tree produced byHqlParser.instantiationTarget()
.void
Exit a parse tree produced by theIntersectsPredicate
labeled alternative inHqlParser.predicate()
.void
Exit a parse tree produced by theIsDistinctFromPredicate
labeled alternative inHqlParser.predicate()
.void
Exit a parse tree produced by theIsEmptyPredicate
labeled alternative inHqlParser.predicate()
.void
Exit a parse tree produced by theIsFalsePredicate
labeled alternative inHqlParser.predicate()
.void
Exit a parse tree produced by theIsNullPredicate
labeled alternative inHqlParser.predicate()
.void
Exit a parse tree produced by theIsTruePredicate
labeled alternative inHqlParser.predicate()
.void
Exit a parse tree produced byHqlParser.jdbcDateLiteral()
.void
Exit a parse tree produced byHqlParser.jdbcTimeLiteral()
.void
Exit a parse tree produced byHqlParser.jdbcTimestampLiteral()
.void
Exit a parse tree produced byHqlParser.join()
.void
Exit a parse tree produced by theJoinFunction
labeled alternative inHqlParser.joinTarget()
.void
Exit a parse tree produced by theJoinPath
labeled alternative inHqlParser.joinTarget()
.void
Exit a parse tree produced byHqlParser.joinRestriction()
.void
Exit a parse tree produced by theJoinSubquery
labeled alternative inHqlParser.joinTarget()
.void
Exit a parse tree produced byHqlParser.joinType()
.void
Exit a parse tree produced byHqlParser.jpaCollectionJoin()
.void
Exit a parse tree produced byHqlParser.jpaNonstandardFunction()
.void
Exit a parse tree produced byHqlParser.jpaNonstandardFunctionName()
.void
Exit a parse tree produced byHqlParser.jpaSelectObjectSyntax()
.void
Exit a parse tree produced byHqlParser.jsonArrayAggFunction()
.void
Exit a parse tree produced byHqlParser.jsonArrayFunction()
.void
Exit a parse tree produced byHqlParser.jsonExistsFunction()
.void
Exit a parse tree produced byHqlParser.jsonExistsOnErrorClause()
.void
Exit a parse tree produced byHqlParser.jsonFunction()
.void
Exit a parse tree produced byHqlParser.jsonNullClause()
.void
Exit a parse tree produced byHqlParser.jsonObjectAggFunction()
.void
Exit a parse tree produced byHqlParser.jsonObjectFunction()
.void
Exit a parse tree produced byHqlParser.jsonObjectFunctionEntries()
.void
Exit a parse tree produced byHqlParser.jsonPassingClause()
.void
Exit a parse tree produced byHqlParser.jsonQueryFunction()
.void
Exit a parse tree produced byHqlParser.jsonQueryOnErrorOrEmptyClause()
.void
Exit a parse tree produced byHqlParser.jsonQueryWrapperClause()
.void
Exit a parse tree produced byHqlParser.jsonTableColumns()
.void
Exit a parse tree produced byHqlParser.jsonTableColumnsClause()
.void
Exit a parse tree produced byHqlParser.jsonTableErrorClause()
.void
Exit a parse tree produced by theJsonTableExistsColumn
labeled alternative inHqlParser.jsonTableColumn()
.void
Exit a parse tree produced byHqlParser.jsonTableFunction()
.void
Exit a parse tree produced by theJsonTableNestedColumn
labeled alternative inHqlParser.jsonTableColumn()
.void
Exit a parse tree produced by theJsonTableOrdinalityColumn
labeled alternative inHqlParser.jsonTableColumn()
.void
Exit a parse tree produced by theJsonTableQueryColumn
labeled alternative inHqlParser.jsonTableColumn()
.void
Exit a parse tree produced by theJsonTableValueColumn
labeled alternative inHqlParser.jsonTableColumn()
.void
Exit a parse tree produced byHqlParser.jsonUniqueKeysClause()
.void
Exit a parse tree produced byHqlParser.jsonValueFunction()
.void
Exit a parse tree produced byHqlParser.jsonValueOnErrorOrEmptyClause()
.void
Exit a parse tree produced byHqlParser.jsonValueReturningClause()
.void
Exit a parse tree produced byHqlParser.likeEscape()
.void
Exit a parse tree produced by theLikePredicate
labeled alternative inHqlParser.predicate()
.void
Exit a parse tree produced byHqlParser.limitClause()
.void
Exit a parse tree produced byHqlParser.listaggFunction()
.void
Exit a parse tree produced byHqlParser.literal()
.void
Exit a parse tree produced by theLiteralExpression
labeled alternative inHqlParser.primaryExpression()
.void
Exit a parse tree produced byHqlParser.localDateFunction()
.void
Exit a parse tree produced byHqlParser.localDateTime()
.void
Exit a parse tree produced byHqlParser.localDateTimeFunction()
.void
Exit a parse tree produced byHqlParser.localDateTimeLiteral()
.void
Exit a parse tree produced byHqlParser.localTimeFunction()
.void
Exit a parse tree produced byHqlParser.mapEntrySelection()
.void
Exit a parse tree produced byHqlParser.mapKeyNavigablePath()
.void
Exit a parse tree produced by theMemberOfPredicate
labeled alternative inHqlParser.predicate()
.void
Exit a parse tree produced byHqlParser.minute()
.void
Exit a parse tree produced byHqlParser.month()
.void
Exit a parse tree produced by theMultiplicationExpression
labeled alternative inHqlParser.expression()
.void
Exit a parse tree produced byHqlParser.multiplicativeOperator()
.void
Exit a parse tree produced byHqlParser.nakedIdentifier()
.void
Exit a parse tree produced by theNamedParameter
labeled alternative inHqlParser.parameter()
.void
Exit a parse tree produced by theNegatedPredicate
labeled alternative inHqlParser.predicate()
.void
Exit a parse tree produced by theNestedQueryExpression
labeled alternative inHqlParser.orderedQuery()
.void
Exit a parse tree produced byHqlParser.nthSideClause()
.void
Exit a parse tree produced byHqlParser.nullsClause()
.void
Exit a parse tree produced byHqlParser.nullsPrecedence()
.void
Exit a parse tree produced byHqlParser.numericLiteral()
.void
Exit a parse tree produced byHqlParser.offset()
.void
Exit a parse tree produced byHqlParser.offsetClause()
.void
Exit a parse tree produced byHqlParser.offsetDateTime()
.void
Exit a parse tree produced byHqlParser.offsetDateTimeFunction()
.void
Exit a parse tree produced byHqlParser.offsetDateTimeLiteral()
.void
Exit a parse tree produced byHqlParser.offsetDateTimeWithMinutes()
.void
Exit a parse tree produced byHqlParser.offsetWithMinutes()
.void
Exit a parse tree produced byHqlParser.onOverflowClause()
.void
Exit a parse tree produced byHqlParser.orderByClause()
.void
Exit a parse tree produced byHqlParser.orderByFragment()
.void
Exit a parse tree produced by theOrPredicate
labeled alternative inHqlParser.predicate()
.void
Exit a parse tree produced byHqlParser.overClause()
.void
Exit a parse tree produced byHqlParser.overlayFunction()
.void
Exit a parse tree produced byHqlParser.overlayFunctionLengthArgument()
.void
Exit a parse tree produced byHqlParser.overlayFunctionReplacementArgument()
.void
Exit a parse tree produced byHqlParser.overlayFunctionStartArgument()
.void
Exit a parse tree produced byHqlParser.overlayFunctionStringArgument()
.void
Exit a parse tree produced byHqlParser.padCharacter()
.void
Exit a parse tree produced byHqlParser.padFunction()
.void
Exit a parse tree produced byHqlParser.padLength()
.void
Exit a parse tree produced byHqlParser.padSpecification()
.void
Exit a parse tree produced by theParameterExpression
labeled alternative inHqlParser.primaryExpression()
.void
Exit a parse tree produced byHqlParser.parameterOrIntegerLiteral()
.void
Exit a parse tree produced byHqlParser.parameterOrNumberLiteral()
.void
Exit a parse tree produced by theParamInList
labeled alternative inHqlParser.inList()
.void
Exit a parse tree produced byHqlParser.partitionClause()
.void
Exit a parse tree produced byHqlParser.path()
.void
Exit a parse tree produced byHqlParser.pathContinuation()
.void
Exit a parse tree produced by thePersistentCollectionReferenceInList
labeled alternative inHqlParser.inList()
.void
Exit a parse tree produced by thePositionalParameter
labeled alternative inHqlParser.parameter()
.void
Exit a parse tree produced byHqlParser.positionFunction()
.void
Exit a parse tree produced byHqlParser.positionFunctionPatternArgument()
.void
Exit a parse tree produced byHqlParser.positionFunctionStringArgument()
.void
Exit a parse tree produced byHqlParser.query()
.void
Exit a parse tree produced byHqlParser.queryOrder()
.void
Exit a parse tree produced by theQueryOrderExpression
labeled alternative inHqlParser.orderedQuery()
.void
Exit a parse tree produced by theQuerySpecExpression
labeled alternative inHqlParser.orderedQuery()
.void
Exit a parse tree produced byHqlParser.rollup()
.void
Exit a parse tree produced by theRootEntity
labeled alternative inHqlParser.fromRoot()
.void
Exit a parse tree produced by theRootFunction
labeled alternative inHqlParser.fromRoot()
.void
Exit a parse tree produced by theRootSubquery
labeled alternative inHqlParser.fromRoot()
.void
Exit a parse tree produced byHqlParser.searchClause()
.void
Exit a parse tree produced byHqlParser.searchedCaseList()
.void
Exit a parse tree produced byHqlParser.searchedCaseWhen()
.void
Exit a parse tree produced byHqlParser.searchSpecification()
.void
Exit a parse tree produced byHqlParser.searchSpecifications()
.void
Exit a parse tree produced byHqlParser.second()
.void
Exit a parse tree produced byHqlParser.selectClause()
.void
Exit a parse tree produced byHqlParser.selectExpression()
.void
Exit a parse tree produced byHqlParser.selection()
.void
Exit a parse tree produced byHqlParser.selectionList()
.void
Exit a parse tree produced byHqlParser.selectStatement()
.void
Exit a parse tree produced byHqlParser.setClause()
.void
Exit a parse tree produced byHqlParser.setOperator()
.void
Exit a parse tree produced by theSetQueryGroup
labeled alternative inHqlParser.queryExpression()
.void
Exit a parse tree produced byHqlParser.setReturningFunction()
.void
Exit a parse tree produced byHqlParser.signOperator()
.void
Exit a parse tree produced byHqlParser.simpleCaseList()
.void
Exit a parse tree produced byHqlParser.simpleCaseWhen()
.void
Exit a parse tree produced byHqlParser.simplePath()
.void
Exit a parse tree produced byHqlParser.simplePathElement()
.void
Exit a parse tree produced by theSimpleQueryGroup
labeled alternative inHqlParser.queryExpression()
.void
Exit a parse tree produced byHqlParser.simpleSetReturningFunction()
.void
Exit a parse tree produced byHqlParser.slicedPathAccessFragment()
.void
Exit a parse tree produced byHqlParser.sortDirection()
.void
Exit a parse tree produced byHqlParser.sortExpression()
.void
Exit a parse tree produced byHqlParser.sortSpecification()
.void
Exit a parse tree produced byHqlParser.standardFunction()
.void
Exit a parse tree produced byHqlParser.statement()
.void
Exit a parse tree produced byHqlParser.subquery()
.void
Exit a parse tree produced by theSubqueryExpression
labeled alternative inHqlParser.expression()
.void
Exit a parse tree produced by theSubqueryInList
labeled alternative inHqlParser.inList()
.void
Exit a parse tree produced byHqlParser.substringFunction()
.void
Exit a parse tree produced byHqlParser.substringFunctionLengthArgument()
.void
Exit a parse tree produced byHqlParser.substringFunctionStartArgument()
.void
Exit a parse tree produced byHqlParser.syntacticDomainPath()
.void
Exit a parse tree produced by theSyntacticPathExpression
labeled alternative inHqlParser.primaryExpression()
.void
Exit a parse tree produced byHqlParser.targetEntity()
.void
Exit a parse tree produced byHqlParser.targetFields()
.void
Exit a parse tree produced byHqlParser.temporalLiteral()
.void
Exit a parse tree produced byHqlParser.time()
.void
Exit a parse tree produced byHqlParser.timeLiteral()
.void
Exit a parse tree produced byHqlParser.timeZoneField()
.void
Exit a parse tree produced by theToDurationExpression
labeled alternative inHqlParser.expression()
.void
Exit a parse tree produced byHqlParser.toOneFkReference()
.void
Exit a parse tree produced byHqlParser.treatedNavigablePath()
.void
Exit a parse tree produced byHqlParser.trimCharacter()
.void
Exit a parse tree produced byHqlParser.trimFunction()
.void
Exit a parse tree produced byHqlParser.trimSpecification()
.void
Exit a parse tree produced byHqlParser.truncFunction()
.void
Exit a parse tree produced by theTupleExpression
labeled alternative inHqlParser.expression()
.void
Exit a parse tree produced by theUnaryExpression
labeled alternative inHqlParser.expression()
.void
Exit a parse tree produced by theUnaryNumericLiteralExpression
labeled alternative inHqlParser.expression()
.void
Exit a parse tree produced byHqlParser.updateStatement()
.void
Exit a parse tree produced by thevalues
labeled alternative inHqlParser#queryExpressionqueryExpressionorderedQueryorderedQueryorderedQueryfromRootfromRootfromRootjoinTargetjoinTargetjoinTargetpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparametercollectionAggregateFunctioncollectionAggregateFunctionjsonTableColumnjsonTableColumnjsonTableColumnjsonTableColumnjsonTableColumnxmltableColumnxmltableColumnxmltableColumn
.void
Exit a parse tree produced byHqlParser.valuesList()
.void
Exit a parse tree produced byHqlParser.variable()
.void
Exit a parse tree produced byHqlParser.weekField()
.void
Exit a parse tree produced byHqlParser.whereClause()
.void
Exit a parse tree produced byHqlParser.withClause()
.void
Exit a parse tree produced byHqlParser.withinGroupClause()
.void
Exit a parse tree produced byHqlParser.xmlaggFunction()
.void
Exit a parse tree produced byHqlParser.xmlattributesFunction()
.void
Exit a parse tree produced byHqlParser.xmlelementFunction()
.void
Exit a parse tree produced byHqlParser.xmlexistsFunction()
.void
Exit a parse tree produced byHqlParser.xmlforestFunction()
.void
Exit a parse tree produced byHqlParser.xmlFunction()
.void
Exit a parse tree produced byHqlParser.xmlpiFunction()
.void
Exit a parse tree produced byHqlParser.xmlqueryFunction()
.void
Exit a parse tree produced byHqlParser.xmltableColumnsClause()
.void
Exit a parse tree produced byHqlParser.xmltableDefaultClause()
.void
Exit a parse tree produced byHqlParser.xmltableFunction()
.void
Exit a parse tree produced by theXmlTableOrdinalityColumn
labeled alternative inHqlParser.xmltableColumn()
.void
Exit a parse tree produced by theXmlTableQueryColumn
labeled alternative inHqlParser.xmltableColumn()
.void
Exit a parse tree produced by theXmlTableValueColumn
labeled alternative inHqlParser.xmltableColumn()
.void
Exit a parse tree produced byHqlParser.year()
.void
Exit a parse tree produced byHqlParser.zonedDateTime()
.void
Exit a parse tree produced byHqlParser.zonedDateTimeLiteral()
.void
Exit a parse tree produced byHqlParser.zoneId()
.Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterStatement
Enter a parse tree produced byHqlParser.statement()
.- Parameters:
ctx
- the parse tree
-
exitStatement
Exit a parse tree produced byHqlParser.statement()
.- Parameters:
ctx
- the parse tree
-
enterSelectStatement
Enter a parse tree produced byHqlParser.selectStatement()
.- Parameters:
ctx
- the parse tree
-
exitSelectStatement
Exit a parse tree produced byHqlParser.selectStatement()
.- Parameters:
ctx
- the parse tree
-
enterSubquery
Enter a parse tree produced byHqlParser.subquery()
.- Parameters:
ctx
- the parse tree
-
exitSubquery
Exit a parse tree produced byHqlParser.subquery()
.- Parameters:
ctx
- the parse tree
-
enterTargetEntity
Enter a parse tree produced byHqlParser.targetEntity()
.- Parameters:
ctx
- the parse tree
-
exitTargetEntity
Exit a parse tree produced byHqlParser.targetEntity()
.- Parameters:
ctx
- the parse tree
-
enterDeleteStatement
Enter a parse tree produced byHqlParser.deleteStatement()
.- Parameters:
ctx
- the parse tree
-
exitDeleteStatement
Exit a parse tree produced byHqlParser.deleteStatement()
.- Parameters:
ctx
- the parse tree
-
enterUpdateStatement
Enter a parse tree produced byHqlParser.updateStatement()
.- Parameters:
ctx
- the parse tree
-
exitUpdateStatement
Exit a parse tree produced byHqlParser.updateStatement()
.- Parameters:
ctx
- the parse tree
-
enterSetClause
Enter a parse tree produced byHqlParser.setClause()
.- Parameters:
ctx
- the parse tree
-
exitSetClause
Exit a parse tree produced byHqlParser.setClause()
.- Parameters:
ctx
- the parse tree
-
enterAssignment
Enter a parse tree produced byHqlParser.assignment()
.- Parameters:
ctx
- the parse tree
-
exitAssignment
Exit a parse tree produced byHqlParser.assignment()
.- Parameters:
ctx
- the parse tree
-
enterInsertStatement
Enter a parse tree produced byHqlParser.insertStatement()
.- Parameters:
ctx
- the parse tree
-
exitInsertStatement
Exit a parse tree produced byHqlParser.insertStatement()
.- Parameters:
ctx
- the parse tree
-
enterTargetFields
Enter a parse tree produced byHqlParser.targetFields()
.- Parameters:
ctx
- the parse tree
-
exitTargetFields
Exit a parse tree produced byHqlParser.targetFields()
.- Parameters:
ctx
- the parse tree
-
enterValuesList
Enter a parse tree produced byHqlParser.valuesList()
.- Parameters:
ctx
- the parse tree
-
exitValuesList
Exit a parse tree produced byHqlParser.valuesList()
.- Parameters:
ctx
- the parse tree
-
enterValues
Enter a parse tree produced by thevalues
labeled alternative inHqlParser#queryExpressionqueryExpressionorderedQueryorderedQueryorderedQueryfromRootfromRootfromRootjoinTargetjoinTargetjoinTargetpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparametercollectionAggregateFunctioncollectionAggregateFunctionjsonTableColumnjsonTableColumnjsonTableColumnjsonTableColumnjsonTableColumnxmltableColumnxmltableColumnxmltableColumn
.- Parameters:
ctx
- the parse tree
-
exitValues
Exit a parse tree produced by thevalues
labeled alternative inHqlParser#queryExpressionqueryExpressionorderedQueryorderedQueryorderedQueryfromRootfromRootfromRootjoinTargetjoinTargetjoinTargetpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparametercollectionAggregateFunctioncollectionAggregateFunctionjsonTableColumnjsonTableColumnjsonTableColumnjsonTableColumnjsonTableColumnxmltableColumnxmltableColumnxmltableColumn
.- Parameters:
ctx
- the parse tree
-
enterConflictClause
Enter a parse tree produced byHqlParser.conflictClause()
.- Parameters:
ctx
- the parse tree
-
exitConflictClause
Exit a parse tree produced byHqlParser.conflictClause()
.- Parameters:
ctx
- the parse tree
-
enterConflictTarget
Enter a parse tree produced byHqlParser.conflictTarget()
.- Parameters:
ctx
- the parse tree
-
exitConflictTarget
Exit a parse tree produced byHqlParser.conflictTarget()
.- Parameters:
ctx
- the parse tree
-
enterConflictAction
Enter a parse tree produced byHqlParser.conflictAction()
.- Parameters:
ctx
- the parse tree
-
exitConflictAction
Exit a parse tree produced byHqlParser.conflictAction()
.- Parameters:
ctx
- the parse tree
-
enterWithClause
Enter a parse tree produced byHqlParser.withClause()
.- Parameters:
ctx
- the parse tree
-
exitWithClause
Exit a parse tree produced byHqlParser.withClause()
.- Parameters:
ctx
- the parse tree
-
enterCte
Enter a parse tree produced byHqlParser.cte()
.- Parameters:
ctx
- the parse tree
-
exitCte
Exit a parse tree produced byHqlParser.cte()
.- Parameters:
ctx
- the parse tree
-
enterCteAttributes
Enter a parse tree produced byHqlParser.cteAttributes()
.- Parameters:
ctx
- the parse tree
-
exitCteAttributes
Exit a parse tree produced byHqlParser.cteAttributes()
.- Parameters:
ctx
- the parse tree
-
enterSearchClause
Enter a parse tree produced byHqlParser.searchClause()
.- Parameters:
ctx
- the parse tree
-
exitSearchClause
Exit a parse tree produced byHqlParser.searchClause()
.- Parameters:
ctx
- the parse tree
-
enterSearchSpecifications
Enter a parse tree produced byHqlParser.searchSpecifications()
.- Parameters:
ctx
- the parse tree
-
exitSearchSpecifications
Exit a parse tree produced byHqlParser.searchSpecifications()
.- Parameters:
ctx
- the parse tree
-
enterSearchSpecification
Enter a parse tree produced byHqlParser.searchSpecification()
.- Parameters:
ctx
- the parse tree
-
exitSearchSpecification
Exit a parse tree produced byHqlParser.searchSpecification()
.- Parameters:
ctx
- the parse tree
-
enterCycleClause
Enter a parse tree produced byHqlParser.cycleClause()
.- Parameters:
ctx
- the parse tree
-
exitCycleClause
Exit a parse tree produced byHqlParser.cycleClause()
.- Parameters:
ctx
- the parse tree
-
enterSimpleQueryGroup
Enter a parse tree produced by theSimpleQueryGroup
labeled alternative inHqlParser.queryExpression()
.- Parameters:
ctx
- the parse tree
-
exitSimpleQueryGroup
Exit a parse tree produced by theSimpleQueryGroup
labeled alternative inHqlParser.queryExpression()
.- Parameters:
ctx
- the parse tree
-
enterSetQueryGroup
Enter a parse tree produced by theSetQueryGroup
labeled alternative inHqlParser.queryExpression()
.- Parameters:
ctx
- the parse tree
-
exitSetQueryGroup
Exit a parse tree produced by theSetQueryGroup
labeled alternative inHqlParser.queryExpression()
.- Parameters:
ctx
- the parse tree
-
enterQuerySpecExpression
Enter a parse tree produced by theQuerySpecExpression
labeled alternative inHqlParser.orderedQuery()
.- Parameters:
ctx
- the parse tree
-
exitQuerySpecExpression
Exit a parse tree produced by theQuerySpecExpression
labeled alternative inHqlParser.orderedQuery()
.- Parameters:
ctx
- the parse tree
-
enterNestedQueryExpression
Enter a parse tree produced by theNestedQueryExpression
labeled alternative inHqlParser.orderedQuery()
.- Parameters:
ctx
- the parse tree
-
exitNestedQueryExpression
Exit a parse tree produced by theNestedQueryExpression
labeled alternative inHqlParser.orderedQuery()
.- Parameters:
ctx
- the parse tree
-
enterQueryOrderExpression
Enter a parse tree produced by theQueryOrderExpression
labeled alternative inHqlParser.orderedQuery()
.- Parameters:
ctx
- the parse tree
-
exitQueryOrderExpression
Exit a parse tree produced by theQueryOrderExpression
labeled alternative inHqlParser.orderedQuery()
.- Parameters:
ctx
- the parse tree
-
enterSetOperator
Enter a parse tree produced byHqlParser.setOperator()
.- Parameters:
ctx
- the parse tree
-
exitSetOperator
Exit a parse tree produced byHqlParser.setOperator()
.- Parameters:
ctx
- the parse tree
-
enterQueryOrder
Enter a parse tree produced byHqlParser.queryOrder()
.- Parameters:
ctx
- the parse tree
-
exitQueryOrder
Exit a parse tree produced byHqlParser.queryOrder()
.- Parameters:
ctx
- the parse tree
-
enterQuery
Enter a parse tree produced byHqlParser.query()
.- Parameters:
ctx
- the parse tree
-
exitQuery
Exit a parse tree produced byHqlParser.query()
.- Parameters:
ctx
- the parse tree
-
enterFromClause
Enter a parse tree produced byHqlParser.fromClause()
.- Parameters:
ctx
- the parse tree
-
exitFromClause
Exit a parse tree produced byHqlParser.fromClause()
.- Parameters:
ctx
- the parse tree
-
enterEntityWithJoins
Enter a parse tree produced byHqlParser.entityWithJoins()
.- Parameters:
ctx
- the parse tree
-
exitEntityWithJoins
Exit a parse tree produced byHqlParser.entityWithJoins()
.- Parameters:
ctx
- the parse tree
-
enterRootEntity
Enter a parse tree produced by theRootEntity
labeled alternative inHqlParser.fromRoot()
.- Parameters:
ctx
- the parse tree
-
exitRootEntity
Exit a parse tree produced by theRootEntity
labeled alternative inHqlParser.fromRoot()
.- Parameters:
ctx
- the parse tree
-
enterRootSubquery
Enter a parse tree produced by theRootSubquery
labeled alternative inHqlParser.fromRoot()
.- Parameters:
ctx
- the parse tree
-
exitRootSubquery
Exit a parse tree produced by theRootSubquery
labeled alternative inHqlParser.fromRoot()
.- Parameters:
ctx
- the parse tree
-
enterRootFunction
Enter a parse tree produced by theRootFunction
labeled alternative inHqlParser.fromRoot()
.- Parameters:
ctx
- the parse tree
-
exitRootFunction
Exit a parse tree produced by theRootFunction
labeled alternative inHqlParser.fromRoot()
.- Parameters:
ctx
- the parse tree
-
enterEntityName
Enter a parse tree produced byHqlParser.entityName()
.- Parameters:
ctx
- the parse tree
-
exitEntityName
Exit a parse tree produced byHqlParser.entityName()
.- Parameters:
ctx
- the parse tree
-
enterVariable
Enter a parse tree produced byHqlParser.variable()
.- Parameters:
ctx
- the parse tree
-
exitVariable
Exit a parse tree produced byHqlParser.variable()
.- Parameters:
ctx
- the parse tree
-
enterCrossJoin
Enter a parse tree produced byHqlParser.crossJoin()
.- Parameters:
ctx
- the parse tree
-
exitCrossJoin
Exit a parse tree produced byHqlParser.crossJoin()
.- Parameters:
ctx
- the parse tree
-
enterJpaCollectionJoin
Enter a parse tree produced byHqlParser.jpaCollectionJoin()
.- Parameters:
ctx
- the parse tree
-
exitJpaCollectionJoin
Exit a parse tree produced byHqlParser.jpaCollectionJoin()
.- Parameters:
ctx
- the parse tree
-
enterJoin
Enter a parse tree produced byHqlParser.join()
.- Parameters:
ctx
- the parse tree
-
exitJoin
Exit a parse tree produced byHqlParser.join()
.- Parameters:
ctx
- the parse tree
-
enterJoinType
Enter a parse tree produced byHqlParser.joinType()
.- Parameters:
ctx
- the parse tree
-
exitJoinType
Exit a parse tree produced byHqlParser.joinType()
.- Parameters:
ctx
- the parse tree
-
enterJoinPath
Enter a parse tree produced by theJoinPath
labeled alternative inHqlParser.joinTarget()
.- Parameters:
ctx
- the parse tree
-
exitJoinPath
Exit a parse tree produced by theJoinPath
labeled alternative inHqlParser.joinTarget()
.- Parameters:
ctx
- the parse tree
-
enterJoinSubquery
Enter a parse tree produced by theJoinSubquery
labeled alternative inHqlParser.joinTarget()
.- Parameters:
ctx
- the parse tree
-
exitJoinSubquery
Exit a parse tree produced by theJoinSubquery
labeled alternative inHqlParser.joinTarget()
.- Parameters:
ctx
- the parse tree
-
enterJoinFunction
Enter a parse tree produced by theJoinFunction
labeled alternative inHqlParser.joinTarget()
.- Parameters:
ctx
- the parse tree
-
exitJoinFunction
Exit a parse tree produced by theJoinFunction
labeled alternative inHqlParser.joinTarget()
.- Parameters:
ctx
- the parse tree
-
enterJoinRestriction
Enter a parse tree produced byHqlParser.joinRestriction()
.- Parameters:
ctx
- the parse tree
-
exitJoinRestriction
Exit a parse tree produced byHqlParser.joinRestriction()
.- Parameters:
ctx
- the parse tree
-
enterSelectClause
Enter a parse tree produced byHqlParser.selectClause()
.- Parameters:
ctx
- the parse tree
-
exitSelectClause
Exit a parse tree produced byHqlParser.selectClause()
.- Parameters:
ctx
- the parse tree
-
enterSelectionList
Enter a parse tree produced byHqlParser.selectionList()
.- Parameters:
ctx
- the parse tree
-
exitSelectionList
Exit a parse tree produced byHqlParser.selectionList()
.- Parameters:
ctx
- the parse tree
-
enterSelection
Enter a parse tree produced byHqlParser.selection()
.- Parameters:
ctx
- the parse tree
-
exitSelection
Exit a parse tree produced byHqlParser.selection()
.- Parameters:
ctx
- the parse tree
-
enterSelectExpression
Enter a parse tree produced byHqlParser.selectExpression()
.- Parameters:
ctx
- the parse tree
-
exitSelectExpression
Exit a parse tree produced byHqlParser.selectExpression()
.- Parameters:
ctx
- the parse tree
-
enterMapEntrySelection
Enter a parse tree produced byHqlParser.mapEntrySelection()
.- Parameters:
ctx
- the parse tree
-
exitMapEntrySelection
Exit a parse tree produced byHqlParser.mapEntrySelection()
.- Parameters:
ctx
- the parse tree
-
enterInstantiation
Enter a parse tree produced byHqlParser.instantiation()
.- Parameters:
ctx
- the parse tree
-
exitInstantiation
Exit a parse tree produced byHqlParser.instantiation()
.- Parameters:
ctx
- the parse tree
-
enterInstantiationTarget
Enter a parse tree produced byHqlParser.instantiationTarget()
.- Parameters:
ctx
- the parse tree
-
exitInstantiationTarget
Exit a parse tree produced byHqlParser.instantiationTarget()
.- Parameters:
ctx
- the parse tree
-
enterInstantiationArguments
Enter a parse tree produced byHqlParser.instantiationArguments()
.- Parameters:
ctx
- the parse tree
-
exitInstantiationArguments
Exit a parse tree produced byHqlParser.instantiationArguments()
.- Parameters:
ctx
- the parse tree
-
enterInstantiationArgument
Enter a parse tree produced byHqlParser.instantiationArgument()
.- Parameters:
ctx
- the parse tree
-
exitInstantiationArgument
Exit a parse tree produced byHqlParser.instantiationArgument()
.- Parameters:
ctx
- the parse tree
-
enterInstantiationArgumentExpression
Enter a parse tree produced byHqlParser.instantiationArgumentExpression()
.- Parameters:
ctx
- the parse tree
-
exitInstantiationArgumentExpression
Exit a parse tree produced byHqlParser.instantiationArgumentExpression()
.- Parameters:
ctx
- the parse tree
-
enterJpaSelectObjectSyntax
Enter a parse tree produced byHqlParser.jpaSelectObjectSyntax()
.- Parameters:
ctx
- the parse tree
-
exitJpaSelectObjectSyntax
Exit a parse tree produced byHqlParser.jpaSelectObjectSyntax()
.- Parameters:
ctx
- the parse tree
-
enterSimplePath
Enter a parse tree produced byHqlParser.simplePath()
.- Parameters:
ctx
- the parse tree
-
exitSimplePath
Exit a parse tree produced byHqlParser.simplePath()
.- Parameters:
ctx
- the parse tree
-
enterSimplePathElement
Enter a parse tree produced byHqlParser.simplePathElement()
.- Parameters:
ctx
- the parse tree
-
exitSimplePathElement
Exit a parse tree produced byHqlParser.simplePathElement()
.- Parameters:
ctx
- the parse tree
-
enterPath
Enter a parse tree produced byHqlParser.path()
.- Parameters:
ctx
- the parse tree
-
exitPath
Exit a parse tree produced byHqlParser.path()
.- Parameters:
ctx
- the parse tree
-
enterPathContinuation
Enter a parse tree produced byHqlParser.pathContinuation()
.- Parameters:
ctx
- the parse tree
-
exitPathContinuation
Exit a parse tree produced byHqlParser.pathContinuation()
.- Parameters:
ctx
- the parse tree
-
enterSyntacticDomainPath
Enter a parse tree produced byHqlParser.syntacticDomainPath()
.- Parameters:
ctx
- the parse tree
-
exitSyntacticDomainPath
Exit a parse tree produced byHqlParser.syntacticDomainPath()
.- Parameters:
ctx
- the parse tree
-
enterGeneralPathFragment
Enter a parse tree produced byHqlParser.generalPathFragment()
.- Parameters:
ctx
- the parse tree
-
exitGeneralPathFragment
Exit a parse tree produced byHqlParser.generalPathFragment()
.- Parameters:
ctx
- the parse tree
-
enterIndexedPathAccessFragment
Enter a parse tree produced byHqlParser.indexedPathAccessFragment()
.- Parameters:
ctx
- the parse tree
-
exitIndexedPathAccessFragment
Exit a parse tree produced byHqlParser.indexedPathAccessFragment()
.- Parameters:
ctx
- the parse tree
-
enterSlicedPathAccessFragment
Enter a parse tree produced byHqlParser.slicedPathAccessFragment()
.- Parameters:
ctx
- the parse tree
-
exitSlicedPathAccessFragment
Exit a parse tree produced byHqlParser.slicedPathAccessFragment()
.- Parameters:
ctx
- the parse tree
-
enterGroupByClause
Enter a parse tree produced byHqlParser.groupByClause()
.- Parameters:
ctx
- the parse tree
-
exitGroupByClause
Exit a parse tree produced byHqlParser.groupByClause()
.- Parameters:
ctx
- the parse tree
-
enterGroupByExpression
Enter a parse tree produced byHqlParser.groupByExpression()
.- Parameters:
ctx
- the parse tree
-
exitGroupByExpression
Exit a parse tree produced byHqlParser.groupByExpression()
.- Parameters:
ctx
- the parse tree
-
enterHavingClause
Enter a parse tree produced byHqlParser.havingClause()
.- Parameters:
ctx
- the parse tree
-
exitHavingClause
Exit a parse tree produced byHqlParser.havingClause()
.- Parameters:
ctx
- the parse tree
-
enterOrderByClause
Enter a parse tree produced byHqlParser.orderByClause()
.- Parameters:
ctx
- the parse tree
-
exitOrderByClause
Exit a parse tree produced byHqlParser.orderByClause()
.- Parameters:
ctx
- the parse tree
-
enterOrderByFragment
Enter a parse tree produced byHqlParser.orderByFragment()
.- Parameters:
ctx
- the parse tree
-
exitOrderByFragment
Exit a parse tree produced byHqlParser.orderByFragment()
.- Parameters:
ctx
- the parse tree
-
enterSortSpecification
Enter a parse tree produced byHqlParser.sortSpecification()
.- Parameters:
ctx
- the parse tree
-
exitSortSpecification
Exit a parse tree produced byHqlParser.sortSpecification()
.- Parameters:
ctx
- the parse tree
-
enterNullsPrecedence
Enter a parse tree produced byHqlParser.nullsPrecedence()
.- Parameters:
ctx
- the parse tree
-
exitNullsPrecedence
Exit a parse tree produced byHqlParser.nullsPrecedence()
.- Parameters:
ctx
- the parse tree
-
enterSortExpression
Enter a parse tree produced byHqlParser.sortExpression()
.- Parameters:
ctx
- the parse tree
-
exitSortExpression
Exit a parse tree produced byHqlParser.sortExpression()
.- Parameters:
ctx
- the parse tree
-
enterSortDirection
Enter a parse tree produced byHqlParser.sortDirection()
.- Parameters:
ctx
- the parse tree
-
exitSortDirection
Exit a parse tree produced byHqlParser.sortDirection()
.- Parameters:
ctx
- the parse tree
-
enterCollateFunction
Enter a parse tree produced byHqlParser.collateFunction()
.- Parameters:
ctx
- the parse tree
-
exitCollateFunction
Exit a parse tree produced byHqlParser.collateFunction()
.- Parameters:
ctx
- the parse tree
-
enterCollation
Enter a parse tree produced byHqlParser.collation()
.- Parameters:
ctx
- the parse tree
-
exitCollation
Exit a parse tree produced byHqlParser.collation()
.- Parameters:
ctx
- the parse tree
-
enterLimitClause
Enter a parse tree produced byHqlParser.limitClause()
.- Parameters:
ctx
- the parse tree
-
exitLimitClause
Exit a parse tree produced byHqlParser.limitClause()
.- Parameters:
ctx
- the parse tree
-
enterOffsetClause
Enter a parse tree produced byHqlParser.offsetClause()
.- Parameters:
ctx
- the parse tree
-
exitOffsetClause
Exit a parse tree produced byHqlParser.offsetClause()
.- Parameters:
ctx
- the parse tree
-
enterFetchClause
Enter a parse tree produced byHqlParser.fetchClause()
.- Parameters:
ctx
- the parse tree
-
exitFetchClause
Exit a parse tree produced byHqlParser.fetchClause()
.- Parameters:
ctx
- the parse tree
-
enterFetchCountOrPercent
Enter a parse tree produced byHqlParser.fetchCountOrPercent()
.- Parameters:
ctx
- the parse tree
-
exitFetchCountOrPercent
Exit a parse tree produced byHqlParser.fetchCountOrPercent()
.- Parameters:
ctx
- the parse tree
-
enterParameterOrIntegerLiteral
Enter a parse tree produced byHqlParser.parameterOrIntegerLiteral()
.- Parameters:
ctx
- the parse tree
-
exitParameterOrIntegerLiteral
Exit a parse tree produced byHqlParser.parameterOrIntegerLiteral()
.- Parameters:
ctx
- the parse tree
-
enterParameterOrNumberLiteral
Enter a parse tree produced byHqlParser.parameterOrNumberLiteral()
.- Parameters:
ctx
- the parse tree
-
exitParameterOrNumberLiteral
Exit a parse tree produced byHqlParser.parameterOrNumberLiteral()
.- Parameters:
ctx
- the parse tree
-
enterWhereClause
Enter a parse tree produced byHqlParser.whereClause()
.- Parameters:
ctx
- the parse tree
-
exitWhereClause
Exit a parse tree produced byHqlParser.whereClause()
.- Parameters:
ctx
- the parse tree
-
enterIsDistinctFromPredicate
Enter a parse tree produced by theIsDistinctFromPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
exitIsDistinctFromPredicate
Exit a parse tree produced by theIsDistinctFromPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
enterContainsPredicate
Enter a parse tree produced by theContainsPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
exitContainsPredicate
Exit a parse tree produced by theContainsPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
enterBetweenPredicate
Enter a parse tree produced by theBetweenPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
exitBetweenPredicate
Exit a parse tree produced by theBetweenPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
enterExistsPredicate
Enter a parse tree produced by theExistsPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
exitExistsPredicate
Exit a parse tree produced by theExistsPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
enterAndPredicate
Enter a parse tree produced by theAndPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
exitAndPredicate
Exit a parse tree produced by theAndPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
enterIsFalsePredicate
Enter a parse tree produced by theIsFalsePredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
exitIsFalsePredicate
Exit a parse tree produced by theIsFalsePredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
enterGroupedPredicate
Enter a parse tree produced by theGroupedPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
exitGroupedPredicate
Exit a parse tree produced by theGroupedPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
enterLikePredicate
Enter a parse tree produced by theLikePredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
exitLikePredicate
Exit a parse tree produced by theLikePredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
enterInPredicate
Enter a parse tree produced by theInPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
exitInPredicate
Exit a parse tree produced by theInPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
enterIncludesPredicate
Enter a parse tree produced by theIncludesPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
exitIncludesPredicate
Exit a parse tree produced by theIncludesPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
enterComparisonPredicate
Enter a parse tree produced by theComparisonPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
exitComparisonPredicate
Exit a parse tree produced by theComparisonPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
enterExistsCollectionPartPredicate
Enter a parse tree produced by theExistsCollectionPartPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
exitExistsCollectionPartPredicate
Exit a parse tree produced by theExistsCollectionPartPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
enterNegatedPredicate
Enter a parse tree produced by theNegatedPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
exitNegatedPredicate
Exit a parse tree produced by theNegatedPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
enterBooleanExpressionPredicate
Enter a parse tree produced by theBooleanExpressionPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
exitBooleanExpressionPredicate
Exit a parse tree produced by theBooleanExpressionPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
enterOrPredicate
Enter a parse tree produced by theOrPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
exitOrPredicate
Exit a parse tree produced by theOrPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
enterMemberOfPredicate
Enter a parse tree produced by theMemberOfPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
exitMemberOfPredicate
Exit a parse tree produced by theMemberOfPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
enterIsEmptyPredicate
Enter a parse tree produced by theIsEmptyPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
exitIsEmptyPredicate
Exit a parse tree produced by theIsEmptyPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
enterIsNullPredicate
Enter a parse tree produced by theIsNullPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
exitIsNullPredicate
Exit a parse tree produced by theIsNullPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
enterIsTruePredicate
Enter a parse tree produced by theIsTruePredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
exitIsTruePredicate
Exit a parse tree produced by theIsTruePredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
enterIntersectsPredicate
Enter a parse tree produced by theIntersectsPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
exitIntersectsPredicate
Exit a parse tree produced by theIntersectsPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree
-
enterComparisonOperator
Enter a parse tree produced byHqlParser.comparisonOperator()
.- Parameters:
ctx
- the parse tree
-
exitComparisonOperator
Exit a parse tree produced byHqlParser.comparisonOperator()
.- Parameters:
ctx
- the parse tree
-
enterPersistentCollectionReferenceInList
void enterPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext ctx) Enter a parse tree produced by thePersistentCollectionReferenceInList
labeled alternative inHqlParser.inList()
.- Parameters:
ctx
- the parse tree
-
exitPersistentCollectionReferenceInList
void exitPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext ctx) Exit a parse tree produced by thePersistentCollectionReferenceInList
labeled alternative inHqlParser.inList()
.- Parameters:
ctx
- the parse tree
-
enterExplicitTupleInList
Enter a parse tree produced by theExplicitTupleInList
labeled alternative inHqlParser.inList()
.- Parameters:
ctx
- the parse tree
-
exitExplicitTupleInList
Exit a parse tree produced by theExplicitTupleInList
labeled alternative inHqlParser.inList()
.- Parameters:
ctx
- the parse tree
-
enterSubqueryInList
Enter a parse tree produced by theSubqueryInList
labeled alternative inHqlParser.inList()
.- Parameters:
ctx
- the parse tree
-
exitSubqueryInList
Exit a parse tree produced by theSubqueryInList
labeled alternative inHqlParser.inList()
.- Parameters:
ctx
- the parse tree
-
enterParamInList
Enter a parse tree produced by theParamInList
labeled alternative inHqlParser.inList()
.- Parameters:
ctx
- the parse tree
-
exitParamInList
Exit a parse tree produced by theParamInList
labeled alternative inHqlParser.inList()
.- Parameters:
ctx
- the parse tree
-
enterArrayInList
Enter a parse tree produced by theArrayInList
labeled alternative inHqlParser.inList()
.- Parameters:
ctx
- the parse tree
-
exitArrayInList
Exit a parse tree produced by theArrayInList
labeled alternative inHqlParser.inList()
.- Parameters:
ctx
- the parse tree
-
enterLikeEscape
Enter a parse tree produced byHqlParser.likeEscape()
.- Parameters:
ctx
- the parse tree
-
exitLikeEscape
Exit a parse tree produced byHqlParser.likeEscape()
.- Parameters:
ctx
- the parse tree
-
enterAdditionExpression
Enter a parse tree produced by theAdditionExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitAdditionExpression
Exit a parse tree produced by theAdditionExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterFromDurationExpression
Enter a parse tree produced by theFromDurationExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitFromDurationExpression
Exit a parse tree produced by theFromDurationExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterBarePrimaryExpression
Enter a parse tree produced by theBarePrimaryExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitBarePrimaryExpression
Exit a parse tree produced by theBarePrimaryExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterTupleExpression
Enter a parse tree produced by theTupleExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitTupleExpression
Exit a parse tree produced by theTupleExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterUnaryExpression
Enter a parse tree produced by theUnaryExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitUnaryExpression
Exit a parse tree produced by theUnaryExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterGroupedExpression
Enter a parse tree produced by theGroupedExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitGroupedExpression
Exit a parse tree produced by theGroupedExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterConcatenationExpression
Enter a parse tree produced by theConcatenationExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitConcatenationExpression
Exit a parse tree produced by theConcatenationExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterMultiplicationExpression
Enter a parse tree produced by theMultiplicationExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitMultiplicationExpression
Exit a parse tree produced by theMultiplicationExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterToDurationExpression
Enter a parse tree produced by theToDurationExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitToDurationExpression
Exit a parse tree produced by theToDurationExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterSubqueryExpression
Enter a parse tree produced by theSubqueryExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitSubqueryExpression
Exit a parse tree produced by theSubqueryExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterUnaryNumericLiteralExpression
Enter a parse tree produced by theUnaryNumericLiteralExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitUnaryNumericLiteralExpression
Exit a parse tree produced by theUnaryNumericLiteralExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterCaseExpression
Enter a parse tree produced by theCaseExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree
-
exitCaseExpression
Exit a parse tree produced by theCaseExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree
-
enterLiteralExpression
Enter a parse tree produced by theLiteralExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree
-
exitLiteralExpression
Exit a parse tree produced by theLiteralExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree
-
enterParameterExpression
Enter a parse tree produced by theParameterExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree
-
exitParameterExpression
Exit a parse tree produced by theParameterExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree
-
enterEntityTypeExpression
Enter a parse tree produced by theEntityTypeExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree
-
exitEntityTypeExpression
Exit a parse tree produced by theEntityTypeExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree
-
enterEntityIdExpression
Enter a parse tree produced by theEntityIdExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree
-
exitEntityIdExpression
Exit a parse tree produced by theEntityIdExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree
-
enterEntityVersionExpression
Enter a parse tree produced by theEntityVersionExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree
-
exitEntityVersionExpression
Exit a parse tree produced by theEntityVersionExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree
-
enterEntityNaturalIdExpression
Enter a parse tree produced by theEntityNaturalIdExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree
-
exitEntityNaturalIdExpression
Exit a parse tree produced by theEntityNaturalIdExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree
-
enterSyntacticPathExpression
Enter a parse tree produced by theSyntacticPathExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree
-
exitSyntacticPathExpression
Exit a parse tree produced by theSyntacticPathExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree
-
enterFunctionExpression
Enter a parse tree produced by theFunctionExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree
-
exitFunctionExpression
Exit a parse tree produced by theFunctionExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree
-
enterGeneralPathExpression
Enter a parse tree produced by theGeneralPathExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree
-
exitGeneralPathExpression
Exit a parse tree produced by theGeneralPathExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree
-
enterExpressionOrPredicate
Enter a parse tree produced byHqlParser.expressionOrPredicate()
.- Parameters:
ctx
- the parse tree
-
exitExpressionOrPredicate
Exit a parse tree produced byHqlParser.expressionOrPredicate()
.- Parameters:
ctx
- the parse tree
-
enterCollectionQuantifier
Enter a parse tree produced byHqlParser.collectionQuantifier()
.- Parameters:
ctx
- the parse tree
-
exitCollectionQuantifier
Exit a parse tree produced byHqlParser.collectionQuantifier()
.- Parameters:
ctx
- the parse tree
-
enterElementValueQuantifier
Enter a parse tree produced byHqlParser.elementValueQuantifier()
.- Parameters:
ctx
- the parse tree
-
exitElementValueQuantifier
Exit a parse tree produced byHqlParser.elementValueQuantifier()
.- Parameters:
ctx
- the parse tree
-
enterIndexKeyQuantifier
Enter a parse tree produced byHqlParser.indexKeyQuantifier()
.- Parameters:
ctx
- the parse tree
-
exitIndexKeyQuantifier
Exit a parse tree produced byHqlParser.indexKeyQuantifier()
.- Parameters:
ctx
- the parse tree
-
enterElementsValuesQuantifier
Enter a parse tree produced byHqlParser.elementsValuesQuantifier()
.- Parameters:
ctx
- the parse tree
-
exitElementsValuesQuantifier
Exit a parse tree produced byHqlParser.elementsValuesQuantifier()
.- Parameters:
ctx
- the parse tree
-
enterIndicesKeysQuantifier
Enter a parse tree produced byHqlParser.indicesKeysQuantifier()
.- Parameters:
ctx
- the parse tree
-
exitIndicesKeysQuantifier
Exit a parse tree produced byHqlParser.indicesKeysQuantifier()
.- Parameters:
ctx
- the parse tree
-
enterMultiplicativeOperator
Enter a parse tree produced byHqlParser.multiplicativeOperator()
.- Parameters:
ctx
- the parse tree
-
exitMultiplicativeOperator
Exit a parse tree produced byHqlParser.multiplicativeOperator()
.- Parameters:
ctx
- the parse tree
-
enterAdditiveOperator
Enter a parse tree produced byHqlParser.additiveOperator()
.- Parameters:
ctx
- the parse tree
-
exitAdditiveOperator
Exit a parse tree produced byHqlParser.additiveOperator()
.- Parameters:
ctx
- the parse tree
-
enterSignOperator
Enter a parse tree produced byHqlParser.signOperator()
.- Parameters:
ctx
- the parse tree
-
exitSignOperator
Exit a parse tree produced byHqlParser.signOperator()
.- Parameters:
ctx
- the parse tree
-
enterEntityTypeReference
Enter a parse tree produced byHqlParser.entityTypeReference()
.- Parameters:
ctx
- the parse tree
-
exitEntityTypeReference
Exit a parse tree produced byHqlParser.entityTypeReference()
.- Parameters:
ctx
- the parse tree
-
enterEntityIdReference
Enter a parse tree produced byHqlParser.entityIdReference()
.- Parameters:
ctx
- the parse tree
-
exitEntityIdReference
Exit a parse tree produced byHqlParser.entityIdReference()
.- Parameters:
ctx
- the parse tree
-
enterEntityVersionReference
Enter a parse tree produced byHqlParser.entityVersionReference()
.- Parameters:
ctx
- the parse tree
-
exitEntityVersionReference
Exit a parse tree produced byHqlParser.entityVersionReference()
.- Parameters:
ctx
- the parse tree
-
enterEntityNaturalIdReference
Enter a parse tree produced byHqlParser.entityNaturalIdReference()
.- Parameters:
ctx
- the parse tree
-
exitEntityNaturalIdReference
Exit a parse tree produced byHqlParser.entityNaturalIdReference()
.- Parameters:
ctx
- the parse tree
-
enterToOneFkReference
Enter a parse tree produced byHqlParser.toOneFkReference()
.- Parameters:
ctx
- the parse tree
-
exitToOneFkReference
Exit a parse tree produced byHqlParser.toOneFkReference()
.- Parameters:
ctx
- the parse tree
-
enterCaseList
Enter a parse tree produced byHqlParser.caseList()
.- Parameters:
ctx
- the parse tree
-
exitCaseList
Exit a parse tree produced byHqlParser.caseList()
.- Parameters:
ctx
- the parse tree
-
enterSimpleCaseList
Enter a parse tree produced byHqlParser.simpleCaseList()
.- Parameters:
ctx
- the parse tree
-
exitSimpleCaseList
Exit a parse tree produced byHqlParser.simpleCaseList()
.- Parameters:
ctx
- the parse tree
-
enterSimpleCaseWhen
Enter a parse tree produced byHqlParser.simpleCaseWhen()
.- Parameters:
ctx
- the parse tree
-
exitSimpleCaseWhen
Exit a parse tree produced byHqlParser.simpleCaseWhen()
.- Parameters:
ctx
- the parse tree
-
enterCaseOtherwise
Enter a parse tree produced byHqlParser.caseOtherwise()
.- Parameters:
ctx
- the parse tree
-
exitCaseOtherwise
Exit a parse tree produced byHqlParser.caseOtherwise()
.- Parameters:
ctx
- the parse tree
-
enterSearchedCaseList
Enter a parse tree produced byHqlParser.searchedCaseList()
.- Parameters:
ctx
- the parse tree
-
exitSearchedCaseList
Exit a parse tree produced byHqlParser.searchedCaseList()
.- Parameters:
ctx
- the parse tree
-
enterSearchedCaseWhen
Enter a parse tree produced byHqlParser.searchedCaseWhen()
.- Parameters:
ctx
- the parse tree
-
exitSearchedCaseWhen
Exit a parse tree produced byHqlParser.searchedCaseWhen()
.- Parameters:
ctx
- the parse tree
-
enterLiteral
Enter a parse tree produced byHqlParser.literal()
.- Parameters:
ctx
- the parse tree
-
exitLiteral
Exit a parse tree produced byHqlParser.literal()
.- Parameters:
ctx
- the parse tree
-
enterBooleanLiteral
Enter a parse tree produced byHqlParser.booleanLiteral()
.- Parameters:
ctx
- the parse tree
-
exitBooleanLiteral
Exit a parse tree produced byHqlParser.booleanLiteral()
.- Parameters:
ctx
- the parse tree
-
enterNumericLiteral
Enter a parse tree produced byHqlParser.numericLiteral()
.- Parameters:
ctx
- the parse tree
-
exitNumericLiteral
Exit a parse tree produced byHqlParser.numericLiteral()
.- Parameters:
ctx
- the parse tree
-
enterBinaryLiteral
Enter a parse tree produced byHqlParser.binaryLiteral()
.- Parameters:
ctx
- the parse tree
-
exitBinaryLiteral
Exit a parse tree produced byHqlParser.binaryLiteral()
.- Parameters:
ctx
- the parse tree
-
enterTemporalLiteral
Enter a parse tree produced byHqlParser.temporalLiteral()
.- Parameters:
ctx
- the parse tree
-
exitTemporalLiteral
Exit a parse tree produced byHqlParser.temporalLiteral()
.- Parameters:
ctx
- the parse tree
-
enterDateTimeLiteral
Enter a parse tree produced byHqlParser.dateTimeLiteral()
.- Parameters:
ctx
- the parse tree
-
exitDateTimeLiteral
Exit a parse tree produced byHqlParser.dateTimeLiteral()
.- Parameters:
ctx
- the parse tree
-
enterLocalDateTimeLiteral
Enter a parse tree produced byHqlParser.localDateTimeLiteral()
.- Parameters:
ctx
- the parse tree
-
exitLocalDateTimeLiteral
Exit a parse tree produced byHqlParser.localDateTimeLiteral()
.- Parameters:
ctx
- the parse tree
-
enterZonedDateTimeLiteral
Enter a parse tree produced byHqlParser.zonedDateTimeLiteral()
.- Parameters:
ctx
- the parse tree
-
exitZonedDateTimeLiteral
Exit a parse tree produced byHqlParser.zonedDateTimeLiteral()
.- Parameters:
ctx
- the parse tree
-
enterOffsetDateTimeLiteral
Enter a parse tree produced byHqlParser.offsetDateTimeLiteral()
.- Parameters:
ctx
- the parse tree
-
exitOffsetDateTimeLiteral
Exit a parse tree produced byHqlParser.offsetDateTimeLiteral()
.- Parameters:
ctx
- the parse tree
-
enterDateLiteral
Enter a parse tree produced byHqlParser.dateLiteral()
.- Parameters:
ctx
- the parse tree
-
exitDateLiteral
Exit a parse tree produced byHqlParser.dateLiteral()
.- Parameters:
ctx
- the parse tree
-
enterTimeLiteral
Enter a parse tree produced byHqlParser.timeLiteral()
.- Parameters:
ctx
- the parse tree
-
exitTimeLiteral
Exit a parse tree produced byHqlParser.timeLiteral()
.- Parameters:
ctx
- the parse tree
-
enterDateTime
Enter a parse tree produced byHqlParser.dateTime()
.- Parameters:
ctx
- the parse tree
-
exitDateTime
Exit a parse tree produced byHqlParser.dateTime()
.- Parameters:
ctx
- the parse tree
-
enterLocalDateTime
Enter a parse tree produced byHqlParser.localDateTime()
.- Parameters:
ctx
- the parse tree
-
exitLocalDateTime
Exit a parse tree produced byHqlParser.localDateTime()
.- Parameters:
ctx
- the parse tree
-
enterZonedDateTime
Enter a parse tree produced byHqlParser.zonedDateTime()
.- Parameters:
ctx
- the parse tree
-
exitZonedDateTime
Exit a parse tree produced byHqlParser.zonedDateTime()
.- Parameters:
ctx
- the parse tree
-
enterOffsetDateTime
Enter a parse tree produced byHqlParser.offsetDateTime()
.- Parameters:
ctx
- the parse tree
-
exitOffsetDateTime
Exit a parse tree produced byHqlParser.offsetDateTime()
.- Parameters:
ctx
- the parse tree
-
enterOffsetDateTimeWithMinutes
Enter a parse tree produced byHqlParser.offsetDateTimeWithMinutes()
.- Parameters:
ctx
- the parse tree
-
exitOffsetDateTimeWithMinutes
Exit a parse tree produced byHqlParser.offsetDateTimeWithMinutes()
.- Parameters:
ctx
- the parse tree
-
enterDate
Enter a parse tree produced byHqlParser.date()
.- Parameters:
ctx
- the parse tree
-
exitDate
Exit a parse tree produced byHqlParser.date()
.- Parameters:
ctx
- the parse tree
-
enterTime
Enter a parse tree produced byHqlParser.time()
.- Parameters:
ctx
- the parse tree
-
exitTime
Exit a parse tree produced byHqlParser.time()
.- Parameters:
ctx
- the parse tree
-
enterOffset
Enter a parse tree produced byHqlParser.offset()
.- Parameters:
ctx
- the parse tree
-
exitOffset
Exit a parse tree produced byHqlParser.offset()
.- Parameters:
ctx
- the parse tree
-
enterOffsetWithMinutes
Enter a parse tree produced byHqlParser.offsetWithMinutes()
.- Parameters:
ctx
- the parse tree
-
exitOffsetWithMinutes
Exit a parse tree produced byHqlParser.offsetWithMinutes()
.- Parameters:
ctx
- the parse tree
-
enterYear
Enter a parse tree produced byHqlParser.year()
.- Parameters:
ctx
- the parse tree
-
exitYear
Exit a parse tree produced byHqlParser.year()
.- Parameters:
ctx
- the parse tree
-
enterMonth
Enter a parse tree produced byHqlParser.month()
.- Parameters:
ctx
- the parse tree
-
exitMonth
Exit a parse tree produced byHqlParser.month()
.- Parameters:
ctx
- the parse tree
-
enterDay
Enter a parse tree produced byHqlParser.day()
.- Parameters:
ctx
- the parse tree
-
exitDay
Exit a parse tree produced byHqlParser.day()
.- Parameters:
ctx
- the parse tree
-
enterHour
Enter a parse tree produced byHqlParser.hour()
.- Parameters:
ctx
- the parse tree
-
exitHour
Exit a parse tree produced byHqlParser.hour()
.- Parameters:
ctx
- the parse tree
-
enterMinute
Enter a parse tree produced byHqlParser.minute()
.- Parameters:
ctx
- the parse tree
-
exitMinute
Exit a parse tree produced byHqlParser.minute()
.- Parameters:
ctx
- the parse tree
-
enterSecond
Enter a parse tree produced byHqlParser.second()
.- Parameters:
ctx
- the parse tree
-
exitSecond
Exit a parse tree produced byHqlParser.second()
.- Parameters:
ctx
- the parse tree
-
enterZoneId
Enter a parse tree produced byHqlParser.zoneId()
.- Parameters:
ctx
- the parse tree
-
exitZoneId
Exit a parse tree produced byHqlParser.zoneId()
.- Parameters:
ctx
- the parse tree
-
enterJdbcTimestampLiteral
Enter a parse tree produced byHqlParser.jdbcTimestampLiteral()
.- Parameters:
ctx
- the parse tree
-
exitJdbcTimestampLiteral
Exit a parse tree produced byHqlParser.jdbcTimestampLiteral()
.- Parameters:
ctx
- the parse tree
-
enterJdbcDateLiteral
Enter a parse tree produced byHqlParser.jdbcDateLiteral()
.- Parameters:
ctx
- the parse tree
-
exitJdbcDateLiteral
Exit a parse tree produced byHqlParser.jdbcDateLiteral()
.- Parameters:
ctx
- the parse tree
-
enterJdbcTimeLiteral
Enter a parse tree produced byHqlParser.jdbcTimeLiteral()
.- Parameters:
ctx
- the parse tree
-
exitJdbcTimeLiteral
Exit a parse tree produced byHqlParser.jdbcTimeLiteral()
.- Parameters:
ctx
- the parse tree
-
enterGenericTemporalLiteralText
Enter a parse tree produced byHqlParser.genericTemporalLiteralText()
.- Parameters:
ctx
- the parse tree
-
exitGenericTemporalLiteralText
Exit a parse tree produced byHqlParser.genericTemporalLiteralText()
.- Parameters:
ctx
- the parse tree
-
enterArrayLiteral
Enter a parse tree produced byHqlParser.arrayLiteral()
.- Parameters:
ctx
- the parse tree
-
exitArrayLiteral
Exit a parse tree produced byHqlParser.arrayLiteral()
.- Parameters:
ctx
- the parse tree
-
enterGeneralizedLiteral
Enter a parse tree produced byHqlParser.generalizedLiteral()
.- Parameters:
ctx
- the parse tree
-
exitGeneralizedLiteral
Exit a parse tree produced byHqlParser.generalizedLiteral()
.- Parameters:
ctx
- the parse tree
-
enterGeneralizedLiteralType
Enter a parse tree produced byHqlParser.generalizedLiteralType()
.- Parameters:
ctx
- the parse tree
-
exitGeneralizedLiteralType
Exit a parse tree produced byHqlParser.generalizedLiteralType()
.- Parameters:
ctx
- the parse tree
-
enterGeneralizedLiteralText
Enter a parse tree produced byHqlParser.generalizedLiteralText()
.- Parameters:
ctx
- the parse tree
-
exitGeneralizedLiteralText
Exit a parse tree produced byHqlParser.generalizedLiteralText()
.- Parameters:
ctx
- the parse tree
-
enterNamedParameter
Enter a parse tree produced by theNamedParameter
labeled alternative inHqlParser.parameter()
.- Parameters:
ctx
- the parse tree
-
exitNamedParameter
Exit a parse tree produced by theNamedParameter
labeled alternative inHqlParser.parameter()
.- Parameters:
ctx
- the parse tree
-
enterPositionalParameter
Enter a parse tree produced by thePositionalParameter
labeled alternative inHqlParser.parameter()
.- Parameters:
ctx
- the parse tree
-
exitPositionalParameter
Exit a parse tree produced by thePositionalParameter
labeled alternative inHqlParser.parameter()
.- Parameters:
ctx
- the parse tree
-
enterFunction
Enter a parse tree produced byHqlParser.function()
.- Parameters:
ctx
- the parse tree
-
exitFunction
Exit a parse tree produced byHqlParser.function()
.- Parameters:
ctx
- the parse tree
-
enterSetReturningFunction
Enter a parse tree produced byHqlParser.setReturningFunction()
.- Parameters:
ctx
- the parse tree
-
exitSetReturningFunction
Exit a parse tree produced byHqlParser.setReturningFunction()
.- Parameters:
ctx
- the parse tree
-
enterSimpleSetReturningFunction
Enter a parse tree produced byHqlParser.simpleSetReturningFunction()
.- Parameters:
ctx
- the parse tree
-
exitSimpleSetReturningFunction
Exit a parse tree produced byHqlParser.simpleSetReturningFunction()
.- Parameters:
ctx
- the parse tree
-
enterJpaNonstandardFunction
Enter a parse tree produced byHqlParser.jpaNonstandardFunction()
.- Parameters:
ctx
- the parse tree
-
exitJpaNonstandardFunction
Exit a parse tree produced byHqlParser.jpaNonstandardFunction()
.- Parameters:
ctx
- the parse tree
-
enterJpaNonstandardFunctionName
Enter a parse tree produced byHqlParser.jpaNonstandardFunctionName()
.- Parameters:
ctx
- the parse tree
-
exitJpaNonstandardFunctionName
Exit a parse tree produced byHqlParser.jpaNonstandardFunctionName()
.- Parameters:
ctx
- the parse tree
-
enterColumnFunction
Enter a parse tree produced byHqlParser.columnFunction()
.- Parameters:
ctx
- the parse tree
-
exitColumnFunction
Exit a parse tree produced byHqlParser.columnFunction()
.- Parameters:
ctx
- the parse tree
-
enterGenericFunction
Enter a parse tree produced byHqlParser.genericFunction()
.- Parameters:
ctx
- the parse tree
-
exitGenericFunction
Exit a parse tree produced byHqlParser.genericFunction()
.- Parameters:
ctx
- the parse tree
-
enterGenericFunctionName
Enter a parse tree produced byHqlParser.genericFunctionName()
.- Parameters:
ctx
- the parse tree
-
exitGenericFunctionName
Exit a parse tree produced byHqlParser.genericFunctionName()
.- Parameters:
ctx
- the parse tree
-
enterGenericFunctionArguments
Enter a parse tree produced byHqlParser.genericFunctionArguments()
.- Parameters:
ctx
- the parse tree
-
exitGenericFunctionArguments
Exit a parse tree produced byHqlParser.genericFunctionArguments()
.- Parameters:
ctx
- the parse tree
-
enterCollectionSizeFunction
Enter a parse tree produced byHqlParser.collectionSizeFunction()
.- Parameters:
ctx
- the parse tree
-
exitCollectionSizeFunction
Exit a parse tree produced byHqlParser.collectionSizeFunction()
.- Parameters:
ctx
- the parse tree
-
enterElementAggregateFunction
Enter a parse tree produced by theElementAggregateFunction
labeled alternative inHqlParser.collectionAggregateFunction()
.- Parameters:
ctx
- the parse tree
-
exitElementAggregateFunction
Exit a parse tree produced by theElementAggregateFunction
labeled alternative inHqlParser.collectionAggregateFunction()
.- Parameters:
ctx
- the parse tree
-
enterIndexAggregateFunction
Enter a parse tree produced by theIndexAggregateFunction
labeled alternative inHqlParser.collectionAggregateFunction()
.- Parameters:
ctx
- the parse tree
-
exitIndexAggregateFunction
Exit a parse tree produced by theIndexAggregateFunction
labeled alternative inHqlParser.collectionAggregateFunction()
.- Parameters:
ctx
- the parse tree
-
enterCollectionFunctionMisuse
Enter a parse tree produced byHqlParser.collectionFunctionMisuse()
.- Parameters:
ctx
- the parse tree
-
exitCollectionFunctionMisuse
Exit a parse tree produced byHqlParser.collectionFunctionMisuse()
.- Parameters:
ctx
- the parse tree
-
enterAggregateFunction
Enter a parse tree produced byHqlParser.aggregateFunction()
.- Parameters:
ctx
- the parse tree
-
exitAggregateFunction
Exit a parse tree produced byHqlParser.aggregateFunction()
.- Parameters:
ctx
- the parse tree
-
enterEveryFunction
Enter a parse tree produced byHqlParser.everyFunction()
.- Parameters:
ctx
- the parse tree
-
exitEveryFunction
Exit a parse tree produced byHqlParser.everyFunction()
.- Parameters:
ctx
- the parse tree
-
enterAnyFunction
Enter a parse tree produced byHqlParser.anyFunction()
.- Parameters:
ctx
- the parse tree
-
exitAnyFunction
Exit a parse tree produced byHqlParser.anyFunction()
.- Parameters:
ctx
- the parse tree
-
enterEveryAllQuantifier
Enter a parse tree produced byHqlParser.everyAllQuantifier()
.- Parameters:
ctx
- the parse tree
-
exitEveryAllQuantifier
Exit a parse tree produced byHqlParser.everyAllQuantifier()
.- Parameters:
ctx
- the parse tree
-
enterAnySomeQuantifier
Enter a parse tree produced byHqlParser.anySomeQuantifier()
.- Parameters:
ctx
- the parse tree
-
exitAnySomeQuantifier
Exit a parse tree produced byHqlParser.anySomeQuantifier()
.- Parameters:
ctx
- the parse tree
-
enterListaggFunction
Enter a parse tree produced byHqlParser.listaggFunction()
.- Parameters:
ctx
- the parse tree
-
exitListaggFunction
Exit a parse tree produced byHqlParser.listaggFunction()
.- Parameters:
ctx
- the parse tree
-
enterOnOverflowClause
Enter a parse tree produced byHqlParser.onOverflowClause()
.- Parameters:
ctx
- the parse tree
-
exitOnOverflowClause
Exit a parse tree produced byHqlParser.onOverflowClause()
.- Parameters:
ctx
- the parse tree
-
enterWithinGroupClause
Enter a parse tree produced byHqlParser.withinGroupClause()
.- Parameters:
ctx
- the parse tree
-
exitWithinGroupClause
Exit a parse tree produced byHqlParser.withinGroupClause()
.- Parameters:
ctx
- the parse tree
-
enterFilterClause
Enter a parse tree produced byHqlParser.filterClause()
.- Parameters:
ctx
- the parse tree
-
exitFilterClause
Exit a parse tree produced byHqlParser.filterClause()
.- Parameters:
ctx
- the parse tree
-
enterNullsClause
Enter a parse tree produced byHqlParser.nullsClause()
.- Parameters:
ctx
- the parse tree
-
exitNullsClause
Exit a parse tree produced byHqlParser.nullsClause()
.- Parameters:
ctx
- the parse tree
-
enterNthSideClause
Enter a parse tree produced byHqlParser.nthSideClause()
.- Parameters:
ctx
- the parse tree
-
exitNthSideClause
Exit a parse tree produced byHqlParser.nthSideClause()
.- Parameters:
ctx
- the parse tree
-
enterOverClause
Enter a parse tree produced byHqlParser.overClause()
.- Parameters:
ctx
- the parse tree
-
exitOverClause
Exit a parse tree produced byHqlParser.overClause()
.- Parameters:
ctx
- the parse tree
-
enterPartitionClause
Enter a parse tree produced byHqlParser.partitionClause()
.- Parameters:
ctx
- the parse tree
-
exitPartitionClause
Exit a parse tree produced byHqlParser.partitionClause()
.- Parameters:
ctx
- the parse tree
-
enterFrameClause
Enter a parse tree produced byHqlParser.frameClause()
.- Parameters:
ctx
- the parse tree
-
exitFrameClause
Exit a parse tree produced byHqlParser.frameClause()
.- Parameters:
ctx
- the parse tree
-
enterFrameStart
Enter a parse tree produced byHqlParser.frameStart()
.- Parameters:
ctx
- the parse tree
-
exitFrameStart
Exit a parse tree produced byHqlParser.frameStart()
.- Parameters:
ctx
- the parse tree
-
enterFrameEnd
Enter a parse tree produced byHqlParser.frameEnd()
.- Parameters:
ctx
- the parse tree
-
exitFrameEnd
Exit a parse tree produced byHqlParser.frameEnd()
.- Parameters:
ctx
- the parse tree
-
enterFrameExclusion
Enter a parse tree produced byHqlParser.frameExclusion()
.- Parameters:
ctx
- the parse tree
-
exitFrameExclusion
Exit a parse tree produced byHqlParser.frameExclusion()
.- Parameters:
ctx
- the parse tree
-
enterStandardFunction
Enter a parse tree produced byHqlParser.standardFunction()
.- Parameters:
ctx
- the parse tree
-
exitStandardFunction
Exit a parse tree produced byHqlParser.standardFunction()
.- Parameters:
ctx
- the parse tree
-
enterCastFunction
Enter a parse tree produced byHqlParser.castFunction()
.- Parameters:
ctx
- the parse tree
-
exitCastFunction
Exit a parse tree produced byHqlParser.castFunction()
.- Parameters:
ctx
- the parse tree
-
enterCastTarget
Enter a parse tree produced byHqlParser.castTarget()
.- Parameters:
ctx
- the parse tree
-
exitCastTarget
Exit a parse tree produced byHqlParser.castTarget()
.- Parameters:
ctx
- the parse tree
-
enterCastTargetType
Enter a parse tree produced byHqlParser.castTargetType()
.- Parameters:
ctx
- the parse tree
-
exitCastTargetType
Exit a parse tree produced byHqlParser.castTargetType()
.- Parameters:
ctx
- the parse tree
-
enterSubstringFunction
Enter a parse tree produced byHqlParser.substringFunction()
.- Parameters:
ctx
- the parse tree
-
exitSubstringFunction
Exit a parse tree produced byHqlParser.substringFunction()
.- Parameters:
ctx
- the parse tree
-
enterSubstringFunctionStartArgument
Enter a parse tree produced byHqlParser.substringFunctionStartArgument()
.- Parameters:
ctx
- the parse tree
-
exitSubstringFunctionStartArgument
Exit a parse tree produced byHqlParser.substringFunctionStartArgument()
.- Parameters:
ctx
- the parse tree
-
enterSubstringFunctionLengthArgument
Enter a parse tree produced byHqlParser.substringFunctionLengthArgument()
.- Parameters:
ctx
- the parse tree
-
exitSubstringFunctionLengthArgument
Exit a parse tree produced byHqlParser.substringFunctionLengthArgument()
.- Parameters:
ctx
- the parse tree
-
enterTrimFunction
Enter a parse tree produced byHqlParser.trimFunction()
.- Parameters:
ctx
- the parse tree
-
exitTrimFunction
Exit a parse tree produced byHqlParser.trimFunction()
.- Parameters:
ctx
- the parse tree
-
enterTrimSpecification
Enter a parse tree produced byHqlParser.trimSpecification()
.- Parameters:
ctx
- the parse tree
-
exitTrimSpecification
Exit a parse tree produced byHqlParser.trimSpecification()
.- Parameters:
ctx
- the parse tree
-
enterTrimCharacter
Enter a parse tree produced byHqlParser.trimCharacter()
.- Parameters:
ctx
- the parse tree
-
exitTrimCharacter
Exit a parse tree produced byHqlParser.trimCharacter()
.- Parameters:
ctx
- the parse tree
-
enterPadFunction
Enter a parse tree produced byHqlParser.padFunction()
.- Parameters:
ctx
- the parse tree
-
exitPadFunction
Exit a parse tree produced byHqlParser.padFunction()
.- Parameters:
ctx
- the parse tree
-
enterPadSpecification
Enter a parse tree produced byHqlParser.padSpecification()
.- Parameters:
ctx
- the parse tree
-
exitPadSpecification
Exit a parse tree produced byHqlParser.padSpecification()
.- Parameters:
ctx
- the parse tree
-
enterPadCharacter
Enter a parse tree produced byHqlParser.padCharacter()
.- Parameters:
ctx
- the parse tree
-
exitPadCharacter
Exit a parse tree produced byHqlParser.padCharacter()
.- Parameters:
ctx
- the parse tree
-
enterPadLength
Enter a parse tree produced byHqlParser.padLength()
.- Parameters:
ctx
- the parse tree
-
exitPadLength
Exit a parse tree produced byHqlParser.padLength()
.- Parameters:
ctx
- the parse tree
-
enterOverlayFunction
Enter a parse tree produced byHqlParser.overlayFunction()
.- Parameters:
ctx
- the parse tree
-
exitOverlayFunction
Exit a parse tree produced byHqlParser.overlayFunction()
.- Parameters:
ctx
- the parse tree
-
enterOverlayFunctionStringArgument
Enter a parse tree produced byHqlParser.overlayFunctionStringArgument()
.- Parameters:
ctx
- the parse tree
-
exitOverlayFunctionStringArgument
Exit a parse tree produced byHqlParser.overlayFunctionStringArgument()
.- Parameters:
ctx
- the parse tree
-
enterOverlayFunctionReplacementArgument
void enterOverlayFunctionReplacementArgument(HqlParser.OverlayFunctionReplacementArgumentContext ctx) Enter a parse tree produced byHqlParser.overlayFunctionReplacementArgument()
.- Parameters:
ctx
- the parse tree
-
exitOverlayFunctionReplacementArgument
void exitOverlayFunctionReplacementArgument(HqlParser.OverlayFunctionReplacementArgumentContext ctx) Exit a parse tree produced byHqlParser.overlayFunctionReplacementArgument()
.- Parameters:
ctx
- the parse tree
-
enterOverlayFunctionStartArgument
Enter a parse tree produced byHqlParser.overlayFunctionStartArgument()
.- Parameters:
ctx
- the parse tree
-
exitOverlayFunctionStartArgument
Exit a parse tree produced byHqlParser.overlayFunctionStartArgument()
.- Parameters:
ctx
- the parse tree
-
enterOverlayFunctionLengthArgument
Enter a parse tree produced byHqlParser.overlayFunctionLengthArgument()
.- Parameters:
ctx
- the parse tree
-
exitOverlayFunctionLengthArgument
Exit a parse tree produced byHqlParser.overlayFunctionLengthArgument()
.- Parameters:
ctx
- the parse tree
-
enterCurrentDateFunction
Enter a parse tree produced byHqlParser.currentDateFunction()
.- Parameters:
ctx
- the parse tree
-
exitCurrentDateFunction
Exit a parse tree produced byHqlParser.currentDateFunction()
.- Parameters:
ctx
- the parse tree
-
enterCurrentTimeFunction
Enter a parse tree produced byHqlParser.currentTimeFunction()
.- Parameters:
ctx
- the parse tree
-
exitCurrentTimeFunction
Exit a parse tree produced byHqlParser.currentTimeFunction()
.- Parameters:
ctx
- the parse tree
-
enterCurrentTimestampFunction
Enter a parse tree produced byHqlParser.currentTimestampFunction()
.- Parameters:
ctx
- the parse tree
-
exitCurrentTimestampFunction
Exit a parse tree produced byHqlParser.currentTimestampFunction()
.- Parameters:
ctx
- the parse tree
-
enterInstantFunction
Enter a parse tree produced byHqlParser.instantFunction()
.- Parameters:
ctx
- the parse tree
-
exitInstantFunction
Exit a parse tree produced byHqlParser.instantFunction()
.- Parameters:
ctx
- the parse tree
-
enterLocalDateTimeFunction
Enter a parse tree produced byHqlParser.localDateTimeFunction()
.- Parameters:
ctx
- the parse tree
-
exitLocalDateTimeFunction
Exit a parse tree produced byHqlParser.localDateTimeFunction()
.- Parameters:
ctx
- the parse tree
-
enterOffsetDateTimeFunction
Enter a parse tree produced byHqlParser.offsetDateTimeFunction()
.- Parameters:
ctx
- the parse tree
-
exitOffsetDateTimeFunction
Exit a parse tree produced byHqlParser.offsetDateTimeFunction()
.- Parameters:
ctx
- the parse tree
-
enterLocalDateFunction
Enter a parse tree produced byHqlParser.localDateFunction()
.- Parameters:
ctx
- the parse tree
-
exitLocalDateFunction
Exit a parse tree produced byHqlParser.localDateFunction()
.- Parameters:
ctx
- the parse tree
-
enterLocalTimeFunction
Enter a parse tree produced byHqlParser.localTimeFunction()
.- Parameters:
ctx
- the parse tree
-
exitLocalTimeFunction
Exit a parse tree produced byHqlParser.localTimeFunction()
.- Parameters:
ctx
- the parse tree
-
enterFormatFunction
Enter a parse tree produced byHqlParser.formatFunction()
.- Parameters:
ctx
- the parse tree
-
exitFormatFunction
Exit a parse tree produced byHqlParser.formatFunction()
.- Parameters:
ctx
- the parse tree
-
enterFormat
Enter a parse tree produced byHqlParser.format()
.- Parameters:
ctx
- the parse tree
-
exitFormat
Exit a parse tree produced byHqlParser.format()
.- Parameters:
ctx
- the parse tree
-
enterExtractFunction
Enter a parse tree produced byHqlParser.extractFunction()
.- Parameters:
ctx
- the parse tree
-
exitExtractFunction
Exit a parse tree produced byHqlParser.extractFunction()
.- Parameters:
ctx
- the parse tree
-
enterTruncFunction
Enter a parse tree produced byHqlParser.truncFunction()
.- Parameters:
ctx
- the parse tree
-
exitTruncFunction
Exit a parse tree produced byHqlParser.truncFunction()
.- Parameters:
ctx
- the parse tree
-
enterExtractField
Enter a parse tree produced byHqlParser.extractField()
.- Parameters:
ctx
- the parse tree
-
exitExtractField
Exit a parse tree produced byHqlParser.extractField()
.- Parameters:
ctx
- the parse tree
-
enterDatetimeField
Enter a parse tree produced byHqlParser.datetimeField()
.- Parameters:
ctx
- the parse tree
-
exitDatetimeField
Exit a parse tree produced byHqlParser.datetimeField()
.- Parameters:
ctx
- the parse tree
-
enterDayField
Enter a parse tree produced byHqlParser.dayField()
.- Parameters:
ctx
- the parse tree
-
exitDayField
Exit a parse tree produced byHqlParser.dayField()
.- Parameters:
ctx
- the parse tree
-
enterWeekField
Enter a parse tree produced byHqlParser.weekField()
.- Parameters:
ctx
- the parse tree
-
exitWeekField
Exit a parse tree produced byHqlParser.weekField()
.- Parameters:
ctx
- the parse tree
-
enterTimeZoneField
Enter a parse tree produced byHqlParser.timeZoneField()
.- Parameters:
ctx
- the parse tree
-
exitTimeZoneField
Exit a parse tree produced byHqlParser.timeZoneField()
.- Parameters:
ctx
- the parse tree
-
enterDateOrTimeField
Enter a parse tree produced byHqlParser.dateOrTimeField()
.- Parameters:
ctx
- the parse tree
-
exitDateOrTimeField
Exit a parse tree produced byHqlParser.dateOrTimeField()
.- Parameters:
ctx
- the parse tree
-
enterPositionFunction
Enter a parse tree produced byHqlParser.positionFunction()
.- Parameters:
ctx
- the parse tree
-
exitPositionFunction
Exit a parse tree produced byHqlParser.positionFunction()
.- Parameters:
ctx
- the parse tree
-
enterPositionFunctionPatternArgument
Enter a parse tree produced byHqlParser.positionFunctionPatternArgument()
.- Parameters:
ctx
- the parse tree
-
exitPositionFunctionPatternArgument
Exit a parse tree produced byHqlParser.positionFunctionPatternArgument()
.- Parameters:
ctx
- the parse tree
-
enterPositionFunctionStringArgument
Enter a parse tree produced byHqlParser.positionFunctionStringArgument()
.- Parameters:
ctx
- the parse tree
-
exitPositionFunctionStringArgument
Exit a parse tree produced byHqlParser.positionFunctionStringArgument()
.- Parameters:
ctx
- the parse tree
-
enterCube
Enter a parse tree produced byHqlParser.cube()
.- Parameters:
ctx
- the parse tree
-
exitCube
Exit a parse tree produced byHqlParser.cube()
.- Parameters:
ctx
- the parse tree
-
enterRollup
Enter a parse tree produced byHqlParser.rollup()
.- Parameters:
ctx
- the parse tree
-
exitRollup
Exit a parse tree produced byHqlParser.rollup()
.- Parameters:
ctx
- the parse tree
-
enterJsonFunction
Enter a parse tree produced byHqlParser.jsonFunction()
.- Parameters:
ctx
- the parse tree
-
exitJsonFunction
Exit a parse tree produced byHqlParser.jsonFunction()
.- Parameters:
ctx
- the parse tree
-
enterJsonValueFunction
Enter a parse tree produced byHqlParser.jsonValueFunction()
.- Parameters:
ctx
- the parse tree
-
exitJsonValueFunction
Exit a parse tree produced byHqlParser.jsonValueFunction()
.- Parameters:
ctx
- the parse tree
-
enterJsonPassingClause
Enter a parse tree produced byHqlParser.jsonPassingClause()
.- Parameters:
ctx
- the parse tree
-
exitJsonPassingClause
Exit a parse tree produced byHqlParser.jsonPassingClause()
.- Parameters:
ctx
- the parse tree
-
enterJsonValueReturningClause
Enter a parse tree produced byHqlParser.jsonValueReturningClause()
.- Parameters:
ctx
- the parse tree
-
exitJsonValueReturningClause
Exit a parse tree produced byHqlParser.jsonValueReturningClause()
.- Parameters:
ctx
- the parse tree
-
enterJsonValueOnErrorOrEmptyClause
Enter a parse tree produced byHqlParser.jsonValueOnErrorOrEmptyClause()
.- Parameters:
ctx
- the parse tree
-
exitJsonValueOnErrorOrEmptyClause
Exit a parse tree produced byHqlParser.jsonValueOnErrorOrEmptyClause()
.- Parameters:
ctx
- the parse tree
-
enterJsonQueryFunction
Enter a parse tree produced byHqlParser.jsonQueryFunction()
.- Parameters:
ctx
- the parse tree
-
exitJsonQueryFunction
Exit a parse tree produced byHqlParser.jsonQueryFunction()
.- Parameters:
ctx
- the parse tree
-
enterJsonQueryWrapperClause
Enter a parse tree produced byHqlParser.jsonQueryWrapperClause()
.- Parameters:
ctx
- the parse tree
-
exitJsonQueryWrapperClause
Exit a parse tree produced byHqlParser.jsonQueryWrapperClause()
.- Parameters:
ctx
- the parse tree
-
enterJsonQueryOnErrorOrEmptyClause
Enter a parse tree produced byHqlParser.jsonQueryOnErrorOrEmptyClause()
.- Parameters:
ctx
- the parse tree
-
exitJsonQueryOnErrorOrEmptyClause
Exit a parse tree produced byHqlParser.jsonQueryOnErrorOrEmptyClause()
.- Parameters:
ctx
- the parse tree
-
enterJsonExistsFunction
Enter a parse tree produced byHqlParser.jsonExistsFunction()
.- Parameters:
ctx
- the parse tree
-
exitJsonExistsFunction
Exit a parse tree produced byHqlParser.jsonExistsFunction()
.- Parameters:
ctx
- the parse tree
-
enterJsonExistsOnErrorClause
Enter a parse tree produced byHqlParser.jsonExistsOnErrorClause()
.- Parameters:
ctx
- the parse tree
-
exitJsonExistsOnErrorClause
Exit a parse tree produced byHqlParser.jsonExistsOnErrorClause()
.- Parameters:
ctx
- the parse tree
-
enterJsonArrayFunction
Enter a parse tree produced byHqlParser.jsonArrayFunction()
.- Parameters:
ctx
- the parse tree
-
exitJsonArrayFunction
Exit a parse tree produced byHqlParser.jsonArrayFunction()
.- Parameters:
ctx
- the parse tree
-
enterJsonObjectFunction
Enter a parse tree produced byHqlParser.jsonObjectFunction()
.- Parameters:
ctx
- the parse tree
-
exitJsonObjectFunction
Exit a parse tree produced byHqlParser.jsonObjectFunction()
.- Parameters:
ctx
- the parse tree
-
enterJsonObjectFunctionEntries
Enter a parse tree produced byHqlParser.jsonObjectFunctionEntries()
.- Parameters:
ctx
- the parse tree
-
exitJsonObjectFunctionEntries
Exit a parse tree produced byHqlParser.jsonObjectFunctionEntries()
.- Parameters:
ctx
- the parse tree
-
enterJsonNullClause
Enter a parse tree produced byHqlParser.jsonNullClause()
.- Parameters:
ctx
- the parse tree
-
exitJsonNullClause
Exit a parse tree produced byHqlParser.jsonNullClause()
.- Parameters:
ctx
- the parse tree
-
enterJsonArrayAggFunction
Enter a parse tree produced byHqlParser.jsonArrayAggFunction()
.- Parameters:
ctx
- the parse tree
-
exitJsonArrayAggFunction
Exit a parse tree produced byHqlParser.jsonArrayAggFunction()
.- Parameters:
ctx
- the parse tree
-
enterJsonObjectAggFunction
Enter a parse tree produced byHqlParser.jsonObjectAggFunction()
.- Parameters:
ctx
- the parse tree
-
exitJsonObjectAggFunction
Exit a parse tree produced byHqlParser.jsonObjectAggFunction()
.- Parameters:
ctx
- the parse tree
-
enterJsonUniqueKeysClause
Enter a parse tree produced byHqlParser.jsonUniqueKeysClause()
.- Parameters:
ctx
- the parse tree
-
exitJsonUniqueKeysClause
Exit a parse tree produced byHqlParser.jsonUniqueKeysClause()
.- Parameters:
ctx
- the parse tree
-
enterJsonTableFunction
Enter a parse tree produced byHqlParser.jsonTableFunction()
.- Parameters:
ctx
- the parse tree
-
exitJsonTableFunction
Exit a parse tree produced byHqlParser.jsonTableFunction()
.- Parameters:
ctx
- the parse tree
-
enterJsonTableErrorClause
Enter a parse tree produced byHqlParser.jsonTableErrorClause()
.- Parameters:
ctx
- the parse tree
-
exitJsonTableErrorClause
Exit a parse tree produced byHqlParser.jsonTableErrorClause()
.- Parameters:
ctx
- the parse tree
-
enterJsonTableColumnsClause
Enter a parse tree produced byHqlParser.jsonTableColumnsClause()
.- Parameters:
ctx
- the parse tree
-
exitJsonTableColumnsClause
Exit a parse tree produced byHqlParser.jsonTableColumnsClause()
.- Parameters:
ctx
- the parse tree
-
enterJsonTableColumns
Enter a parse tree produced byHqlParser.jsonTableColumns()
.- Parameters:
ctx
- the parse tree
-
exitJsonTableColumns
Exit a parse tree produced byHqlParser.jsonTableColumns()
.- Parameters:
ctx
- the parse tree
-
enterJsonTableNestedColumn
Enter a parse tree produced by theJsonTableNestedColumn
labeled alternative inHqlParser.jsonTableColumn()
.- Parameters:
ctx
- the parse tree
-
exitJsonTableNestedColumn
Exit a parse tree produced by theJsonTableNestedColumn
labeled alternative inHqlParser.jsonTableColumn()
.- Parameters:
ctx
- the parse tree
-
enterJsonTableQueryColumn
Enter a parse tree produced by theJsonTableQueryColumn
labeled alternative inHqlParser.jsonTableColumn()
.- Parameters:
ctx
- the parse tree
-
exitJsonTableQueryColumn
Exit a parse tree produced by theJsonTableQueryColumn
labeled alternative inHqlParser.jsonTableColumn()
.- Parameters:
ctx
- the parse tree
-
enterJsonTableOrdinalityColumn
Enter a parse tree produced by theJsonTableOrdinalityColumn
labeled alternative inHqlParser.jsonTableColumn()
.- Parameters:
ctx
- the parse tree
-
exitJsonTableOrdinalityColumn
Exit a parse tree produced by theJsonTableOrdinalityColumn
labeled alternative inHqlParser.jsonTableColumn()
.- Parameters:
ctx
- the parse tree
-
enterJsonTableExistsColumn
Enter a parse tree produced by theJsonTableExistsColumn
labeled alternative inHqlParser.jsonTableColumn()
.- Parameters:
ctx
- the parse tree
-
exitJsonTableExistsColumn
Exit a parse tree produced by theJsonTableExistsColumn
labeled alternative inHqlParser.jsonTableColumn()
.- Parameters:
ctx
- the parse tree
-
enterJsonTableValueColumn
Enter a parse tree produced by theJsonTableValueColumn
labeled alternative inHqlParser.jsonTableColumn()
.- Parameters:
ctx
- the parse tree
-
exitJsonTableValueColumn
Exit a parse tree produced by theJsonTableValueColumn
labeled alternative inHqlParser.jsonTableColumn()
.- Parameters:
ctx
- the parse tree
-
enterXmlFunction
Enter a parse tree produced byHqlParser.xmlFunction()
.- Parameters:
ctx
- the parse tree
-
exitXmlFunction
Exit a parse tree produced byHqlParser.xmlFunction()
.- Parameters:
ctx
- the parse tree
-
enterXmlelementFunction
Enter a parse tree produced byHqlParser.xmlelementFunction()
.- Parameters:
ctx
- the parse tree
-
exitXmlelementFunction
Exit a parse tree produced byHqlParser.xmlelementFunction()
.- Parameters:
ctx
- the parse tree
-
enterXmlattributesFunction
Enter a parse tree produced byHqlParser.xmlattributesFunction()
.- Parameters:
ctx
- the parse tree
-
exitXmlattributesFunction
Exit a parse tree produced byHqlParser.xmlattributesFunction()
.- Parameters:
ctx
- the parse tree
-
enterXmlforestFunction
Enter a parse tree produced byHqlParser.xmlforestFunction()
.- Parameters:
ctx
- the parse tree
-
exitXmlforestFunction
Exit a parse tree produced byHqlParser.xmlforestFunction()
.- Parameters:
ctx
- the parse tree
-
enterXmlpiFunction
Enter a parse tree produced byHqlParser.xmlpiFunction()
.- Parameters:
ctx
- the parse tree
-
exitXmlpiFunction
Exit a parse tree produced byHqlParser.xmlpiFunction()
.- Parameters:
ctx
- the parse tree
-
enterXmlqueryFunction
Enter a parse tree produced byHqlParser.xmlqueryFunction()
.- Parameters:
ctx
- the parse tree
-
exitXmlqueryFunction
Exit a parse tree produced byHqlParser.xmlqueryFunction()
.- Parameters:
ctx
- the parse tree
-
enterXmlexistsFunction
Enter a parse tree produced byHqlParser.xmlexistsFunction()
.- Parameters:
ctx
- the parse tree
-
exitXmlexistsFunction
Exit a parse tree produced byHqlParser.xmlexistsFunction()
.- Parameters:
ctx
- the parse tree
-
enterXmlaggFunction
Enter a parse tree produced byHqlParser.xmlaggFunction()
.- Parameters:
ctx
- the parse tree
-
exitXmlaggFunction
Exit a parse tree produced byHqlParser.xmlaggFunction()
.- Parameters:
ctx
- the parse tree
-
enterXmltableFunction
Enter a parse tree produced byHqlParser.xmltableFunction()
.- Parameters:
ctx
- the parse tree
-
exitXmltableFunction
Exit a parse tree produced byHqlParser.xmltableFunction()
.- Parameters:
ctx
- the parse tree
-
enterXmltableColumnsClause
Enter a parse tree produced byHqlParser.xmltableColumnsClause()
.- Parameters:
ctx
- the parse tree
-
exitXmltableColumnsClause
Exit a parse tree produced byHqlParser.xmltableColumnsClause()
.- Parameters:
ctx
- the parse tree
-
enterXmlTableQueryColumn
Enter a parse tree produced by theXmlTableQueryColumn
labeled alternative inHqlParser.xmltableColumn()
.- Parameters:
ctx
- the parse tree
-
exitXmlTableQueryColumn
Exit a parse tree produced by theXmlTableQueryColumn
labeled alternative inHqlParser.xmltableColumn()
.- Parameters:
ctx
- the parse tree
-
enterXmlTableOrdinalityColumn
Enter a parse tree produced by theXmlTableOrdinalityColumn
labeled alternative inHqlParser.xmltableColumn()
.- Parameters:
ctx
- the parse tree
-
exitXmlTableOrdinalityColumn
Exit a parse tree produced by theXmlTableOrdinalityColumn
labeled alternative inHqlParser.xmltableColumn()
.- Parameters:
ctx
- the parse tree
-
enterXmlTableValueColumn
Enter a parse tree produced by theXmlTableValueColumn
labeled alternative inHqlParser.xmltableColumn()
.- Parameters:
ctx
- the parse tree
-
exitXmlTableValueColumn
Exit a parse tree produced by theXmlTableValueColumn
labeled alternative inHqlParser.xmltableColumn()
.- Parameters:
ctx
- the parse tree
-
enterXmltableDefaultClause
Enter a parse tree produced byHqlParser.xmltableDefaultClause()
.- Parameters:
ctx
- the parse tree
-
exitXmltableDefaultClause
Exit a parse tree produced byHqlParser.xmltableDefaultClause()
.- Parameters:
ctx
- the parse tree
-
enterNakedIdentifier
Enter a parse tree produced byHqlParser.nakedIdentifier()
.- Parameters:
ctx
- the parse tree
-
exitNakedIdentifier
Exit a parse tree produced byHqlParser.nakedIdentifier()
.- Parameters:
ctx
- the parse tree
-
enterIdentifier
Enter a parse tree produced byHqlParser.identifier()
.- Parameters:
ctx
- the parse tree
-
exitIdentifier
Exit a parse tree produced byHqlParser.identifier()
.- Parameters:
ctx
- the parse tree
-