|
jxDBCon 0.9z | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
PGConstants defines constants derived from various places in the PostgreSQL sources
Field Summary | |
static int |
AUTH_REQ_CRYPT
|
static int |
AUTH_REQ_KRB4
|
static int |
AUTH_REQ_KRB5
|
static int |
AUTH_REQ_MD5
|
static int |
AUTH_REQ_OK
Constants used in authentication. |
static int |
AUTH_REQ_PASSWORD
|
static int |
AUTH_REQ_SCM
|
static int |
NUMERIC_DSCALE_MASK
|
static int |
NUMERIC_NAN
|
static int |
NUMERIC_NEG
|
static int |
NUMERIC_POS
|
static int |
NUMERIC_SIGN_MASK
Constants to decode numeric internal representation. |
static String |
PG_VERSION_STR
Version string for use with MessageFormat. |
static String |
PG_VERSION_STR1
Alternate version string. |
static int |
TRIGGER_TYPE_BEFORE
|
static int |
TRIGGER_TYPE_DELETE
|
static int |
TRIGGER_TYPE_INSERT
|
static int |
TRIGGER_TYPE_ROW
Constants to decode pg_trigger.tgtype column. |
static int |
TRIGGER_TYPE_UPDATE
|
Field Detail |
public static final int AUTH_REQ_CRYPT
public static final int AUTH_REQ_KRB4
public static final int AUTH_REQ_KRB5
public static final int AUTH_REQ_MD5
public static final int AUTH_REQ_OK
public static final int AUTH_REQ_PASSWORD
public static final int AUTH_REQ_SCM
public static final int NUMERIC_DSCALE_MASK
public static final int NUMERIC_NAN
public static final int NUMERIC_NEG
public static final int NUMERIC_POS
public static final int NUMERIC_SIGN_MASK
public static final String PG_VERSION_STR
MessageFormat
,
Constant Field Valuespublic static final String PG_VERSION_STR1
public static final int TRIGGER_TYPE_BEFORE
public static final int TRIGGER_TYPE_DELETE
public static final int TRIGGER_TYPE_INSERT
public static final int TRIGGER_TYPE_ROW
public static final int TRIGGER_TYPE_UPDATE
|
jxDBCon 0.9z | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |