Uses of Class
com.impossibl.postgres.protocol.CopyFormat
-
Packages that use CopyFormat Package Description com.impossibl.postgres.protocol com.impossibl.postgres.protocol.v30 -
-
Uses of CopyFormat in com.impossibl.postgres.protocol
Methods in com.impossibl.postgres.protocol that return CopyFormat Modifier and Type Method Description static CopyFormat
CopyFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static CopyFormat[]
CopyFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CopyFormat in com.impossibl.postgres.protocol.v30
Methods in com.impossibl.postgres.protocol.v30 with parameters of type CopyFormat Modifier and Type Method Description ProtocolHandler
ProtocolHandler.CopyBothResponse. copyBoth(CopyFormat format, FieldFormat[] fieldFormats)
InputStream
ProtocolHandler.CopyInResponse. copyIn(CopyFormat format, FieldFormat[] fieldFormats)
ProtocolHandler
ProtocolHandler.CopyOutResponse. copyOut(CopyFormat format, FieldFormat[] fieldFormats)
-