Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.CommentContext
-
Packages that use OracleStatementParser.CommentContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type -
-
Uses of OracleStatementParser.CommentContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.CommentContext Modifier and Type Method Description OracleStatementParser.CommentContextOracleStatementParser. comment()OracleStatementParser.CommentContextOracleStatementParser.ExecuteContext. comment()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.CommentContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitComment(OracleStatementParser.CommentContext ctx)Visit a parse tree produced byOracleStatementParser.comment().TOracleStatementVisitor. visitComment(OracleStatementParser.CommentContext ctx)Visit a parse tree produced byOracleStatementParser.comment(). -
Uses of OracleStatementParser.CommentContext in org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type with parameters of type OracleStatementParser.CommentContext Modifier and Type Method Description ASTNodeOracleDDLStatementVisitor. visitComment(OracleStatementParser.CommentContext ctx)
-