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