Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.ColumnPropertiesContext
-
Packages that use OracleStatementParser.ColumnPropertiesContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.ColumnPropertiesContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.ColumnPropertiesContext Modifier and Type Method Description OracleStatementParser.ColumnPropertiesContextOracleStatementParser.AddColumnSpecificationContext. columnProperties()OracleStatementParser.ColumnPropertiesContextOracleStatementParser. columnProperties()OracleStatementParser.ColumnPropertiesContextOracleStatementParser.NestedTableColPropertiesContext. columnProperties()OracleStatementParser.ColumnPropertiesContextOracleStatementParser.TablePropertiesContext. columnProperties()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.ColumnPropertiesContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitColumnProperties(OracleStatementParser.ColumnPropertiesContext ctx)Visit a parse tree produced byOracleStatementParser.columnProperties().TOracleStatementVisitor. visitColumnProperties(OracleStatementParser.ColumnPropertiesContext ctx)Visit a parse tree produced byOracleStatementParser.columnProperties().
-