public interface DatasourcePropertySet
Modifier and Type | Field and Description |
---|---|
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.
|
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>.
static final String URL
jdbc:hsqldb:database/jiradb
. Thestatic final String USERNAME
static final String PASSWORD
static final String ID
static final String CONNECTION_PROPERTIES
Copyright © 2004-2013 Codehaus. All Rights Reserved.