public interface DatasourcePropertySet
Modifier and Type | Field and Description |
---|---|
static String |
DATASOURCE
A property to encapsulate all the other datasource properties.
|
static String |
DATASOURCE_TYPE
The type of the data source (typically
javax.sql.XADataSource or
javax.sql.DataSource ). |
static String |
DRIVER_CLASS
The class name of the JDBC driver.
|
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 |
URL
The url to connect to the database.
|
static String |
USERNAME
The username to use when connecting to the database.
|
static final String DATASOURCE
static final String JNDI_LOCATION
java:comp/env
) to this context.static final String DATASOURCE_TYPE
javax.sql.XADataSource
or
javax.sql.DataSource
).static final String DRIVER_CLASS
org.hsqldb.jdbcDriver
.static final String URL
jdbc:hsqldb:database/jiradb
.static final String USERNAME
static final String PASSWORD
Copyright © 2004-2013 Codehaus. All Rights Reserved.