Uses of Interface
com.impossibl.postgres.protocol.v30.ProtocolHandler
-
Packages that use ProtocolHandler Package Description com.impossibl.postgres.protocol.v30 -
-
Uses of ProtocolHandler in com.impossibl.postgres.protocol.v30
Methods in com.impossibl.postgres.protocol.v30 that return ProtocolHandler Modifier and Type Method Description ProtocolHandlerProtocolHandler.CopyBothResponse. copyBoth(CopyFormat format, FieldFormat[] fieldFormats)ProtocolHandlerProtocolHandler.CopyOutResponse. copyOut(CopyFormat format, FieldFormat[] fieldFormats)ProtocolHandlerCloseRequest. createHandler()ProtocolHandlerCopyInRequest. createHandler()ProtocolHandlerCopyOutRequest. createHandler()ProtocolHandlerExecuteStatementRequest. createHandler()ProtocolHandlerFunctionCallRequest. createHandler()ProtocolHandlerPrepareRequest. createHandler()ProtocolHandlerQueryRequest. createHandler()ProtocolHandlerServerRequest. createHandler()ProtocolHandlerStartupRequest. createHandler()ProtocolHandlerSynchronizeRequest. createHandler()
-