diff --git a/cratedb_sqlparse_js/cratedb_sqlparse/generated_parser/SqlBaseParserListener.js b/cratedb_sqlparse_js/cratedb_sqlparse/generated_parser/SqlBaseParserListener.js deleted file mode 100644 index eba8453..0000000 --- a/cratedb_sqlparse_js/cratedb_sqlparse/generated_parser/SqlBaseParserListener.js +++ /dev/null @@ -1,2547 +0,0 @@ -// Generated from SqlBaseParser.g4 by ANTLR 4.13.2 -// jshint ignore: start -import antlr4 from 'antlr4'; - -// This class defines a complete listener for a parse tree produced by SqlBaseParser. -export default class SqlBaseParserListener extends antlr4.tree.ParseTreeListener { - - // Enter a parse tree produced by SqlBaseParser#statements. - enterStatements(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#statements. - exitStatements(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#singleStatement. - enterSingleStatement(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#singleStatement. - exitSingleStatement(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#singleExpression. - enterSingleExpression(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#singleExpression. - exitSingleExpression(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#default. - enterDefault(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#default. - exitDefault(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#begin. - enterBegin(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#begin. - exitBegin(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#startTransaction. - enterStartTransaction(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#startTransaction. - exitStartTransaction(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#commit. - enterCommit(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#commit. - exitCommit(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#explain. - enterExplain(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#explain. - exitExplain(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#optimize. - enterOptimize(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#optimize. - exitOptimize(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#refreshTable. - enterRefreshTable(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#refreshTable. - exitRefreshTable(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#update. - enterUpdate(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#update. - exitUpdate(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#delete. - enterDelete(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#delete. - exitDelete(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#showTransaction. - enterShowTransaction(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#showTransaction. - exitShowTransaction(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#showCreateTable. - enterShowCreateTable(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#showCreateTable. - exitShowCreateTable(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#showTables. - enterShowTables(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#showTables. - exitShowTables(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#showSchemas. - enterShowSchemas(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#showSchemas. - exitShowSchemas(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#showColumns. - enterShowColumns(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#showColumns. - exitShowColumns(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#showSessionParameter. - enterShowSessionParameter(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#showSessionParameter. - exitShowSessionParameter(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#alter. - enterAlter(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#alter. - exitAlter(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#resetGlobal. - enterResetGlobal(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#resetGlobal. - exitResetGlobal(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#setTransaction. - enterSetTransaction(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#setTransaction. - exitSetTransaction(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#setSessionAuthorization. - enterSetSessionAuthorization(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#setSessionAuthorization. - exitSetSessionAuthorization(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#resetSessionAuthorization. - enterResetSessionAuthorization(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#resetSessionAuthorization. - exitResetSessionAuthorization(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#set. - enterSet(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#set. - exitSet(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#setGlobal. - enterSetGlobal(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#setGlobal. - exitSetGlobal(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#setTimeZone. - enterSetTimeZone(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#setTimeZone. - exitSetTimeZone(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#kill. - enterKill(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#kill. - exitKill(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#insert. - enterInsert(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#insert. - exitInsert(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#restore. - enterRestore(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#restore. - exitRestore(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#copyFrom. - enterCopyFrom(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#copyFrom. - exitCopyFrom(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#copyTo. - enterCopyTo(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#copyTo. - exitCopyTo(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#drop. - enterDrop(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#drop. - exitDrop(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#grantPrivilege. - enterGrantPrivilege(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#grantPrivilege. - exitGrantPrivilege(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#denyPrivilege. - enterDenyPrivilege(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#denyPrivilege. - exitDenyPrivilege(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#revokePrivilege. - enterRevokePrivilege(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#revokePrivilege. - exitRevokePrivilege(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#create. - enterCreate(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#create. - exitCreate(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#deallocate. - enterDeallocate(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#deallocate. - exitDeallocate(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#analyze. - enterAnalyze(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#analyze. - exitAnalyze(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#discard. - enterDiscard(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#discard. - exitDiscard(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#declare. - enterDeclare(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#declare. - exitDeclare(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#fetch. - enterFetch(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#fetch. - exitFetch(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#close. - enterClose(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#close. - exitClose(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#dropBlobTable. - enterDropBlobTable(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#dropBlobTable. - exitDropBlobTable(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#dropTable. - enterDropTable(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#dropTable. - exitDropTable(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#dropAlias. - enterDropAlias(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#dropAlias. - exitDropAlias(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#dropRepository. - enterDropRepository(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#dropRepository. - exitDropRepository(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#dropSnapshot. - enterDropSnapshot(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#dropSnapshot. - exitDropSnapshot(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#dropFunction. - enterDropFunction(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#dropFunction. - exitDropFunction(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#dropRole. - enterDropRole(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#dropRole. - exitDropRole(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#dropView. - enterDropView(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#dropView. - exitDropView(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#dropAnalyzer. - enterDropAnalyzer(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#dropAnalyzer. - exitDropAnalyzer(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#dropPublication. - enterDropPublication(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#dropPublication. - exitDropPublication(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#dropSubscription. - enterDropSubscription(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#dropSubscription. - exitDropSubscription(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#dropServer. - enterDropServer(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#dropServer. - exitDropServer(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#dropForeignTable. - enterDropForeignTable(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#dropForeignTable. - exitDropForeignTable(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#dropUserMapping. - enterDropUserMapping(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#dropUserMapping. - exitDropUserMapping(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#addColumn. - enterAddColumn(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#addColumn. - exitAddColumn(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#dropColumn. - enterDropColumn(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#dropColumn. - exitDropColumn(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#dropCheckConstraint. - enterDropCheckConstraint(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#dropCheckConstraint. - exitDropCheckConstraint(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#alterTableProperties. - enterAlterTableProperties(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#alterTableProperties. - exitAlterTableProperties(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#alterBlobTableProperties. - enterAlterBlobTableProperties(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#alterBlobTableProperties. - exitAlterBlobTableProperties(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#alterTableOpenClose. - enterAlterTableOpenClose(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#alterTableOpenClose. - exitAlterTableOpenClose(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#alterTableRenameTable. - enterAlterTableRenameTable(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#alterTableRenameTable. - exitAlterTableRenameTable(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#alterTableRenameColumn. - enterAlterTableRenameColumn(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#alterTableRenameColumn. - exitAlterTableRenameColumn(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#alterTableReroute. - enterAlterTableReroute(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#alterTableReroute. - exitAlterTableReroute(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#alterClusterRerouteRetryFailed. - enterAlterClusterRerouteRetryFailed(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#alterClusterRerouteRetryFailed. - exitAlterClusterRerouteRetryFailed(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#alterClusterSwapTable. - enterAlterClusterSwapTable(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#alterClusterSwapTable. - exitAlterClusterSwapTable(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#alterClusterDecommissionNode. - enterAlterClusterDecommissionNode(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#alterClusterDecommissionNode. - exitAlterClusterDecommissionNode(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#alterClusterGCDanglingArtifacts. - enterAlterClusterGCDanglingArtifacts(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#alterClusterGCDanglingArtifacts. - exitAlterClusterGCDanglingArtifacts(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#alterRole. - enterAlterRole(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#alterRole. - exitAlterRole(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#alterPublication. - enterAlterPublication(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#alterPublication. - exitAlterPublication(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#alterSubscription. - enterAlterSubscription(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#alterSubscription. - exitAlterSubscription(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#queryOptParens. - enterQueryOptParens(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#queryOptParens. - exitQueryOptParens(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#query. - enterQuery(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#query. - exitQuery(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#queryNoWith. - enterQueryNoWith(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#queryNoWith. - exitQueryNoWith(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#limitClause. - enterLimitClause(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#limitClause. - exitLimitClause(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#offsetClause. - enterOffsetClause(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#offsetClause. - exitOffsetClause(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#queryTermDefault. - enterQueryTermDefault(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#queryTermDefault. - exitQueryTermDefault(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#setOperation. - enterSetOperation(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#setOperation. - exitSetOperation(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#setQuant. - enterSetQuant(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#setQuant. - exitSetQuant(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#sortItem. - enterSortItem(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#sortItem. - exitSortItem(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#defaultQuerySpec. - enterDefaultQuerySpec(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#defaultQuerySpec. - exitDefaultQuerySpec(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#valuesRelation. - enterValuesRelation(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#valuesRelation. - exitValuesRelation(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#selectSingle. - enterSelectSingle(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#selectSingle. - exitSelectSingle(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#selectAll. - enterSelectAll(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#selectAll. - exitSelectAll(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#where. - enterWhere(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#where. - exitWhere(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#returning. - enterReturning(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#returning. - exitReturning(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#filter. - enterFilter(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#filter. - exitFilter(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#relationDefault. - enterRelationDefault(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#relationDefault. - exitRelationDefault(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#joinRelation. - enterJoinRelation(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#joinRelation. - exitJoinRelation(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#joinType. - enterJoinType(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#joinType. - exitJoinType(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#joinCriteria. - enterJoinCriteria(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#joinCriteria. - exitJoinCriteria(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#aliasedRelation. - enterAliasedRelation(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#aliasedRelation. - exitAliasedRelation(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#tableRelation. - enterTableRelation(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#tableRelation. - exitTableRelation(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#subqueryRelation. - enterSubqueryRelation(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#subqueryRelation. - exitSubqueryRelation(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#parenthesizedRelation. - enterParenthesizedRelation(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#parenthesizedRelation. - exitParenthesizedRelation(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#tableWithPartition. - enterTableWithPartition(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#tableWithPartition. - exitTableWithPartition(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#tableName. - enterTableName(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#tableName. - exitTableName(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#tableFunction. - enterTableFunction(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#tableFunction. - exitTableFunction(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#aliasedColumns. - enterAliasedColumns(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#aliasedColumns. - exitAliasedColumns(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#with. - enterWith(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#with. - exitWith(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#namedQuery. - enterNamedQuery(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#namedQuery. - exitNamedQuery(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#expr. - enterExpr(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#expr. - exitExpr(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#logicalNot. - enterLogicalNot(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#logicalNot. - exitLogicalNot(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#booleanDefault. - enterBooleanDefault(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#booleanDefault. - exitBooleanDefault(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#match. - enterMatch(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#match. - exitMatch(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#logicalBinary. - enterLogicalBinary(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#logicalBinary. - exitLogicalBinary(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#predicated. - enterPredicated(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#predicated. - exitPredicated(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#comparison. - enterComparison(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#comparison. - exitComparison(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#quantifiedComparison. - enterQuantifiedComparison(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#quantifiedComparison. - exitQuantifiedComparison(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#between. - enterBetween(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#between. - exitBetween(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#inList. - enterInList(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#inList. - exitInList(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#inSubquery. - enterInSubquery(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#inSubquery. - exitInSubquery(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#like. - enterLike(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#like. - exitLike(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#arrayLike. - enterArrayLike(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#arrayLike. - exitArrayLike(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#nullPredicate. - enterNullPredicate(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#nullPredicate. - exitNullPredicate(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#distinctFrom. - enterDistinctFrom(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#distinctFrom. - exitDistinctFrom(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#bitwiseBinary. - enterBitwiseBinary(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#bitwiseBinary. - exitBitwiseBinary(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#valueExpressionDefault. - enterValueExpressionDefault(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#valueExpressionDefault. - exitValueExpressionDefault(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#concatenation. - enterConcatenation(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#concatenation. - exitConcatenation(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#fromStringLiteralCast. - enterFromStringLiteralCast(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#fromStringLiteralCast. - exitFromStringLiteralCast(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#arithmeticBinary. - enterArithmeticBinary(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#arithmeticBinary. - exitArithmeticBinary(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#arithmeticUnary. - enterArithmeticUnary(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#arithmeticUnary. - exitArithmeticUnary(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#subqueryExpressionDefault. - enterSubqueryExpressionDefault(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#subqueryExpressionDefault. - exitSubqueryExpressionDefault(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#dereference. - enterDereference(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#dereference. - exitDereference(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#columnReference. - enterColumnReference(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#columnReference. - exitColumnReference(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#atTimezone. - enterAtTimezone(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#atTimezone. - exitAtTimezone(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#subscript. - enterSubscript(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#subscript. - exitSubscript(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#recordSubscript. - enterRecordSubscript(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#recordSubscript. - exitRecordSubscript(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#explicitFunctionDefault. - enterExplicitFunctionDefault(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#explicitFunctionDefault. - exitExplicitFunctionDefault(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#doubleColonCast. - enterDoubleColonCast(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#doubleColonCast. - exitDoubleColonCast(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#defaultParamOrLiteral. - enterDefaultParamOrLiteral(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#defaultParamOrLiteral. - exitDefaultParamOrLiteral(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#functionCall. - enterFunctionCall(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#functionCall. - exitFunctionCall(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#nestedExpression. - enterNestedExpression(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#nestedExpression. - exitNestedExpression(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#arraySlice. - enterArraySlice(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#arraySlice. - exitArraySlice(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#exists. - enterExists(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#exists. - exitExists(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#emptyArray. - enterEmptyArray(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#emptyArray. - exitEmptyArray(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#specialDateTimeFunction. - enterSpecialDateTimeFunction(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#specialDateTimeFunction. - exitSpecialDateTimeFunction(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#currentSchema. - enterCurrentSchema(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#currentSchema. - exitCurrentSchema(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#currentUser. - enterCurrentUser(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#currentUser. - exitCurrentUser(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#sessionUser. - enterSessionUser(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#sessionUser. - exitSessionUser(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#left. - enterLeft(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#left. - exitLeft(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#right. - enterRight(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#right. - exitRight(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#substring. - enterSubstring(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#substring. - exitSubstring(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#trim. - enterTrim(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#trim. - exitTrim(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#extract. - enterExtract(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#extract. - exitExtract(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#cast. - enterCast(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#cast. - exitCast(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#simpleCase. - enterSimpleCase(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#simpleCase. - exitSimpleCase(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#searchedCase. - enterSearchedCase(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#searchedCase. - exitSearchedCase(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#ifCase. - enterIfCase(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#ifCase. - exitIfCase(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#arraySubquery. - enterArraySubquery(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#arraySubquery. - exitArraySubquery(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#subqueryExpression. - enterSubqueryExpression(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#subqueryExpression. - exitSubqueryExpression(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#simpleLiteral. - enterSimpleLiteral(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#simpleLiteral. - exitSimpleLiteral(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#arrayLiteral. - enterArrayLiteral(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#arrayLiteral. - exitArrayLiteral(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#objectLiteral. - enterObjectLiteral(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#objectLiteral. - exitObjectLiteral(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#parameterOrSimpleLiteral. - enterParameterOrSimpleLiteral(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#parameterOrSimpleLiteral. - exitParameterOrSimpleLiteral(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#parameterExpression. - enterParameterExpression(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#parameterExpression. - exitParameterExpression(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#intAsLiteral. - enterIntAsLiteral(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#intAsLiteral. - exitIntAsLiteral(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#nullAsLiteral. - enterNullAsLiteral(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#nullAsLiteral. - exitNullAsLiteral(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#integerParamOrLiteralDoubleColonCast. - enterIntegerParamOrLiteralDoubleColonCast(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#integerParamOrLiteralDoubleColonCast. - exitIntegerParamOrLiteralDoubleColonCast(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#integerParamOrLiteralCast. - enterIntegerParamOrLiteralCast(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#integerParamOrLiteralCast. - exitIntegerParamOrLiteralCast(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#parameterOrIdent. - enterParameterOrIdent(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#parameterOrIdent. - exitParameterOrIdent(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#parameterOrString. - enterParameterOrString(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#parameterOrString. - exitParameterOrString(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#positionalParameter. - enterPositionalParameter(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#positionalParameter. - exitPositionalParameter(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#parameterPlaceholder. - enterParameterPlaceholder(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#parameterPlaceholder. - exitParameterPlaceholder(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#nullLiteral. - enterNullLiteral(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#nullLiteral. - exitNullLiteral(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#escapedCharsStringLiteral. - enterEscapedCharsStringLiteral(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#escapedCharsStringLiteral. - exitEscapedCharsStringLiteral(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#dollarQuotedStringLiteral. - enterDollarQuotedStringLiteral(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#dollarQuotedStringLiteral. - exitDollarQuotedStringLiteral(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#stringLiteral. - enterStringLiteral(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#stringLiteral. - exitStringLiteral(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#bitString. - enterBitString(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#bitString. - exitBitString(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#subscriptSafe. - enterSubscriptSafe(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#subscriptSafe. - exitSubscriptSafe(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#cmpOp. - enterCmpOp(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#cmpOp. - exitCmpOp(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#setCmpQuantifier. - enterSetCmpQuantifier(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#setCmpQuantifier. - exitSetCmpQuantifier(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#whenClause. - enterWhenClause(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#whenClause. - exitWhenClause(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#namedWindow. - enterNamedWindow(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#namedWindow. - exitNamedWindow(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#over. - enterOver(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#over. - exitOver(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#windowDefinition. - enterWindowDefinition(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#windowDefinition. - exitWindowDefinition(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#windowFrame. - enterWindowFrame(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#windowFrame. - exitWindowFrame(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#unboundedFrame. - enterUnboundedFrame(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#unboundedFrame. - exitUnboundedFrame(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#currentRowBound. - enterCurrentRowBound(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#currentRowBound. - exitCurrentRowBound(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#boundedFrame. - enterBoundedFrame(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#boundedFrame. - exitBoundedFrame(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#qnames. - enterQnames(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#qnames. - exitQnames(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#qname. - enterQname(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#qname. - exitQname(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#spaceSeparatedIdents. - enterSpaceSeparatedIdents(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#spaceSeparatedIdents. - exitSpaceSeparatedIdents(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#identWithOrWithoutValue. - enterIdentWithOrWithoutValue(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#identWithOrWithoutValue. - exitIdentWithOrWithoutValue(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#idents. - enterIdents(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#idents. - exitIdents(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#ident. - enterIdent(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#ident. - exitIdent(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#unquotedIdentifier. - enterUnquotedIdentifier(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#unquotedIdentifier. - exitUnquotedIdentifier(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#digitIdentifier. - enterDigitIdentifier(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#digitIdentifier. - exitDigitIdentifier(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#quotedIdentifier. - enterQuotedIdentifier(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#quotedIdentifier. - exitQuotedIdentifier(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#backQuotedIdentifier. - enterBackQuotedIdentifier(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#backQuotedIdentifier. - exitBackQuotedIdentifier(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#stringLiteralOrIdentifier. - enterStringLiteralOrIdentifier(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#stringLiteralOrIdentifier. - exitStringLiteralOrIdentifier(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#stringLiteralOrIdentifierOrQname. - enterStringLiteralOrIdentifierOrQname(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#stringLiteralOrIdentifierOrQname. - exitStringLiteralOrIdentifierOrQname(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#numericLiteral. - enterNumericLiteral(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#numericLiteral. - exitNumericLiteral(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#intervalLiteral. - enterIntervalLiteral(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#intervalLiteral. - exitIntervalLiteral(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#intervalField. - enterIntervalField(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#intervalField. - exitIntervalField(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#booleanLiteral. - enterBooleanLiteral(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#booleanLiteral. - exitBooleanLiteral(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#decimalLiteral. - enterDecimalLiteral(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#decimalLiteral. - exitDecimalLiteral(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#integerLiteral. - enterIntegerLiteral(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#integerLiteral. - exitIntegerLiteral(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#objectKeyValue. - enterObjectKeyValue(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#objectKeyValue. - exitObjectKeyValue(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#insertSource. - enterInsertSource(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#insertSource. - exitInsertSource(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#onConflict. - enterOnConflict(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#onConflict. - exitOnConflict(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#conflictTarget. - enterConflictTarget(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#conflictTarget. - exitConflictTarget(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#values. - enterValues(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#values. - exitValues(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#columns. - enterColumns(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#columns. - exitColumns(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#assignment. - enterAssignment(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#assignment. - exitAssignment(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#createTable. - enterCreateTable(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#createTable. - exitCreateTable(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#createTableAs. - enterCreateTableAs(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#createTableAs. - exitCreateTableAs(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#createForeignTable. - enterCreateForeignTable(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#createForeignTable. - exitCreateForeignTable(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#createBlobTable. - enterCreateBlobTable(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#createBlobTable. - exitCreateBlobTable(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#createRepository. - enterCreateRepository(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#createRepository. - exitCreateRepository(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#createSnapshot. - enterCreateSnapshot(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#createSnapshot. - exitCreateSnapshot(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#createAnalyzer. - enterCreateAnalyzer(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#createAnalyzer. - exitCreateAnalyzer(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#createFunction. - enterCreateFunction(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#createFunction. - exitCreateFunction(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#createUserMapping. - enterCreateUserMapping(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#createUserMapping. - exitCreateUserMapping(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#createRole. - enterCreateRole(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#createRole. - exitCreateRole(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#createView. - enterCreateView(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#createView. - exitCreateView(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#createPublication. - enterCreatePublication(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#createPublication. - exitCreatePublication(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#createSubscription. - enterCreateSubscription(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#createSubscription. - exitCreateSubscription(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#createServer. - enterCreateServer(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#createServer. - exitCreateServer(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#mappedUser. - enterMappedUser(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#mappedUser. - exitMappedUser(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#kvOptions. - enterKvOptions(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#kvOptions. - exitKvOptions(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#kvOption. - enterKvOption(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#kvOption. - exitKvOption(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#functionArgument. - enterFunctionArgument(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#functionArgument. - exitFunctionArgument(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#tableOnly. - enterTableOnly(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#tableOnly. - exitTableOnly(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#tableWithPartitionDefault. - enterTableWithPartitionDefault(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#tableWithPartitionDefault. - exitTableWithPartitionDefault(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#alterSubscriptionMode. - enterAlterSubscriptionMode(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#alterSubscriptionMode. - exitAlterSubscriptionMode(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#partitionedByOrClusteredInto. - enterPartitionedByOrClusteredInto(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#partitionedByOrClusteredInto. - exitPartitionedByOrClusteredInto(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#partitionedBy. - enterPartitionedBy(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#partitionedBy. - exitPartitionedBy(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#clusteredBy. - enterClusteredBy(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#clusteredBy. - exitClusteredBy(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#blobClusteredInto. - enterBlobClusteredInto(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#blobClusteredInto. - exitBlobClusteredInto(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#columnDefinitionDefault. - enterColumnDefinitionDefault(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#columnDefinitionDefault. - exitColumnDefinitionDefault(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#primaryKeyConstraintTableLevel. - enterPrimaryKeyConstraintTableLevel(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#primaryKeyConstraintTableLevel. - exitPrimaryKeyConstraintTableLevel(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#indexDefinition. - enterIndexDefinition(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#indexDefinition. - exitIndexDefinition(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#tableCheckConstraint. - enterTableCheckConstraint(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#tableCheckConstraint. - exitTableCheckConstraint(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#columnDefinition. - enterColumnDefinition(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#columnDefinition. - exitColumnDefinition(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#addColumnDefinition. - enterAddColumnDefinition(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#addColumnDefinition. - exitAddColumnDefinition(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#dropColumnDefinition. - enterDropColumnDefinition(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#dropColumnDefinition. - exitDropColumnDefinition(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#rerouteMoveShard. - enterRerouteMoveShard(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#rerouteMoveShard. - exitRerouteMoveShard(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#rerouteAllocateReplicaShard. - enterRerouteAllocateReplicaShard(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#rerouteAllocateReplicaShard. - exitRerouteAllocateReplicaShard(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#reroutePromoteReplica. - enterReroutePromoteReplica(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#reroutePromoteReplica. - exitReroutePromoteReplica(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#rerouteCancelShard. - enterRerouteCancelShard(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#rerouteCancelShard. - exitRerouteCancelShard(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#objectDataType. - enterObjectDataType(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#objectDataType. - exitObjectDataType(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#maybeParametrizedDataType. - enterMaybeParametrizedDataType(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#maybeParametrizedDataType. - exitMaybeParametrizedDataType(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#arrayDataType. - enterArrayDataType(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#arrayDataType. - exitArrayDataType(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#definedDataTypeDefault. - enterDefinedDataTypeDefault(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#definedDataTypeDefault. - exitDefinedDataTypeDefault(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#identDataType. - enterIdentDataType(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#identDataType. - exitIdentDataType(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#definedDataType. - enterDefinedDataType(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#definedDataType. - exitDefinedDataType(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#objectTypeDefinition. - enterObjectTypeDefinition(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#objectTypeDefinition. - exitObjectTypeDefinition(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#columnConstraintPrimaryKey. - enterColumnConstraintPrimaryKey(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#columnConstraintPrimaryKey. - exitColumnConstraintPrimaryKey(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#columnConstraintNotNull. - enterColumnConstraintNotNull(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#columnConstraintNotNull. - exitColumnConstraintNotNull(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#columnConstraintNull. - enterColumnConstraintNull(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#columnConstraintNull. - exitColumnConstraintNull(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#columnIndexConstraint. - enterColumnIndexConstraint(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#columnIndexConstraint. - exitColumnIndexConstraint(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#columnIndexOff. - enterColumnIndexOff(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#columnIndexOff. - exitColumnIndexOff(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#columnStorageDefinition. - enterColumnStorageDefinition(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#columnStorageDefinition. - exitColumnStorageDefinition(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#columnDefaultConstraint. - enterColumnDefaultConstraint(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#columnDefaultConstraint. - exitColumnDefaultConstraint(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#columnGeneratedConstraint. - enterColumnGeneratedConstraint(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#columnGeneratedConstraint. - exitColumnGeneratedConstraint(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#columnCheckConstraint. - enterColumnCheckConstraint(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#columnCheckConstraint. - exitColumnCheckConstraint(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#primaryKeyContraint. - enterPrimaryKeyContraint(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#primaryKeyContraint. - exitPrimaryKeyContraint(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#checkConstraint. - enterCheckConstraint(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#checkConstraint. - exitCheckConstraint(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#withGenericProperties. - enterWithGenericProperties(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#withGenericProperties. - exitWithGenericProperties(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#genericProperties. - enterGenericProperties(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#genericProperties. - exitGenericProperties(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#genericProperty. - enterGenericProperty(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#genericProperty. - exitGenericProperty(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#explainOptions. - enterExplainOptions(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#explainOptions. - exitExplainOptions(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#explainOption. - enterExplainOption(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#explainOption. - exitExplainOption(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#matchPredicateIdents. - enterMatchPredicateIdents(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#matchPredicateIdents. - exitMatchPredicateIdents(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#matchPredicateIdent. - enterMatchPredicateIdent(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#matchPredicateIdent. - exitMatchPredicateIdent(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#analyzerElement. - enterAnalyzerElement(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#analyzerElement. - exitAnalyzerElement(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#tokenizer. - enterTokenizer(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#tokenizer. - exitTokenizer(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#tokenFilters. - enterTokenFilters(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#tokenFilters. - exitTokenFilters(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#charFilters. - enterCharFilters(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#charFilters. - exitCharFilters(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#namedProperties. - enterNamedProperties(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#namedProperties. - exitNamedProperties(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#tableWithPartitions. - enterTableWithPartitions(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#tableWithPartitions. - exitTableWithPartitions(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#setGlobalAssignment. - enterSetGlobalAssignment(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#setGlobalAssignment. - exitSetGlobalAssignment(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#setExpr. - enterSetExpr(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#setExpr. - exitSetExpr(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#on. - enterOn(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#on. - exitOn(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#securable. - enterSecurable(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#securable. - exitSecurable(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#transactionMode. - enterTransactionMode(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#transactionMode. - exitTransactionMode(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#isolationLevel. - enterIsolationLevel(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#isolationLevel. - exitIsolationLevel(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#direction. - enterDirection(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#direction. - exitDirection(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#declareCursorParams. - enterDeclareCursorParams(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#declareCursorParams. - exitDeclareCursorParams(ctx) { - } - - - // Enter a parse tree produced by SqlBaseParser#nonReserved. - enterNonReserved(ctx) { - } - - // Exit a parse tree produced by SqlBaseParser#nonReserved. - exitNonReserved(ctx) { - } - - - -} \ No newline at end of file diff --git a/cratedb_sqlparse_js/cratedb_sqlparse/generated_parser/SqlBaseParserVisitor.js b/cratedb_sqlparse_js/cratedb_sqlparse/generated_parser/SqlBaseParserVisitor.js deleted file mode 100644 index 7948f95..0000000 --- a/cratedb_sqlparse_js/cratedb_sqlparse/generated_parser/SqlBaseParserVisitor.js +++ /dev/null @@ -1,1702 +0,0 @@ -// Generated from SqlBaseParser.g4 by ANTLR 4.13.2 -// jshint ignore: start -import antlr4 from 'antlr4'; - -// This class defines a complete generic visitor for a parse tree produced by SqlBaseParser. - -export default class SqlBaseParserVisitor extends antlr4.tree.ParseTreeVisitor { - - // Visit a parse tree produced by SqlBaseParser#statements. - visitStatements(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#singleStatement. - visitSingleStatement(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#singleExpression. - visitSingleExpression(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#default. - visitDefault(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#begin. - visitBegin(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#startTransaction. - visitStartTransaction(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#commit. - visitCommit(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#explain. - visitExplain(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#optimize. - visitOptimize(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#refreshTable. - visitRefreshTable(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#update. - visitUpdate(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#delete. - visitDelete(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#showTransaction. - visitShowTransaction(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#showCreateTable. - visitShowCreateTable(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#showTables. - visitShowTables(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#showSchemas. - visitShowSchemas(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#showColumns. - visitShowColumns(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#showSessionParameter. - visitShowSessionParameter(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#alter. - visitAlter(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#resetGlobal. - visitResetGlobal(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#setTransaction. - visitSetTransaction(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#setSessionAuthorization. - visitSetSessionAuthorization(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#resetSessionAuthorization. - visitResetSessionAuthorization(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#set. - visitSet(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#setGlobal. - visitSetGlobal(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#setTimeZone. - visitSetTimeZone(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#kill. - visitKill(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#insert. - visitInsert(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#restore. - visitRestore(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#copyFrom. - visitCopyFrom(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#copyTo. - visitCopyTo(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#drop. - visitDrop(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#grantPrivilege. - visitGrantPrivilege(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#denyPrivilege. - visitDenyPrivilege(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#revokePrivilege. - visitRevokePrivilege(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#create. - visitCreate(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#deallocate. - visitDeallocate(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#analyze. - visitAnalyze(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#discard. - visitDiscard(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#declare. - visitDeclare(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#fetch. - visitFetch(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#close. - visitClose(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#dropBlobTable. - visitDropBlobTable(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#dropTable. - visitDropTable(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#dropAlias. - visitDropAlias(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#dropRepository. - visitDropRepository(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#dropSnapshot. - visitDropSnapshot(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#dropFunction. - visitDropFunction(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#dropRole. - visitDropRole(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#dropView. - visitDropView(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#dropAnalyzer. - visitDropAnalyzer(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#dropPublication. - visitDropPublication(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#dropSubscription. - visitDropSubscription(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#dropServer. - visitDropServer(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#dropForeignTable. - visitDropForeignTable(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#dropUserMapping. - visitDropUserMapping(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#addColumn. - visitAddColumn(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#dropColumn. - visitDropColumn(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#dropCheckConstraint. - visitDropCheckConstraint(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#alterTableProperties. - visitAlterTableProperties(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#alterBlobTableProperties. - visitAlterBlobTableProperties(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#alterTableOpenClose. - visitAlterTableOpenClose(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#alterTableRenameTable. - visitAlterTableRenameTable(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#alterTableRenameColumn. - visitAlterTableRenameColumn(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#alterTableReroute. - visitAlterTableReroute(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#alterClusterRerouteRetryFailed. - visitAlterClusterRerouteRetryFailed(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#alterClusterSwapTable. - visitAlterClusterSwapTable(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#alterClusterDecommissionNode. - visitAlterClusterDecommissionNode(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#alterClusterGCDanglingArtifacts. - visitAlterClusterGCDanglingArtifacts(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#alterRole. - visitAlterRole(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#alterPublication. - visitAlterPublication(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#alterSubscription. - visitAlterSubscription(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#queryOptParens. - visitQueryOptParens(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#query. - visitQuery(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#queryNoWith. - visitQueryNoWith(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#limitClause. - visitLimitClause(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#offsetClause. - visitOffsetClause(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#queryTermDefault. - visitQueryTermDefault(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#setOperation. - visitSetOperation(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#setQuant. - visitSetQuant(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#sortItem. - visitSortItem(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#defaultQuerySpec. - visitDefaultQuerySpec(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#valuesRelation. - visitValuesRelation(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#selectSingle. - visitSelectSingle(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#selectAll. - visitSelectAll(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#where. - visitWhere(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#returning. - visitReturning(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#filter. - visitFilter(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#relationDefault. - visitRelationDefault(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#joinRelation. - visitJoinRelation(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#joinType. - visitJoinType(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#joinCriteria. - visitJoinCriteria(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#aliasedRelation. - visitAliasedRelation(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#tableRelation. - visitTableRelation(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#subqueryRelation. - visitSubqueryRelation(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#parenthesizedRelation. - visitParenthesizedRelation(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#tableWithPartition. - visitTableWithPartition(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#tableName. - visitTableName(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#tableFunction. - visitTableFunction(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#aliasedColumns. - visitAliasedColumns(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#with. - visitWith(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#namedQuery. - visitNamedQuery(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#expr. - visitExpr(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#logicalNot. - visitLogicalNot(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#booleanDefault. - visitBooleanDefault(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#match. - visitMatch(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#logicalBinary. - visitLogicalBinary(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#predicated. - visitPredicated(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#comparison. - visitComparison(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#quantifiedComparison. - visitQuantifiedComparison(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#between. - visitBetween(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#inList. - visitInList(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#inSubquery. - visitInSubquery(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#like. - visitLike(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#arrayLike. - visitArrayLike(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#nullPredicate. - visitNullPredicate(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#distinctFrom. - visitDistinctFrom(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#bitwiseBinary. - visitBitwiseBinary(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#valueExpressionDefault. - visitValueExpressionDefault(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#concatenation. - visitConcatenation(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#fromStringLiteralCast. - visitFromStringLiteralCast(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#arithmeticBinary. - visitArithmeticBinary(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#arithmeticUnary. - visitArithmeticUnary(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#subqueryExpressionDefault. - visitSubqueryExpressionDefault(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#dereference. - visitDereference(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#columnReference. - visitColumnReference(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#atTimezone. - visitAtTimezone(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#subscript. - visitSubscript(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#recordSubscript. - visitRecordSubscript(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#explicitFunctionDefault. - visitExplicitFunctionDefault(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#doubleColonCast. - visitDoubleColonCast(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#defaultParamOrLiteral. - visitDefaultParamOrLiteral(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#functionCall. - visitFunctionCall(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#nestedExpression. - visitNestedExpression(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#arraySlice. - visitArraySlice(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#exists. - visitExists(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#emptyArray. - visitEmptyArray(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#specialDateTimeFunction. - visitSpecialDateTimeFunction(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#currentSchema. - visitCurrentSchema(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#currentUser. - visitCurrentUser(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#sessionUser. - visitSessionUser(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#left. - visitLeft(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#right. - visitRight(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#substring. - visitSubstring(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#trim. - visitTrim(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#extract. - visitExtract(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#cast. - visitCast(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#simpleCase. - visitSimpleCase(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#searchedCase. - visitSearchedCase(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#ifCase. - visitIfCase(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#arraySubquery. - visitArraySubquery(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#subqueryExpression. - visitSubqueryExpression(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#simpleLiteral. - visitSimpleLiteral(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#arrayLiteral. - visitArrayLiteral(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#objectLiteral. - visitObjectLiteral(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#parameterOrSimpleLiteral. - visitParameterOrSimpleLiteral(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#parameterExpression. - visitParameterExpression(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#intAsLiteral. - visitIntAsLiteral(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#nullAsLiteral. - visitNullAsLiteral(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#integerParamOrLiteralDoubleColonCast. - visitIntegerParamOrLiteralDoubleColonCast(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#integerParamOrLiteralCast. - visitIntegerParamOrLiteralCast(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#parameterOrIdent. - visitParameterOrIdent(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#parameterOrString. - visitParameterOrString(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#positionalParameter. - visitPositionalParameter(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#parameterPlaceholder. - visitParameterPlaceholder(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#nullLiteral. - visitNullLiteral(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#escapedCharsStringLiteral. - visitEscapedCharsStringLiteral(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#dollarQuotedStringLiteral. - visitDollarQuotedStringLiteral(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#stringLiteral. - visitStringLiteral(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#bitString. - visitBitString(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#subscriptSafe. - visitSubscriptSafe(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#cmpOp. - visitCmpOp(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#setCmpQuantifier. - visitSetCmpQuantifier(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#whenClause. - visitWhenClause(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#namedWindow. - visitNamedWindow(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#over. - visitOver(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#windowDefinition. - visitWindowDefinition(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#windowFrame. - visitWindowFrame(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#unboundedFrame. - visitUnboundedFrame(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#currentRowBound. - visitCurrentRowBound(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#boundedFrame. - visitBoundedFrame(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#qnames. - visitQnames(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#qname. - visitQname(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#spaceSeparatedIdents. - visitSpaceSeparatedIdents(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#identWithOrWithoutValue. - visitIdentWithOrWithoutValue(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#idents. - visitIdents(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#ident. - visitIdent(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#unquotedIdentifier. - visitUnquotedIdentifier(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#digitIdentifier. - visitDigitIdentifier(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#quotedIdentifier. - visitQuotedIdentifier(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#backQuotedIdentifier. - visitBackQuotedIdentifier(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#stringLiteralOrIdentifier. - visitStringLiteralOrIdentifier(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#stringLiteralOrIdentifierOrQname. - visitStringLiteralOrIdentifierOrQname(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#numericLiteral. - visitNumericLiteral(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#intervalLiteral. - visitIntervalLiteral(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#intervalField. - visitIntervalField(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#booleanLiteral. - visitBooleanLiteral(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#decimalLiteral. - visitDecimalLiteral(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#integerLiteral. - visitIntegerLiteral(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#objectKeyValue. - visitObjectKeyValue(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#insertSource. - visitInsertSource(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#onConflict. - visitOnConflict(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#conflictTarget. - visitConflictTarget(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#values. - visitValues(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#columns. - visitColumns(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#assignment. - visitAssignment(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#createTable. - visitCreateTable(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#createTableAs. - visitCreateTableAs(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#createForeignTable. - visitCreateForeignTable(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#createBlobTable. - visitCreateBlobTable(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#createRepository. - visitCreateRepository(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#createSnapshot. - visitCreateSnapshot(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#createAnalyzer. - visitCreateAnalyzer(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#createFunction. - visitCreateFunction(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#createUserMapping. - visitCreateUserMapping(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#createRole. - visitCreateRole(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#createView. - visitCreateView(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#createPublication. - visitCreatePublication(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#createSubscription. - visitCreateSubscription(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#createServer. - visitCreateServer(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#mappedUser. - visitMappedUser(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#kvOptions. - visitKvOptions(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#kvOption. - visitKvOption(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#functionArgument. - visitFunctionArgument(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#tableOnly. - visitTableOnly(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#tableWithPartitionDefault. - visitTableWithPartitionDefault(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#alterSubscriptionMode. - visitAlterSubscriptionMode(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#partitionedByOrClusteredInto. - visitPartitionedByOrClusteredInto(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#partitionedBy. - visitPartitionedBy(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#clusteredBy. - visitClusteredBy(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#blobClusteredInto. - visitBlobClusteredInto(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#columnDefinitionDefault. - visitColumnDefinitionDefault(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#primaryKeyConstraintTableLevel. - visitPrimaryKeyConstraintTableLevel(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#indexDefinition. - visitIndexDefinition(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#tableCheckConstraint. - visitTableCheckConstraint(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#columnDefinition. - visitColumnDefinition(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#addColumnDefinition. - visitAddColumnDefinition(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#dropColumnDefinition. - visitDropColumnDefinition(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#rerouteMoveShard. - visitRerouteMoveShard(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#rerouteAllocateReplicaShard. - visitRerouteAllocateReplicaShard(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#reroutePromoteReplica. - visitReroutePromoteReplica(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#rerouteCancelShard. - visitRerouteCancelShard(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#objectDataType. - visitObjectDataType(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#maybeParametrizedDataType. - visitMaybeParametrizedDataType(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#arrayDataType. - visitArrayDataType(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#definedDataTypeDefault. - visitDefinedDataTypeDefault(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#identDataType. - visitIdentDataType(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#definedDataType. - visitDefinedDataType(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#objectTypeDefinition. - visitObjectTypeDefinition(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#columnConstraintPrimaryKey. - visitColumnConstraintPrimaryKey(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#columnConstraintNotNull. - visitColumnConstraintNotNull(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#columnConstraintNull. - visitColumnConstraintNull(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#columnIndexConstraint. - visitColumnIndexConstraint(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#columnIndexOff. - visitColumnIndexOff(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#columnStorageDefinition. - visitColumnStorageDefinition(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#columnDefaultConstraint. - visitColumnDefaultConstraint(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#columnGeneratedConstraint. - visitColumnGeneratedConstraint(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#columnCheckConstraint. - visitColumnCheckConstraint(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#primaryKeyContraint. - visitPrimaryKeyContraint(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#checkConstraint. - visitCheckConstraint(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#withGenericProperties. - visitWithGenericProperties(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#genericProperties. - visitGenericProperties(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#genericProperty. - visitGenericProperty(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#explainOptions. - visitExplainOptions(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#explainOption. - visitExplainOption(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#matchPredicateIdents. - visitMatchPredicateIdents(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#matchPredicateIdent. - visitMatchPredicateIdent(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#analyzerElement. - visitAnalyzerElement(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#tokenizer. - visitTokenizer(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#tokenFilters. - visitTokenFilters(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#charFilters. - visitCharFilters(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#namedProperties. - visitNamedProperties(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#tableWithPartitions. - visitTableWithPartitions(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#setGlobalAssignment. - visitSetGlobalAssignment(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#setExpr. - visitSetExpr(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#on. - visitOn(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#securable. - visitSecurable(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#transactionMode. - visitTransactionMode(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#isolationLevel. - visitIsolationLevel(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#direction. - visitDirection(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#declareCursorParams. - visitDeclareCursorParams(ctx) { - return this.visitChildren(ctx); - } - - - // Visit a parse tree produced by SqlBaseParser#nonReserved. - visitNonReserved(ctx) { - return this.visitChildren(ctx); - } - - - -} \ No newline at end of file