Uses of Interface
com.impossibl.postgres.protocol.RequestExecutor.PrepareHandler
-
Packages that use RequestExecutor.PrepareHandler Package Description com.impossibl.postgres.protocol -
-
Uses of RequestExecutor.PrepareHandler in com.impossibl.postgres.protocol
Classes in com.impossibl.postgres.protocol that implement RequestExecutor.PrepareHandler Modifier and Type Class Description static classRequestExecutorHandlers.PrepareResultMethods in com.impossibl.postgres.protocol with parameters of type RequestExecutor.PrepareHandler Modifier and Type Method Description voidRequestExecutor. prepare(String statementName, String sqlText, TypeRef[] parameterTypes, RequestExecutor.PrepareHandler handler)Prepares a query for later, possibly repeated, execution via theRequestExecutor.execute(String, String, FieldFormatRef[], ByteBuf[], FieldFormatRef[], int, ExecuteHandler)request.
-