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 ProtocolHandler
ProtocolHandler.CopyBothResponse. copyBoth(CopyFormat format, FieldFormat[] fieldFormats)
ProtocolHandler
ProtocolHandler.CopyOutResponse. copyOut(CopyFormat format, FieldFormat[] fieldFormats)
ProtocolHandler
CloseRequest. createHandler()
ProtocolHandler
CopyInRequest. createHandler()
ProtocolHandler
CopyOutRequest. createHandler()
ProtocolHandler
ExecuteStatementRequest. createHandler()
ProtocolHandler
FunctionCallRequest. createHandler()
ProtocolHandler
PrepareRequest. createHandler()
ProtocolHandler
QueryRequest. createHandler()
ProtocolHandler
ServerRequest. createHandler()
ProtocolHandler
StartupRequest. createHandler()
ProtocolHandler
SynchronizeRequest. createHandler()
-