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