public final class PostgreSQLInt8BinaryProtocolValue extends Object implements PostgreSQLBinaryProtocolValue
| Constructor and Description |
|---|
PostgreSQLInt8BinaryProtocolValue() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnLength(Object value)
Get column length.
|
Object |
read(PostgreSQLPacketPayload payload)
Read binary protocol value.
|
void |
write(PostgreSQLPacketPayload payload,
Object value)
Write binary protocol value.
|
public int getColumnLength(Object value)
PostgreSQLBinaryProtocolValuegetColumnLength in interface PostgreSQLBinaryProtocolValuevalue - value of columnpublic Object read(PostgreSQLPacketPayload payload)
PostgreSQLBinaryProtocolValueread in interface PostgreSQLBinaryProtocolValuepayload - payload operation for PostgreSQL packetpublic void write(PostgreSQLPacketPayload payload, Object value)
PostgreSQLBinaryProtocolValuewrite in interface PostgreSQLBinaryProtocolValuepayload - payload operation for PostgreSQL packetvalue - value to be writtenCopyright © 2020 The Apache Software Foundation. All rights reserved.