QueryExecutor
QueryExecutorBase
, QueryExecutorImpl
public interface TypeTransferModeRegistry
Modifier and Type | Method | 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 © 2018 PostgreSQL Global Development Group. All rights reserved.