パッケージ org.postgresql.core.v3
インタフェース TypeTransferModeRegistry
- 既知のサブインタフェースのリスト:
QueryExecutor
- 既知の実装クラスのリスト:
QueryExecutorBase
,QueryExecutorImpl
public interface TypeTransferModeRegistry
-
メソッドの概要
修飾子とタイプメソッド説明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.
-
メソッドの詳細
-
useBinaryForSend
boolean useBinaryForSend(int oid) Returns if given oid should be sent in binary format.- パラメータ:
oid
- type oid- 戻り値:
- true if given oid should be sent in binary format
-
useBinaryForReceive
boolean useBinaryForReceive(int oid) Returns if given oid should be received in binary format.- パラメータ:
oid
- type oid- 戻り値:
- true if given oid should be received in binary format
-