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