Arch4J dataaccess 1.1

org.arch4j.dataaccess
Interface DataAccessConstants


public interface DataAccessConstants

Constant values used in this package.

Version:
1.0.
Author:
Allan Wick

Field Summary
static String DATA_ACCESS_DOMAIN
          The property that defines the domain for the data access.
static String DEFAULT_CONNECTION
          Property that defines the default connection name.
static String DRIVER_PROPERTY
          The sub-property for getting the JDBC driver name.
static String DS_LOOKUP_NAME
           
static String MAX_CONNECTIONS
          The sub-property for getting the maximum number of connections.
static String PASSWORD_PROPERTY
          The sub-property for getting the JDBC password.
static String URL_PROPERTY
          The sub-property for getting the JDBC url.
static String USE_ARCH4J_POOL
          The property that defines if the pooling provided by arch4j is required or not The values are true and false
static String USERNAME_PROPERTY
          The sub-property for getting the JDBC username.
 

Field Detail

USE_ARCH4J_POOL

public static final String USE_ARCH4J_POOL
The property that defines if the pooling provided by arch4j is required or not The values are true and false

See Also:
Constant Field Values

DATA_ACCESS_DOMAIN

public static final String DATA_ACCESS_DOMAIN
The property that defines the domain for the data access.

See Also:
Constant Field Values

DEFAULT_CONNECTION

public static final String DEFAULT_CONNECTION
Property that defines the default connection name.

See Also:
Constant Field Values

DRIVER_PROPERTY

public static final String DRIVER_PROPERTY
The sub-property for getting the JDBC driver name.

See Also:
Constant Field Values

URL_PROPERTY

public static final String URL_PROPERTY
The sub-property for getting the JDBC url.

See Also:
Constant Field Values

USERNAME_PROPERTY

public static final String USERNAME_PROPERTY
The sub-property for getting the JDBC username.

See Also:
Constant Field Values

PASSWORD_PROPERTY

public static final String PASSWORD_PROPERTY
The sub-property for getting the JDBC password.

See Also:
Constant Field Values

MAX_CONNECTIONS

public static final String MAX_CONNECTIONS
The sub-property for getting the maximum number of connections. *

See Also:
Constant Field Values

DS_LOOKUP_NAME

public static final String DS_LOOKUP_NAME
See Also:
Constant Field Values

Arch4J dataaccess 1.1

Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.