Class PostgreSQLDCLStatementSQLVisitor

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
org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl.PostgreSQLDCLStatementSQLVisitor
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>, org.apache.shardingsphere.sql.parser.api.visitor.operation.SQLOperationVisitor, org.apache.shardingsphere.sql.parser.api.visitor.operation.SQLStatementVisitor, org.apache.shardingsphere.sql.parser.api.visitor.SQLVisitor, org.apache.shardingsphere.sql.parser.api.visitor.type.DCLSQLVisitor, org.apache.shardingsphere.sql.parser.api.visitor.type.SQLTypeVisitor, PostgreSQLStatementParserVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>

public final class PostgreSQLDCLStatementSQLVisitor extends PostgreSQLStatementSQLVisitor implements org.apache.shardingsphere.sql.parser.api.visitor.type.DCLSQLVisitor, org.apache.shardingsphere.sql.parser.api.visitor.operation.SQLStatementVisitor
DCL Statement SQL visitor for PostgreSQL.