|
jxDBCon 0.9z | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
InfoKeys defines the common keys used in the connection properties. The keys provided here are usually parsed from the URL but their literal value is provided in case they are passed in through the connect properties.
DriverManager.getConnection(java.lang.String,java.util.Properties)
Field Summary | |
static String |
CATALOG
The catalog to use. |
static String |
DESCRIPTION
A description for the connection. |
static String |
DRIVER
The driver. |
static String |
HOST
The host to connect to. |
static String |
PASSWORD
The password. |
static String |
PORT
The port number to connect to. |
static String |
SUBDRIVER
The subdriver. |
static String |
USER
The user name to connect with. |
Field Detail |
public static final String CATALOG
public static final String DESCRIPTION
public static final String DRIVER
public static final String HOST
public static final String PASSWORD
public static final String PORT
public static final String SUBDRIVER
public static final String USER
|
jxDBCon 0.9z | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |