public interface TypeTransferModeRegistry
| Modifier and Type | Method and Description |
|---|---|
boolean |
useBinaryForReceive(int oid)
Returns if given oid should be received in binary format.
|
boolean |
useBinaryForSend(int oid)
Returns if given oid should be sent in binary format.
|
boolean useBinaryForSend(int oid)
oid - type oidboolean useBinaryForReceive(int oid)
oid - type oidCopyright © 1997-2022 PostgreSQL Global Development Group. All Rights Reserved.