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 CopyFormatCopyFormat. 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 ProtocolHandlerProtocolHandler.CopyBothResponse. copyBoth(CopyFormat format, FieldFormat[] fieldFormats)InputStreamProtocolHandler.CopyInResponse. copyIn(CopyFormat format, FieldFormat[] fieldFormats)ProtocolHandlerProtocolHandler.CopyOutResponse. copyOut(CopyFormat format, FieldFormat[] fieldFormats)
-