jxDBCon 0.9z

Constant Field Values


Contents
org.sourceforge.*

org.sourceforge.jxdbcon.Diag
private static final String driverVersion "0.9"
private static final int FAIL 2
private static final int FATAL 3
private static final String jdbcLevel "jdbc3"
private static final int OK 0
private static final int WARN 1

org.sourceforge.jxdbcon.postgresql.NetProtocolV0
private static final int ACK_MSG 0
private static final int DUPLICATE_MSG 8
private static final int ERROR_MSG 1
private static final int FUNCTION_MSG 5
private static final int INVALID_MSG 9
private static final int NET_ERROR 4
private static final int PRINT_MSG 3
private static final int QUERY_MSG 6
private static final int RESET_MSG 2
private static final int STARTUP_HBA_MSG 12
private static final int STARTUP_KRB4_MSG 10
private static final int STARTUP_KRB5_MSG 11
private static final int STARTUP_MSG 7
private static final int STARTUP_PASSWORD_MSG 14
private static final int STARTUP_UNAUTH_MSG 13

org.sourceforge.jxdbcon.postgresql.PGBlob
private static final int INV_READ 262144
private static final int INV_WRITE 131072
private static final int SEEK_CUR 1
private static final int SEEK_END 2
private static final int SEEK_SET 0

org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaData
public static final int MAX_NAME 31
static final String tablesInfix " AS TABLE_TYPE, \'null\'::text AS REMARKS, \'null\'::text AS TYPE_CAT, \'null\'::text AS TYPE_SCHEM, \'null\'::text AS TYPE_NAME, \'null\'::text AS SELF_REFERENCING_COL_NAME, \'null\'::text AS REF_GENERATION, oid FROM pg_class WHERE relname like "
static final String tablesPrefix "SELECT \'null\'::text AS TABLE_CAT, \'null\'::text AS TABLE_SCHEM, relname AS TABLE_NAME, "


jxDBCon 0.9z

Copyright © 2001,2002 Keve Müller; see LICENSE file for details.