Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.CommentTextContext
-
Packages that use PostgreSQLStatementParser.CommentTextContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of PostgreSQLStatementParser.CommentTextContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.CommentTextContext Modifier and Type Method Description PostgreSQLStatementParser.CommentTextContextPostgreSQLStatementParser.CommentClausesContext. commentText()PostgreSQLStatementParser.CommentTextContextPostgreSQLStatementParser. commentText()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.CommentTextContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitCommentText(PostgreSQLStatementParser.CommentTextContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.commentText().TPostgreSQLStatementParserVisitor. visitCommentText(PostgreSQLStatementParser.CommentTextContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.commentText().
-