Class PostgreSQLDDLStatementSQLVisitor

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.PostgreSQLDDLStatementSQLVisitor
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.DDLSQLVisitor, org.apache.shardingsphere.sql.parser.api.visitor.type.SQLTypeVisitor, PostgreSQLStatementParserVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>

public final class PostgreSQLDDLStatementSQLVisitor extends PostgreSQLStatementSQLVisitor implements org.apache.shardingsphere.sql.parser.api.visitor.type.DDLSQLVisitor, org.apache.shardingsphere.sql.parser.api.visitor.operation.SQLStatementVisitor
DDL Statement SQL visitor for PostgreSQL.