Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.CreateDefinitionClauseContext
-
-
Uses of OpenGaussStatementParser.CreateDefinitionClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.CreateDefinitionClauseContext Modifier and Type Method Description OpenGaussStatementParser.CreateDefinitionClauseContextOpenGaussStatementParser. createDefinitionClause()OpenGaussStatementParser.CreateDefinitionClauseContextOpenGaussStatementParser.CreateTableContext. createDefinitionClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.CreateDefinitionClauseContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitCreateDefinitionClause(OpenGaussStatementParser.CreateDefinitionClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.createDefinitionClause().TOpenGaussStatementVisitor. visitCreateDefinitionClause(OpenGaussStatementParser.CreateDefinitionClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.createDefinitionClause(). -
Uses of OpenGaussStatementParser.CreateDefinitionClauseContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type with parameters of type OpenGaussStatementParser.CreateDefinitionClauseContext Modifier and Type Method Description ASTNodeOpenGaussDDLStatementVisitor. visitCreateDefinitionClause(OpenGaussStatementParser.CreateDefinitionClauseContext ctx)
-