Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.ModifyColPropertiesContext
-
Packages that use OracleStatementParser.ModifyColPropertiesContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type -
-
Uses of OracleStatementParser.ModifyColPropertiesContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.ModifyColPropertiesContext Modifier and Type Method Description OracleStatementParser.ModifyColPropertiesContextOracleStatementParser. modifyColProperties()OracleStatementParser.ModifyColPropertiesContextOracleStatementParser.ModifyColumnSpecificationContext. modifyColProperties(int i)Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.ModifyColPropertiesContext Modifier and Type Method Description List<OracleStatementParser.ModifyColPropertiesContext>OracleStatementParser.ModifyColumnSpecificationContext. modifyColProperties()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.ModifyColPropertiesContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitModifyColProperties(OracleStatementParser.ModifyColPropertiesContext ctx)Visit a parse tree produced byOracleStatementParser.modifyColProperties().TOracleStatementVisitor. visitModifyColProperties(OracleStatementParser.ModifyColPropertiesContext ctx)Visit a parse tree produced byOracleStatementParser.modifyColProperties(). -
Uses of OracleStatementParser.ModifyColPropertiesContext in org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type with parameters of type OracleStatementParser.ModifyColPropertiesContext Modifier and Type Method Description ASTNodeOracleDDLStatementVisitor. visitModifyColProperties(OracleStatementParser.ModifyColPropertiesContext ctx)
-