Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.CommentContext
-
Packages that use PostgreSQLStatementParser.CommentContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type -
-
Uses of PostgreSQLStatementParser.CommentContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.CommentContext Modifier and Type Method Description PostgreSQLStatementParser.CommentContextPostgreSQLStatementParser. comment()PostgreSQLStatementParser.CommentContextPostgreSQLStatementParser.ExecuteContext. comment()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.CommentContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitComment(PostgreSQLStatementParser.CommentContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.comment().TPostgreSQLStatementParserVisitor. visitComment(PostgreSQLStatementParser.CommentContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.comment(). -
Uses of PostgreSQLStatementParser.CommentContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type with parameters of type PostgreSQLStatementParser.CommentContext Modifier and Type Method Description ASTNodePostgreSQLDDLStatementVisitor. visitComment(PostgreSQLStatementParser.CommentContext ctx)
-