| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen | |
| org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgreSQLStatementParserBaseVisitor<T>
This class provides an empty implementation of
PostgreSQLStatementParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods. |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgreSQLDALStatementSQLVisitor
DAL Statement SQL visitor for PostgreSQL.
|
class |
PostgreSQLDCLStatementSQLVisitor
DCL Statement SQL visitor for PostgreSQL.
|
class |
PostgreSQLDDLStatementSQLVisitor
DDL Statement SQL visitor for PostgreSQL.
|
class |
PostgreSQLDMLStatementSQLVisitor
DML Statement SQL visitor for PostgreSQL.
|
class |
PostgreSQLStatementSQLVisitor
PostgreSQL Statement SQL visitor.
|
class |
PostgreSQLTCLStatementSQLVisitor
TCL Statement SQL visitor for PostgreSQL.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.