Uses of Interface
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParserVisitor
Packages that use PostgreSQLStatementParserVisitor
Package
Description
-
Uses of PostgreSQLStatementParserVisitor in org.apache.shardingsphere.sql.parser.autogen
Classes in org.apache.shardingsphere.sql.parser.autogen that implement PostgreSQLStatementParserVisitorModifier and TypeClassDescriptionclassThis 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.impl
Classes in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl that implement PostgreSQLStatementParserVisitorModifier and TypeClassDescriptionfinal classDAL Statement SQL visitor for PostgreSQL.final classDCL Statement SQL visitor for PostgreSQL.final classDDL Statement SQL visitor for PostgreSQL.final classDML Statement SQL visitor for PostgreSQL.classPostgreSQL Statement SQL visitor.final classTCL Statement SQL visitor for PostgreSQL.