public abstract class MySQLVisitor extends MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>
| 构造器和说明 |
|---|
MySQLVisitor() |
visitAddColumnSpecification, visitAddConstraintSpecification, visitAddIndexSpecification, visitAggregationFunctionName, visitAlias, visitAllClause_, visitAlterDatabase, visitAlterDefinitionClause, visitAlterEvent, visitAlterFunction, visitAlterInstance, visitAlterLogfileGroup, visitAlterProcedure, visitAlterResourceGroup, visitAlterServer, visitAlterSpecification, visitAlterTable, visitAlterTablespace, visitAlterUser, visitAlterView, visitAnalyzeTable, visitAssignment, visitAssignmentValue, visitAssignmentValues, visitAuthOption_, visitAutoCommitValue, visitBeginTransaction, visitBinlog, visitBlobValue, visitCacheIndex, visitCall, visitCaseElse_, visitCaseWhen_, visitChangeColumnSpecification, visitChangeMasterTo, visitChannelName, visitChannelOption_, visitCharacterSet_, visitCharacterSetName_, visitCheckConstraintDefinition, visitChecksumTable, visitCheckTable, visitCheckTableOption_, visitClone, visitCloneAction_, visitCloneDir, visitCloneInstance, visitCollateClause_, visitCollationName_, visitCollectionOptions, visitColumnDefinition, visitCommit, visitComparisonOperator, visitComponentName, visitConnectionOptions_, visitConstraintDefinition, visitCreateDatabase, visitCreateDatabaseSpecification_, visitCreateDefinition, visitCreateDefinitionClause, visitCreateEvent, visitCreateFunction, visitCreateIndex, visitCreateIndexSpecification_, visitCreateLikeClause, visitCreateLogfileGroup, visitCreateProcedure, visitCreateResourceGroup, visitCreateRole, visitCreateServer, visitCreateTable, visitCreateTablespaceInnodb, visitCreateTablespaceNdb, visitCreateTableSpecification_, visitCreateTrigger, visitCreateUdf, visitCreateUser, visitCreateView, visitCteClause_, visitDataTypeGenericOption, visitDelete, visitDeleteSpecification_, visitDesc, visitDistinct, visitDoStatement, visitDropColumnSpecification, visitDropDatabase, visitDropEvent, visitDropFunction, visitDropIndex, visitDropIndexSpecification_, visitDropIndexSpecification, visitDropLogfileGroup, visitDropPrimaryKeySpecification, visitDropProcedure, visitDropResourceGroup, visitDropRole, visitDropServer, visitDropTable, visitDropTablespace, visitDropTableSpecification_, visitDropUser, visitDropView, visitDuplicateSpecification, visitEngineName, visitEscapedTableReference, visitEventName, visitExecute, visitFileSizeLiteral_, visitFirstOrAfterColumn, visitFlush, visitFlushOption_, visitForeignKeyOption, visitFrameBetween_, visitFrameClause_, visitFrameEnd_, visitFrameStart_, visitFromClause, visitFromSchema, visitFromTable, visitFunctionName, visitGeneratedOption, visitGrant, visitGrantOption_, visitGroupByClause, visitGroupName, visitHandlerCloseStatement, visitHandlerOpenStatement, visitHandlerReadIndexStatement, visitHandlerReadStatement, visitHandlerStatement, visitHavingClause, visitHostName, visitIdentifiedBy_, visitIdentifiedWith_, visitIgnoredIdentifier_, visitIgnoredIdentifiers_, visitImportStatement, visitIndexDefinition_, visitIndexHint_, visitIndexHintList_, visitIndexOption_, visitIndexType_, visitInsert, visitInsertSelectClause, visitInsertSpecification_, visitInsertValuesClause, visitInstallComponent, visitInstallPlugin, visitInstanceAction, visitIntervalUnit_, visitJoinedTable, visitJoinSpecification, visitKeyPart_, visitKeyParts_, visitKill, visitLevelClause_, visitLevelInWeightListElement_, visitLimitClause, visitLimitOffset, visitLimitRowCount, visitLoadDataStatement, visitLoadIndexInfo, visitLoadXmlStatement, visitLockClause, visitLockOption_, visitLogicalOperator, visitLogName, visitMatchExpression_, visitMatchSearchModifier_, visitModifyColumnSpecification, visitMultipleTableNames, visitMultipleTablesClause, visitName, visitNotOperator_, visitObjectType_, visitOnDuplicateKeyClause, visitOnObjectClause, visitOptimizeTable, visitOverClause_, visitOwner, visitOwnerStatement, visitPartitionClause_, visitPartitionDefinition_, visitPartitionDefinitionOption_, visitPartitionDefinitions_, visitPartitionLessThanValue_, visitPartitionList, visitPartitionName, visitPartitionNames_, visitPartitionValueList_, visitPasswordOption_, visitPluginName, visitPort, visitPrimaryKey, visitPrimaryKeyOption, visitPrivilegeClause, visitPrivilegeLevel, visitPrivileges_, visitPrivilegeType_, visitProcedureParameter_, visitProjection, visitProjections, visitProxyClause_, visitQualifiedShorthand, visitReferenceDefinition, visitReferenceOption_, visitRegularFunctionName_, visitRenameColumnSpecification, visitRenameIndexSpecification, visitRenameTableSpecification, visitRenameUser, visitRepairTable, visitReplace, visitReplaceSpecification_, visitResetOption_, visitResetPersist, visitResetStatement, visitResourceOption_, visitRestart, visitRevoke, visitRoleClause_, visitRoleName, visitRoles_, visitRollback, visitRoutineBody, visitRoutineOption_, visitSavepoint, visitScheduleExpression_, visitScope_, visitSelect, visitSelectClause, visitSelectFieldsInto_, visitSelectIntoExpression_, visitSelectLinesInto_, visitSelectSpecification, visitServerName, visitServerOption_, visitSetAssignmentsClause, visitSetAutoCommit, visitSetCharacter, visitSetDefaultRole, visitSetName, visitSetPassword, visitSetResourceGroup, visitSetRole, visitSetTransaction, visitSetVariable, visitShardLibraryName, visitShowBinaryLogs, visitShowBinlogEvents, visitShowCharacterSet, visitShowCollation, visitShowColumnLike_, visitShowColumns, visitShowCreateDatabase, visitShowCreateEvent, visitShowCreateFunction, visitShowCreateProcedure, visitShowCreateTable, visitShowCreateTrigger, visitShowCreateUser, visitShowCreateView, visitShowDatabases, visitShowEngine, visitShowEngines, visitShowErrors, visitShowEvents, visitShowFilter, visitShowFunctionCode, visitShowFunctionStatus, visitShowGrant, visitShowIndex, visitShowLike, visitShowMasterStatus, visitShowOpenTables, visitShowOther, visitShowPlugins, visitShowPrivileges, visitShowProcedureCode, visitShowProcedureStatus, visitShowProcesslist, visitShowProfile, visitShowProfiles, visitShowProfileType, visitShowRelaylogEvent, visitShowSlavehost, visitShowSlaveStatus, visitShowStatus, visitShowTables, visitShowTableStatus, visitShowTrriggers, visitShowVariables, visitShowWarnings, visitShowWhereClause_, visitShutdown, visitSingleTableClause, visitStartSlave, visitStopSlave, visitStorageOption, visitSubpartitionDefinition_, visitSubquery, visitTableExistClause_, visitTableFactor, visitTableIndexList, visitTableNotExistClause_, visitTableOption_, visitTableOptions_, visitTableReference, visitTableReferences, visitTablesOption_, visitThreadType_, visitThreadTypes_, visitTimestampValue, visitTlsOption_, visitTriggerEvent, visitTriggerName, visitTriggerOrder, visitTriggerTime, visitTrimFunction_, visitTruncateTable, visitUninstallComponent, visitUninstallPlugin, visitUnionClause, visitUniqueOption_, visitUnqualifiedShorthand, visitUpdate, visitUpdateSpecification_, visitUse, visitUserAuthOption_, visitUserFuncAuthOption_, visitUserName, visitUserOrRole, visitUserOrRoles_, visitUtilOption_, visitValuesFunction_, visitVariable, visitVcpuSpec_, visitViewName, visitWhereClause, visitWindowClause_, visitWindowItem_, visitWindowSpecification_, visitWithClause_, visitWithGrantOption_, visitWrapperNameaggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitParameterMarker(MySQLStatementParser.ParameterMarkerContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.parameterMarker().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParameterMarker 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitParameterMarker 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitLiterals(MySQLStatementParser.LiteralsContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.literals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLiterals 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitLiterals 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitStringLiterals(MySQLStatementParser.StringLiteralsContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.stringLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringLiterals 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitStringLiterals 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitNumberLiterals(MySQLStatementParser.NumberLiteralsContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.numberLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumberLiterals 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitNumberLiterals 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitDateTimeLiterals(MySQLStatementParser.DateTimeLiteralsContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.dateTimeLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDateTimeLiterals 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitDateTimeLiterals 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitHexadecimalLiterals(MySQLStatementParser.HexadecimalLiteralsContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.hexadecimalLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHexadecimalLiterals 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitHexadecimalLiterals 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitBitValueLiterals(MySQLStatementParser.BitValueLiteralsContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.bitValueLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBitValueLiterals 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitBitValueLiterals 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitBooleanLiterals(MySQLStatementParser.BooleanLiteralsContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.booleanLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanLiterals 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitBooleanLiterals 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitNullValueLiterals(MySQLStatementParser.NullValueLiteralsContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.nullValueLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNullValueLiterals 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitNullValueLiterals 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitIdentifier(MySQLStatementParser.IdentifierContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.identifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifier 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitIdentifier 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitUnreservedWord(MySQLStatementParser.UnreservedWordContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.unreservedWord().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnreservedWord 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitUnreservedWord 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitSchemaName(MySQLStatementParser.SchemaNameContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.schemaName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaName 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitSchemaName 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitTableName(MySQLStatementParser.TableNameContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.tableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableName 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitTableName 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitColumnName(MySQLStatementParser.ColumnNameContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.columnName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnName 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitColumnName 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitIndexName(MySQLStatementParser.IndexNameContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.indexName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexName 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitIndexName 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitTableNames(MySQLStatementParser.TableNamesContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.tableNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableNames 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitTableNames 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitColumnNames(MySQLStatementParser.ColumnNamesContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.columnNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnNames 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitColumnNames 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitExpr(MySQLStatementParser.ExprContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpr 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitExpr 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitBooleanPrimary(MySQLStatementParser.BooleanPrimaryContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.booleanPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanPrimary 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitBooleanPrimary 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitPredicate(MySQLStatementParser.PredicateContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicate 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitPredicate 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitBitExpr(MySQLStatementParser.BitExprContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.bitExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBitExpr 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitBitExpr 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitSimpleExpr(MySQLStatementParser.SimpleExprContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.simpleExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleExpr 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitSimpleExpr 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitIntervalExpression(MySQLStatementParser.IntervalExpressionContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.intervalExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntervalExpression 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitIntervalExpression 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitFunctionCall(MySQLStatementParser.FunctionCallContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.functionCall().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionCall 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitFunctionCall 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitAggregationFunction(MySQLStatementParser.AggregationFunctionContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.aggregationFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregationFunction 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitAggregationFunction 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitSpecialFunction(MySQLStatementParser.SpecialFunctionContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.specialFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSpecialFunction 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitSpecialFunction 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitGroupConcatFunction(MySQLStatementParser.GroupConcatFunctionContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.groupConcatFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupConcatFunction 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitGroupConcatFunction 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitWindowFunction(MySQLStatementParser.WindowFunctionContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.windowFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowFunction 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitWindowFunction 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitCastFunction(MySQLStatementParser.CastFunctionContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.castFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCastFunction 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitCastFunction 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitConvertFunction(MySQLStatementParser.ConvertFunctionContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.convertFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConvertFunction 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitConvertFunction 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitPositionFunction(MySQLStatementParser.PositionFunctionContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.positionFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPositionFunction 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitPositionFunction 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitSubstringFunction(MySQLStatementParser.SubstringFunctionContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.substringFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubstringFunction 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitSubstringFunction 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitExtractFunction(MySQLStatementParser.ExtractFunctionContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.extractFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExtractFunction 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitExtractFunction 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitCharFunction(MySQLStatementParser.CharFunctionContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.charFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharFunction 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitCharFunction 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitWeightStringFunction(MySQLStatementParser.WeightStringFunctionContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.weightStringFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWeightStringFunction 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitWeightStringFunction 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitRegularFunction(MySQLStatementParser.RegularFunctionContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.regularFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRegularFunction 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitRegularFunction 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitCaseExpression(MySQLStatementParser.CaseExpressionContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.caseExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseExpression 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitCaseExpression 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitDataTypeName(MySQLStatementParser.DataTypeNameContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.dataTypeName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataTypeName 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitDataTypeName 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitDataType(MySQLStatementParser.DataTypeContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.dataType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataType 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitDataType 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitDataTypeLength(MySQLStatementParser.DataTypeLengthContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.dataTypeLength().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataTypeLength 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitDataTypeLength 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitOrderByClause(MySQLStatementParser.OrderByClauseContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.orderByClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderByClause 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitOrderByClause 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treepublic final org.apache.shardingsphere.sql.parser.api.ASTNode visitOrderByItem(MySQLStatementParser.OrderByItemContext ctx)
MySQLStatementBaseVisitorMySQLStatementParser.orderByItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderByItem 在接口中 MySQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>visitOrderByItem 在类中 MySQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.ASTNode>ctx - the parse treeCopyright © 2020 The Apache Software Foundation. All rights reserved.