Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.CollationClauseContext
-
Packages that use OracleStatementParser.CollationClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.CollationClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.CollationClauseContext Modifier and Type Method Description OracleStatementParser.CollationClauseContextOracleStatementParser. collationClause()OracleStatementParser.CollationClauseContextOracleStatementParser.CreateRelationalTableClauseContext. collationClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.CollationClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitCollationClause(OracleStatementParser.CollationClauseContext ctx)Visit a parse tree produced byOracleStatementParser.collationClause().TOracleStatementVisitor. visitCollationClause(OracleStatementParser.CollationClauseContext ctx)Visit a parse tree produced byOracleStatementParser.collationClause().
-