Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.CreateDefinitionClauseContext
Packages that use OpenGaussStatementParser.CreateDefinitionClauseContext
Package
Description
-
Uses of OpenGaussStatementParser.CreateDefinitionClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.CreateDefinitionClauseContextModifier and TypeMethodDescriptionOpenGaussStatementParser.createDefinitionClause()OpenGaussStatementParser.CreateTableContext.createDefinitionClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.CreateDefinitionClauseContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitCreateDefinitionClause(OpenGaussStatementParser.CreateDefinitionClauseContext ctx) Visit a parse tree produced byOpenGaussStatementParser.createDefinitionClause().OpenGaussStatementVisitor.visitCreateDefinitionClause(OpenGaussStatementParser.CreateDefinitionClauseContext ctx) Visit a parse tree produced byOpenGaussStatementParser.createDefinitionClause(). -
Uses of OpenGaussStatementParser.CreateDefinitionClauseContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl with parameters of type OpenGaussStatementParser.CreateDefinitionClauseContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussDDLStatementSQLVisitor.visitCreateDefinitionClause(OpenGaussStatementParser.CreateDefinitionClauseContext ctx)