Uses of Interface
com.pyranid.RawConnectionOperation
-
Uses of RawConnectionOperation in com.pyranid
Methods in com.pyranid with parameters of type RawConnectionOperationModifier and TypeMethodDescription<T> @NonNull Optional<T> Database.useRawConnection(@NonNull RawConnectionOperation<Connection, T> rawConnectionOperation) Performs raw JDBC work with a Pyranid-managedConnection.<C extends Connection, T>
@NonNull Optional<T> Database.useRawConnection(@NonNull Class<C> connectionType, @NonNull RawConnectionOperation<? super C, T> rawConnectionOperation) Performs driver-specific raw JDBC work with a Pyranid-managed connection of the requested type.