public final class PostgreSQLComBindPacket extends PostgreSQLCommandPacket
| 构造器和说明 |
|---|
PostgreSQLComBindPacket(PostgreSQLPacketPayload payload) |
| 限定符和类型 | 方法和说明 |
|---|---|
PostgreSQLIdentifierTag |
getIdentifier()
Get identifier.
|
List<Object> |
readParameters(List<PostgreSQLColumnType> parameterTypes)
Read parameters from Bind message.
|
List<PostgreSQLValueFormat> |
readResultFormats()
Read result formats from Bind message.
|
void |
write(PostgreSQLPacketPayload payload) |
public PostgreSQLComBindPacket(PostgreSQLPacketPayload payload)
public List<Object> readParameters(List<PostgreSQLColumnType> parameterTypes)
parameterTypes - parameter typespublic List<PostgreSQLValueFormat> readResultFormats()
public void write(PostgreSQLPacketPayload payload)
public PostgreSQLIdentifierTag getIdentifier()
PostgreSQLIdentifierPacketCopyright © 2022 The Apache Software Foundation. All rights reserved.