Uses of Interface
org.postgresql.core.v3.TypeTransferModeRegistry
-
Packages that use TypeTransferModeRegistry Package Description org.postgresql.core org.postgresql.core.v3 -
-
Uses of TypeTransferModeRegistry in org.postgresql.core
Subinterfaces of TypeTransferModeRegistry in org.postgresql.core Modifier and Type Interface Description interfaceQueryExecutorAbstracts the protocol-specific details of executing a query.Classes in org.postgresql.core that implement TypeTransferModeRegistry Modifier and Type Class Description classQueryExecutorBase -
Uses of TypeTransferModeRegistry in org.postgresql.core.v3
Classes in org.postgresql.core.v3 that implement TypeTransferModeRegistry Modifier and Type Class Description classQueryExecutorImplQueryExecutor implementation for the V3 protocol.Constructors in org.postgresql.core.v3 with parameters of type TypeTransferModeRegistry Constructor Description BatchedQuery(NativeQuery query, TypeTransferModeRegistry transferModeRegistry, int valuesBraceOpenPosition, int valuesBraceClosePosition, boolean sanitiserDisabled)
-