Uses of Interface
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParserVisitor
-
-
Uses of PostgreSQLStatementParserVisitor in org.apache.shardingsphere.sql.parser.autogen
Classes in org.apache.shardingsphere.sql.parser.autogen that implement PostgreSQLStatementParserVisitor Modifier and Type Class Description classPostgreSQLStatementParserBaseVisitor<T>This class provides an empty implementation ofPostgreSQLStatementParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods. -
Uses of PostgreSQLStatementParserVisitor in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement
Classes in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement that implement PostgreSQLStatementParserVisitor Modifier and Type Class Description classPostgreSQLStatementVisitorStatement visitor for PostgreSQL. -
Uses of PostgreSQLStatementParserVisitor in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type
Classes in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type that implement PostgreSQLStatementParserVisitor Modifier and Type Class Description classPostgreSQLDALStatementVisitorDAL statement visitor for PostgreSQL.classPostgreSQLDCLStatementVisitorDCL statement visitor for PostgreSQL.classPostgreSQLDDLStatementVisitorDDL statement visitor for PostgreSQL.classPostgreSQLDMLStatementVisitorDML statement visitor for PostgreSQL.classPostgreSQLTCLStatementVisitorTCL statement visitor for PostgreSQL.
-