planetj.database.connection
Interface IConnections

All Known Implementing Classes:
ConnectionRow

public interface IConnections

Interface generated by planetj.dataengine.RowClassGenerator Created at: Wed Apr 10 19:26:24 PDT 2002


Field Summary
static String ALIAS
           
static String CLEAN_UP_TIMEOUT
           
static String CONNECTION_TABLE_NAME
           
static String DRIVER
           
static String ENCODED_USER_PASSWORD
           
static String MAX_CONNECTIONS
           
static int MAX_SYSTEM_ALIAS_NAME_LENGTH
           
static String MIN_CONNECTIONS
           
static String ORPHAN_TIMEOUT
           
static String OWNER_ID
           
static String PASSWORD
           
static String PROPERTIES
           
static String STATUS
           
static String URL
           
static String USER_ID
           
 

Field Detail

CONNECTION_TABLE_NAME

public static final String CONNECTION_TABLE_NAME
See Also:
Constant Field Values

DRIVER

public static final String DRIVER
See Also:
Constant Field Values

MIN_CONNECTIONS

public static final String MIN_CONNECTIONS
See Also:
Constant Field Values

ORPHAN_TIMEOUT

public static final String ORPHAN_TIMEOUT
See Also:
Constant Field Values

PROPERTIES

public static final String PROPERTIES
See Also:
Constant Field Values

URL

public static final String URL
See Also:
Constant Field Values

PASSWORD

public static final String PASSWORD
See Also:
Constant Field Values

USER_ID

public static final String USER_ID
See Also:
Constant Field Values

OWNER_ID

public static final String OWNER_ID
See Also:
Constant Field Values

CLEAN_UP_TIMEOUT

public static final String CLEAN_UP_TIMEOUT
See Also:
Constant Field Values

ALIAS

public static final String ALIAS
See Also:
Constant Field Values

MAX_SYSTEM_ALIAS_NAME_LENGTH

public static final int MAX_SYSTEM_ALIAS_NAME_LENGTH
See Also:
Constant Field Values

MAX_CONNECTIONS

public static final String MAX_CONNECTIONS
See Also:
Constant Field Values

STATUS

public static final String STATUS
See Also:
Constant Field Values

ENCODED_USER_PASSWORD

public static final String ENCODED_USER_PASSWORD
See Also:
Constant Field Values