Class PostgreSQLStatementSQLVisitor

java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParserBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>
org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl.PostgreSQLStatementSQLVisitor
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>, PostgreSQLStatementParserVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>
Direct Known Subclasses:
PostgreSQLDALStatementSQLVisitor, PostgreSQLDCLStatementSQLVisitor, PostgreSQLDDLStatementSQLVisitor, PostgreSQLDMLStatementSQLVisitor, PostgreSQLTCLStatementSQLVisitor

public abstract class PostgreSQLStatementSQLVisitor extends PostgreSQLStatementParserBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>
PostgreSQL Statement SQL visitor.