com.triactive.jdo
Interface DatabaseProperties


public interface DatabaseProperties

The system properties used to define the database connection.

Author:
Kelly Grizzle

Field Summary
static java.lang.String dbDriver
          The name of the JDBC driver class to use for all tests.
static java.lang.String dbPassword
          The database password to use for all tests.
static java.lang.String dbURL
          The JDBC driver URL to use for all tests.
static java.lang.String dbUser
          The database user name to use for all tests.
static java.lang.String DRIVER_PROPERTY
          The system property containing the name of the JDBC driver class to use for all tests.
static java.lang.String PASSWORD_PROPERTY
          The system property containing the database password to use for all tests.
static java.lang.String URL_PROPERTY
          The system property containing the JDBC driver URL to use for all tests.
static java.lang.String USER_PROPERTY
          The system property containing the database user name to use for the test.
 

Field Detail

DRIVER_PROPERTY

public static final java.lang.String DRIVER_PROPERTY
The system property containing the name of the JDBC driver class to use for all tests.

See Also:
Constant Field Values

URL_PROPERTY

public static final java.lang.String URL_PROPERTY
The system property containing the JDBC driver URL to use for all tests.

See Also:
Constant Field Values

USER_PROPERTY

public static final java.lang.String USER_PROPERTY
The system property containing the database user name to use for the test.

See Also:
Constant Field Values

PASSWORD_PROPERTY

public static final java.lang.String PASSWORD_PROPERTY
The system property containing the database password to use for all tests.

See Also:
Constant Field Values

dbDriver

public static final java.lang.String dbDriver
The name of the JDBC driver class to use for all tests.


dbURL

public static final java.lang.String dbURL
The JDBC driver URL to use for all tests.


dbUser

public static final java.lang.String dbUser
The database user name to use for all tests.


dbPassword

public static final java.lang.String dbPassword
The database password to use for all tests.



Copyright © 2001-2007 The TJDO Project All Rights Reserved.