Uses of Class
org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.PostgreSQLServerPreparedStatement
Packages that use PostgreSQLServerPreparedStatement
-
Uses of PostgreSQLServerPreparedStatement in org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended
Constructors in org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended with parameters of type PostgreSQLServerPreparedStatementModifierConstructorDescriptionJDBCPortal(String name, PostgreSQLServerPreparedStatement preparedStatement, List<Object> params, List<PostgreSQLValueFormat> resultFormats, JDBCBackendConnection backendConnection) PostgreSQLBatchedStatementsExecutor(ConnectionSession connectionSession, PostgreSQLServerPreparedStatement preparedStatement, List<List<Object>> parameterSets)