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 interface
QueryExecutor
Abstracts the protocol-specific details of executing a query.Classes in org.postgresql.core that implement TypeTransferModeRegistry Modifier and Type Class Description class
QueryExecutorBase
-
Uses of TypeTransferModeRegistry in org.postgresql.core.v3
Classes in org.postgresql.core.v3 that implement TypeTransferModeRegistry Modifier and Type Class Description class
QueryExecutorImpl
QueryExecutor 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)
-