Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.AlterTablePropertiesContext
-
Packages that use OracleStatementParser.AlterTablePropertiesContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.AlterTablePropertiesContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.AlterTablePropertiesContext Modifier and Type Method Description OracleStatementParser.AlterTablePropertiesContextOracleStatementParser.AlterDefinitionClauseContext. alterTableProperties()OracleStatementParser.AlterTablePropertiesContextOracleStatementParser. alterTableProperties()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.AlterTablePropertiesContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitAlterTableProperties(OracleStatementParser.AlterTablePropertiesContext ctx)Visit a parse tree produced byOracleStatementParser.alterTableProperties().TOracleStatementVisitor. visitAlterTableProperties(OracleStatementParser.AlterTablePropertiesContext ctx)Visit a parse tree produced byOracleStatementParser.alterTableProperties().
-