Package com.impossibl.postgres.protocol
Class FieldFormats
- java.lang.Object
-
- com.impossibl.postgres.protocol.FieldFormats
-
public class FieldFormats extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static FieldFormat[]
REQUEST_ALL_BINARY
static FieldFormat[]
REQUEST_ALL_TEXT
-
Constructor Summary
Constructors Constructor Description FieldFormats()
-
-
-
Field Detail
-
REQUEST_ALL_TEXT
public static final FieldFormat[] REQUEST_ALL_TEXT
-
REQUEST_ALL_BINARY
public static final FieldFormat[] REQUEST_ALL_BINARY
-
-