|
||||||||||
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 java.lang.String |
DATASOURCE
A property to encapsulate all the other datasource properties. |
static java.lang.String |
DATASOURCE_TYPE
The type of the data source (typically javax.sql.XADataSource or
javax.sql.DataSource ). |
static java.lang.String |
DRIVER_CLASS
The class name of the JDBC driver. |
static java.lang.String |
JNDI_LOCATION
The JNDI location that this datasource should be bound do (in the config file). |
static java.lang.String |
PASSWORD
The password to use when connecting to the database. |
static java.lang.String |
URL
The url to connect to the database. |
static java.lang.String |
USERNAME
The username to use when connecting to the database. |
Field Detail |
---|
static final java.lang.String DATASOURCE
static final java.lang.String JNDI_LOCATION
java:comp/env
) to this context.
static final java.lang.String DATASOURCE_TYPE
javax.sql.XADataSource
or
javax.sql.DataSource
).
static final java.lang.String DRIVER_CLASS
org.hsqldb.jdbcDriver
.
static final java.lang.String URL
jdbc:hsqldb:database/jiradb
.
static final java.lang.String USERNAME
static final java.lang.String PASSWORD
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |