Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.RowtypeContext
-
Packages that use OracleStatementParser.RowtypeContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.RowtypeContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.RowtypeContext Modifier and Type Method Description OracleStatementParser.RowtypeContextOracleStatementParser.CursorDeclarationContext. rowtype()OracleStatementParser.RowtypeContextOracleStatementParser.CursorDefinitionContext. rowtype()OracleStatementParser.RowtypeContextOracleStatementParser. rowtype()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.RowtypeContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitRowtype(OracleStatementParser.RowtypeContext ctx)Visit a parse tree produced byOracleStatementParser.rowtype().TOracleStatementVisitor. visitRowtype(OracleStatementParser.RowtypeContext ctx)Visit a parse tree produced byOracleStatementParser.rowtype().
-