Module org.postgresql.pljava
Package org.postgresql.pljava.annotation
Interface BaseUDT.PredefinedCategory.Code
-
- Enclosing class:
- BaseUDT.PredefinedCategory
public static interface BaseUDT.PredefinedCategory.Code
Character constants corresponding to the predefined categories, for use in theBaseUDT.category()
annotation element.
-
-
Field Summary
Fields Modifier and Type Field Description static char
ARRAY
static char
BITSTRING
static char
BOOLEAN
static char
COMPOSITE
static char
DATETIME
static char
ENUM
static char
GEOMETRIC
static char
INTERNAL
static char
NETWORK
static char
NUMERIC
static char
PSEUDOTYPE
static char
RANGE
static char
STRING
static char
TIMESPAN
static char
UNKNOWN
static char
USER
-
-
-
Field Detail
-
ARRAY
static final char ARRAY
- See Also:
- Constant Field Values
-
BOOLEAN
static final char BOOLEAN
- See Also:
- Constant Field Values
-
COMPOSITE
static final char COMPOSITE
- See Also:
- Constant Field Values
-
DATETIME
static final char DATETIME
- See Also:
- Constant Field Values
-
ENUM
static final char ENUM
- See Also:
- Constant Field Values
-
GEOMETRIC
static final char GEOMETRIC
- See Also:
- Constant Field Values
-
NETWORK
static final char NETWORK
- See Also:
- Constant Field Values
-
NUMERIC
static final char NUMERIC
- See Also:
- Constant Field Values
-
PSEUDOTYPE
static final char PSEUDOTYPE
- See Also:
- Constant Field Values
-
RANGE
static final char RANGE
- See Also:
- Constant Field Values
-
STRING
static final char STRING
- See Also:
- Constant Field Values
-
TIMESPAN
static final char TIMESPAN
- See Also:
- Constant Field Values
-
USER
static final char USER
- See Also:
- Constant Field Values
-
BITSTRING
static final char BITSTRING
- See Also:
- Constant Field Values
-
UNKNOWN
static final char UNKNOWN
- See Also:
- Constant Field Values
-
INTERNAL
static final char INTERNAL
- See Also:
- Constant Field Values
-
-