| 构造器和说明 |
|---|
JDBCPortal(String name,
PostgreSQLPreparedStatement preparedStatement,
List<Object> parameters,
List<PostgreSQLValueFormat> resultFormats,
JDBCBackendConnection backendConnection) |
| 限定符和类型 | 方法和说明 |
|---|---|
Void |
bind()
Do bind.
|
void |
close()
Close portal.
|
PostgreSQLPacket |
describe()
Describe portal.
|
List<PostgreSQLPacket> |
execute(int maxRows)
Execute portal.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getSqlStatementpublic JDBCPortal(String name, PostgreSQLPreparedStatement preparedStatement, List<Object> parameters, List<PostgreSQLValueFormat> resultFormats, JDBCBackendConnection backendConnection) throws SQLException
SQLExceptionpublic PostgreSQLPacket describe()
Portalpublic List<PostgreSQLPacket> execute(int maxRows)
PortalCopyright © 2022 The Apache Software Foundation. All rights reserved.