Class JDBCPortal
java.lang.Object
org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.JDBCPortal
PostgreSQL portal using JDBC backend.
-
Constructor Summary
ConstructorsConstructorDescriptionJDBCPortal(String name, PostgreSQLServerPreparedStatement preparedStatement, List<Object> params, List<PostgreSQLValueFormat> resultFormats, JDBCBackendConnection backendConnection) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.Portal
getName, getSqlStatement
-
Constructor Details
-
JDBCPortal
public JDBCPortal(String name, PostgreSQLServerPreparedStatement preparedStatement, List<Object> params, List<PostgreSQLValueFormat> resultFormats, JDBCBackendConnection backendConnection) throws SQLException - Throws:
SQLException
-
-
Method Details