|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DatasourcePropertySet
Gathers all data source properties valid for all types of containers.
Field Summary | |
---|---|
static String |
CONNECTION_PROPERTIES
Extra properties passed to the JDBC driver or datasource implementation. |
static String |
CONNECTION_TYPE
The type of the data source (typically javax.sql.XADataSource ,
javax.sql.ConnectionPoolDataSource or javax.sql.DataSource ). |
static String |
DATASOURCE
A property to encapsulate all the other datasource properties. |
static String |
DRIVER_CLASS
The class name of the Driver or XADataSource implementation clas. |
static String |
ID
Unique id to use in configuration files. |
static String |
JNDI_LOCATION
The JNDI location that this datasource should be bound do (in the config file). |
static String |
PASSWORD
The password to use when connecting to the database. |
static String |
TRANSACTION_SUPPORT
The transaction support of the data source. |
static String |
URL
The url to connect to the database. |
static String |
USERNAME
The username to use when connecting to the database. |
Field Detail |
---|
static final String DATASOURCE
static final String JNDI_LOCATION
java:comp/env
) to this
context.
static final String CONNECTION_TYPE
javax.sql.XADataSource
,
javax.sql.ConnectionPoolDataSource
or javax.sql.DataSource
).
static final String TRANSACTION_SUPPORT
NO_TRANSACTION
,
LOCAL_TRANSACTION
or XA_TRANSACTION
static final String DRIVER_CLASS
org.hsqldb.jdbcDriver/code>.
- See Also:
- Constant Field Values
static final String URL
jdbc:hsqldb:database/jiradb
. The
static final String USERNAME
static final String PASSWORD
static final String ID
static final String CONNECTION_PROPERTIES
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |