Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.TablePropertiesContext
-
Packages that use OracleStatementParser.TablePropertiesContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.TablePropertiesContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.TablePropertiesContext Modifier and Type Method Description OracleStatementParser.TablePropertiesContextOracleStatementParser.CreateObjectTableClauseContext. tableProperties()OracleStatementParser.TablePropertiesContextOracleStatementParser.CreateRelationalTableClauseContext. tableProperties()OracleStatementParser.TablePropertiesContextOracleStatementParser.CreateXMLTypeTableClauseContext. tableProperties()OracleStatementParser.TablePropertiesContextOracleStatementParser. tableProperties()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.TablePropertiesContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitTableProperties(OracleStatementParser.TablePropertiesContext ctx)Visit a parse tree produced byOracleStatementParser.tableProperties().TOracleStatementVisitor. visitTableProperties(OracleStatementParser.TablePropertiesContext ctx)Visit a parse tree produced byOracleStatementParser.tableProperties().
-