T - The return type of the visit operation. Use Void for
operations with no return type.public class SqlBaseBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements SqlBaseVisitor<T>
SqlBaseVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
SqlBaseBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitSingleStatement(SqlBaseParser.SingleStatementContext ctx)
SqlBaseParser.singleStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSingleStatement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitCreateTimeseries(SqlBaseParser.CreateTimeseriesContext ctx)
createTimeseries
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTimeseries in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitDeleteTimeseries(SqlBaseParser.DeleteTimeseriesContext ctx)
deleteTimeseries
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeleteTimeseries in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitAlterTimeseries(SqlBaseParser.AlterTimeseriesContext ctx)
alterTimeseries
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTimeseries in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitInsertStatement(SqlBaseParser.InsertStatementContext ctx)
insertStatement
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertStatement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitUpdateStatement(SqlBaseParser.UpdateStatementContext ctx)
updateStatement
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUpdateStatement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitDeleteStatement(SqlBaseParser.DeleteStatementContext ctx)
deleteStatement
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeleteStatement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitSetStorageGroup(SqlBaseParser.SetStorageGroupContext ctx)
setStorageGroup
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetStorageGroup in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitDeleteStorageGroup(SqlBaseParser.DeleteStorageGroupContext ctx)
deleteStorageGroup
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeleteStorageGroup in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitShowMetadata(SqlBaseParser.ShowMetadataContext ctx)
showMetadata
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowMetadata in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitDescribePath(SqlBaseParser.DescribePathContext ctx)
describePath
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDescribePath in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitCreateIndex(SqlBaseParser.CreateIndexContext ctx)
createIndex
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateIndex in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitDropIndex(SqlBaseParser.DropIndexContext ctx)
dropIndex
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropIndex in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitMerge(SqlBaseParser.MergeContext ctx)
merge
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMerge in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitFlush(SqlBaseParser.FlushContext ctx)
flush
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFlush in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitFullMerge(SqlBaseParser.FullMergeContext ctx)
fullMerge
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullMerge in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitClearcache(SqlBaseParser.ClearcacheContext ctx)
clearcache
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClearcache in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitCreateUser(SqlBaseParser.CreateUserContext ctx)
createUser
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUser in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitAlterUser(SqlBaseParser.AlterUserContext ctx)
alterUser
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterUser in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitDropUser(SqlBaseParser.DropUserContext ctx)
dropUser
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropUser in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitCreateRole(SqlBaseParser.CreateRoleContext ctx)
createRole
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateRole in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitDropRole(SqlBaseParser.DropRoleContext ctx)
dropRole
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropRole in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitGrantUser(SqlBaseParser.GrantUserContext ctx)
grantUser
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantUser in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitGrantRole(SqlBaseParser.GrantRoleContext ctx)
grantRole
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantRole in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitRevokeUser(SqlBaseParser.RevokeUserContext ctx)
revokeUser
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRevokeUser in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitRevokeRole(SqlBaseParser.RevokeRoleContext ctx)
revokeRole
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRevokeRole in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitGrantRoleToUser(SqlBaseParser.GrantRoleToUserContext ctx)
grantRoleToUser
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantRoleToUser in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitRevokeRoleFromUser(SqlBaseParser.RevokeRoleFromUserContext ctx)
revokeRoleFromUser
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRevokeRoleFromUser in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitLoadStatement(SqlBaseParser.LoadStatementContext ctx)
loadStatement
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoadStatement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitGrantWatermarkEmbedding(SqlBaseParser.GrantWatermarkEmbeddingContext ctx)
grantWatermarkEmbedding
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantWatermarkEmbedding in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitRevokeWatermarkEmbedding(SqlBaseParser.RevokeWatermarkEmbeddingContext ctx)
revokeWatermarkEmbedding
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRevokeWatermarkEmbedding in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitListUser(SqlBaseParser.ListUserContext ctx)
listUser
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitListUser in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitListRole(SqlBaseParser.ListRoleContext ctx)
listRole
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitListRole in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitListPrivilegesUser(SqlBaseParser.ListPrivilegesUserContext ctx)
listPrivilegesUser
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitListPrivilegesUser in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitListPrivilegesRole(SqlBaseParser.ListPrivilegesRoleContext ctx)
listPrivilegesRole
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitListPrivilegesRole in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitListUserPrivileges(SqlBaseParser.ListUserPrivilegesContext ctx)
listUserPrivileges
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitListUserPrivileges in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitListRolePrivileges(SqlBaseParser.ListRolePrivilegesContext ctx)
listRolePrivileges
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitListRolePrivileges in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitListAllRoleOfUser(SqlBaseParser.ListAllRoleOfUserContext ctx)
listAllRoleOfUser
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitListAllRoleOfUser in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitListAllUserOfRole(SqlBaseParser.ListAllUserOfRoleContext ctx)
listAllUserOfRole
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitListAllUserOfRole in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitSetTTLStatement(SqlBaseParser.SetTTLStatementContext ctx)
setTTLStatement
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetTTLStatement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitUnsetTTLStatement(SqlBaseParser.UnsetTTLStatementContext ctx)
unsetTTLStatement
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnsetTTLStatement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitShowTTLStatement(SqlBaseParser.ShowTTLStatementContext ctx)
showTTLStatement
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowTTLStatement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitShowAllTTLStatement(SqlBaseParser.ShowAllTTLStatementContext ctx)
showAllTTLStatement
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowAllTTLStatement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitShowFlushTaskInfo(SqlBaseParser.ShowFlushTaskInfoContext ctx)
showFlushTaskInfo
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowFlushTaskInfo in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitShowVersion(SqlBaseParser.ShowVersionContext ctx)
showVersion
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowVersion in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitShowTimeseries(SqlBaseParser.ShowTimeseriesContext ctx)
showTimeseries
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowTimeseries in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitShowStorageGroup(SqlBaseParser.ShowStorageGroupContext ctx)
showStorageGroup
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowStorageGroup in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitShowChildPaths(SqlBaseParser.ShowChildPathsContext ctx)
showChildPaths
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowChildPaths in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitShowDevices(SqlBaseParser.ShowDevicesContext ctx)
showDevices
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowDevices in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitShowMergeStatus(SqlBaseParser.ShowMergeStatusContext ctx)
showMergeStatus
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowMergeStatus in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitTracingOn(SqlBaseParser.TracingOnContext ctx)
tracingOn
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTracingOn in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitTracingOff(SqlBaseParser.TracingOffContext ctx)
tracingOff
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTracingOff in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitCountTimeseries(SqlBaseParser.CountTimeseriesContext ctx)
countTimeseries
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCountTimeseries in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitCountDevices(SqlBaseParser.CountDevicesContext ctx)
countDevices
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCountDevices in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitCountStorageGroup(SqlBaseParser.CountStorageGroupContext ctx)
countStorageGroup
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCountStorageGroup in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitCountNodes(SqlBaseParser.CountNodesContext ctx)
countNodes
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCountNodes in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitLoadConfigurationStatement(SqlBaseParser.LoadConfigurationStatementContext ctx)
loadConfigurationStatement
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoadConfigurationStatement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitLoadFiles(SqlBaseParser.LoadFilesContext ctx)
loadFiles
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoadFiles in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitRemoveFile(SqlBaseParser.RemoveFileContext ctx)
removeFile
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRemoveFile in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitMoveFile(SqlBaseParser.MoveFileContext ctx)
moveFile
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMoveFile in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitDeletePartition(SqlBaseParser.DeletePartitionContext ctx)
deletePartition
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeletePartition in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitCreateSnapshot(SqlBaseParser.CreateSnapshotContext ctx)
createSnapshot
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateSnapshot in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitSelectIndexStatement(SqlBaseParser.SelectIndexStatementContext ctx)
selectIndexStatement
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectIndexStatement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitSelectStatement(SqlBaseParser.SelectStatementContext ctx)
selectStatement
labeled alternative in SqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectStatement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitFunctionElement(SqlBaseParser.FunctionElementContext ctx)
functionElement
labeled alternative in SqlBaseParser.selectElements().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionElement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitSelectElement(SqlBaseParser.SelectElementContext ctx)
selectElement
labeled alternative in SqlBaseParser.selectElements().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectElement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitLastElement(SqlBaseParser.LastElementContext ctx)
lastElement
labeled alternative in SqlBaseParser.selectElements().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLastElement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitAsElement(SqlBaseParser.AsElementContext ctx)
asElement
labeled alternative in SqlBaseParser.selectElements().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAsElement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitFunctionAsElement(SqlBaseParser.FunctionAsElementContext ctx)
functionAsElement
labeled alternative in SqlBaseParser.selectElements().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionAsElement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitSuffixPathOrConstant(SqlBaseParser.SuffixPathOrConstantContext ctx)
SqlBaseParser.suffixPathOrConstant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSuffixPathOrConstant in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitFunctionCall(SqlBaseParser.FunctionCallContext ctx)
SqlBaseParser.functionCall().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionCall in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitFunctionName(SqlBaseParser.FunctionNameContext ctx)
SqlBaseParser.functionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionName in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitFunctionAsClause(SqlBaseParser.FunctionAsClauseContext ctx)
SqlBaseParser.functionAsClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionAsClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitLastClause(SqlBaseParser.LastClauseContext ctx)
SqlBaseParser.lastClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLastClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitAsClause(SqlBaseParser.AsClauseContext ctx)
SqlBaseParser.asClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAsClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitAlias(SqlBaseParser.AliasContext ctx)
SqlBaseParser.alias().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlias in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitAlterClause(SqlBaseParser.AlterClauseContext ctx)
SqlBaseParser.alterClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitAliasClause(SqlBaseParser.AliasClauseContext ctx)
SqlBaseParser.aliasClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAliasClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitAttributeClauses(SqlBaseParser.AttributeClausesContext ctx)
SqlBaseParser.attributeClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAttributeClauses in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitCompressor(SqlBaseParser.CompressorContext ctx)
SqlBaseParser.compressor().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCompressor in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitAttributeClause(SqlBaseParser.AttributeClauseContext ctx)
SqlBaseParser.attributeClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAttributeClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitTagClause(SqlBaseParser.TagClauseContext ctx)
SqlBaseParser.tagClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTagClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitSetClause(SqlBaseParser.SetClauseContext ctx)
SqlBaseParser.setClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitWhereClause(SqlBaseParser.WhereClauseContext ctx)
SqlBaseParser.whereClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWhereClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitShowWhereClause(SqlBaseParser.ShowWhereClauseContext ctx)
SqlBaseParser.showWhereClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowWhereClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitContainsExpression(SqlBaseParser.ContainsExpressionContext ctx)
SqlBaseParser.containsExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitContainsExpression in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitOrExpression(SqlBaseParser.OrExpressionContext ctx)
SqlBaseParser.orExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrExpression in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitAndExpression(SqlBaseParser.AndExpressionContext ctx)
SqlBaseParser.andExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAndExpression in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitPredicate(SqlBaseParser.PredicateContext ctx)
SqlBaseParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicate in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitInClause(SqlBaseParser.InClauseContext ctx)
SqlBaseParser.inClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitFromClause(SqlBaseParser.FromClauseContext ctx)
SqlBaseParser.fromClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFromClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitSpecialLimitStatement(SqlBaseParser.SpecialLimitStatementContext ctx)
specialLimitStatement
labeled alternative in SqlBaseParser.specialClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSpecialLimitStatement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitOrderByTimeStatement(SqlBaseParser.OrderByTimeStatementContext ctx)
orderByTimeStatement
labeled alternative in SqlBaseParser.specialClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderByTimeStatement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitGroupByTimeStatement(SqlBaseParser.GroupByTimeStatementContext ctx)
groupByTimeStatement
labeled alternative in SqlBaseParser.specialClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupByTimeStatement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitGroupByFillStatement(SqlBaseParser.GroupByFillStatementContext ctx)
groupByFillStatement
labeled alternative in SqlBaseParser.specialClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupByFillStatement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitFillStatement(SqlBaseParser.FillStatementContext ctx)
fillStatement
labeled alternative in SqlBaseParser.specialClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFillStatement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitAlignByDeviceStatementOrDisableAlignInSpecialClause(SqlBaseParser.AlignByDeviceStatementOrDisableAlignInSpecialClauseContext ctx)
alignByDeviceStatementOrDisableAlignInSpecialClause
labeled alternative in SqlBaseParser.specialClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlignByDeviceStatementOrDisableAlignInSpecialClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitGroupByLevelStatement(SqlBaseParser.GroupByLevelStatementContext ctx)
groupByLevelStatement
labeled alternative in SqlBaseParser.specialClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupByLevelStatement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitLimitStatement(SqlBaseParser.LimitStatementContext ctx)
limitStatement
labeled alternative in SqlBaseParser.specialLimit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLimitStatement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitSlimitStatement(SqlBaseParser.SlimitStatementContext ctx)
slimitStatement
labeled alternative in SqlBaseParser.specialLimit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSlimitStatement in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitAlignByDeviceClauseOrDisableAlignInSpecialLimit(SqlBaseParser.AlignByDeviceClauseOrDisableAlignInSpecialLimitContext ctx)
alignByDeviceClauseOrDisableAlignInSpecialLimit
labeled alternative in SqlBaseParser.specialLimit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlignByDeviceClauseOrDisableAlignInSpecialLimit in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitOrderByTimeClause(SqlBaseParser.OrderByTimeClauseContext ctx)
SqlBaseParser.orderByTimeClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderByTimeClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitLimitClause(SqlBaseParser.LimitClauseContext ctx)
SqlBaseParser.limitClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLimitClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitOffsetClause(SqlBaseParser.OffsetClauseContext ctx)
SqlBaseParser.offsetClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOffsetClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitSlimitClause(SqlBaseParser.SlimitClauseContext ctx)
SqlBaseParser.slimitClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSlimitClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitSoffsetClause(SqlBaseParser.SoffsetClauseContext ctx)
SqlBaseParser.soffsetClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSoffsetClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitAlignByDeviceClause(SqlBaseParser.AlignByDeviceClauseContext ctx)
SqlBaseParser.alignByDeviceClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlignByDeviceClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitDisableAlign(SqlBaseParser.DisableAlignContext ctx)
SqlBaseParser.disableAlign().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDisableAlign in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitAlignByDeviceClauseOrDisableAlign(SqlBaseParser.AlignByDeviceClauseOrDisableAlignContext ctx)
SqlBaseParser.alignByDeviceClauseOrDisableAlign().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlignByDeviceClauseOrDisableAlign in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitFillClause(SqlBaseParser.FillClauseContext ctx)
SqlBaseParser.fillClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFillClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitGroupByTimeClause(SqlBaseParser.GroupByTimeClauseContext ctx)
SqlBaseParser.groupByTimeClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupByTimeClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitGroupByFillClause(SqlBaseParser.GroupByFillClauseContext ctx)
SqlBaseParser.groupByFillClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupByFillClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitGroupByLevelClause(SqlBaseParser.GroupByLevelClauseContext ctx)
SqlBaseParser.groupByLevelClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupByLevelClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitTypeClause(SqlBaseParser.TypeClauseContext ctx)
SqlBaseParser.typeClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTypeClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitLinearClause(SqlBaseParser.LinearClauseContext ctx)
SqlBaseParser.linearClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLinearClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitPreviousClause(SqlBaseParser.PreviousClauseContext ctx)
SqlBaseParser.previousClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPreviousClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitPreviousUntilLastClause(SqlBaseParser.PreviousUntilLastClauseContext ctx)
SqlBaseParser.previousUntilLastClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPreviousUntilLastClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitIndexWithClause(SqlBaseParser.IndexWithClauseContext ctx)
SqlBaseParser.indexWithClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexWithClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitIndexValue(SqlBaseParser.IndexValueContext ctx)
SqlBaseParser.indexValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexValue in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitComparisonOperator(SqlBaseParser.ComparisonOperatorContext ctx)
SqlBaseParser.comparisonOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComparisonOperator in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitInsertColumnSpec(SqlBaseParser.InsertColumnSpecContext ctx)
SqlBaseParser.insertColumnSpec().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertColumnSpec in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitInsertValuesSpec(SqlBaseParser.InsertValuesSpecContext ctx)
SqlBaseParser.insertValuesSpec().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertValuesSpec in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitSetCol(SqlBaseParser.SetColContext ctx)
SqlBaseParser.setCol().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetCol in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitPrivileges(SqlBaseParser.PrivilegesContext ctx)
SqlBaseParser.privileges().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivileges in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitRootOrId(SqlBaseParser.RootOrIdContext ctx)
SqlBaseParser.rootOrId().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRootOrId in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitTimeInterval(SqlBaseParser.TimeIntervalContext ctx)
SqlBaseParser.timeInterval().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTimeInterval in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitTimeValue(SqlBaseParser.TimeValueContext ctx)
SqlBaseParser.timeValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTimeValue in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitPropertyValue(SqlBaseParser.PropertyValueContext ctx)
SqlBaseParser.propertyValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropertyValue in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitFullPath(SqlBaseParser.FullPathContext ctx)
SqlBaseParser.fullPath().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullPath in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitPrefixPath(SqlBaseParser.PrefixPathContext ctx)
SqlBaseParser.prefixPath().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrefixPath in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitSuffixPath(SqlBaseParser.SuffixPathContext ctx)
SqlBaseParser.suffixPath().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSuffixPath in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitNodeName(SqlBaseParser.NodeNameContext ctx)
SqlBaseParser.nodeName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNodeName in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitNodeNameWithoutStar(SqlBaseParser.NodeNameWithoutStarContext ctx)
SqlBaseParser.nodeNameWithoutStar().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNodeNameWithoutStar in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitDataType(SqlBaseParser.DataTypeContext ctx)
SqlBaseParser.dataType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataType in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitDateFormat(SqlBaseParser.DateFormatContext ctx)
SqlBaseParser.dateFormat().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDateFormat in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitConstant(SqlBaseParser.ConstantContext ctx)
SqlBaseParser.constant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstant in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitBooleanClause(SqlBaseParser.BooleanClauseContext ctx)
SqlBaseParser.booleanClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanClause in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitDateExpression(SqlBaseParser.DateExpressionContext ctx)
SqlBaseParser.dateExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDateExpression in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitEncoding(SqlBaseParser.EncodingContext ctx)
SqlBaseParser.encoding().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEncoding in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitRealLiteral(SqlBaseParser.RealLiteralContext ctx)
SqlBaseParser.realLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRealLiteral in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitProperty(SqlBaseParser.PropertyContext ctx)
SqlBaseParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProperty in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitAutoCreateSchema(SqlBaseParser.AutoCreateSchemaContext ctx)
SqlBaseParser.autoCreateSchema().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAutoCreateSchema in interface SqlBaseVisitor<T>ctx - the parse treepublic T visitStringLiteral(SqlBaseParser.StringLiteralContext ctx)
SqlBaseParser.stringLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringLiteral in interface SqlBaseVisitor<T>ctx - the parse treeCopyright © 2020 The Apache Software Foundation. All rights reserved.