jxDBCon 0.9z

org.sourceforge.jxdbcon
Interface InfoKeys

All Known Subinterfaces:
DB2InfoKeys, PGInfoKeys
All Known Implementing Classes:
AbstractConnection, DRDAProtocol, JXDBConDriver, LibProtocol, NetProtocol, PGConnection, XAbstractDataSource

public interface InfoKeys

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.

Version:
$Revision: 1.5 $, $Date: 2002/03/16 01:26:07 $
Author:
Keve Müller
See Also:
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

CATALOG

public static final String CATALOG
The catalog to use. Literal value: CATALOG
Sample: mydb

See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
A description for the connection. Literal value: DESCRIPTION
Sample: Tutorial database

See Also:
Constant Field Values

DRIVER

public static final String DRIVER
The driver. Used internally. Literal value: DRIVER
Sample: postgresql

See Also:
Constant Field Values

HOST

public static final String HOST
The host to connect to. Literal value: HOST
Sample: localhost

See Also:
Constant Field Values

PASSWORD

public static final String PASSWORD
The password. Literal value: password
Sample: secret

See Also:
Constant Field Values

PORT

public static final String PORT
The port number to connect to. Literal value: PORT
Sample: 9876

See Also:
Constant Field Values

SUBDRIVER

public static final String SUBDRIVER
The subdriver. Used internally. Literal value: SUBDRIVER
Sample: net

See Also:
Constant Field Values

USER

public static final String USER
The user name to connect with. Literal value: user
Sample: keve

See Also:
Constant Field Values

jxDBCon 0.9z

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