public interface ConfigurationEntryType
javax.sql.DataSource
.Modifier and Type | Field and Description |
---|---|
static String |
CONNECTIONPOOL_DATASOURCE
ConnectionPool DataSource, used by frameworks who manage their own database connections.
|
static String |
DATASOURCE
Standard DataSource, most often used by application code directly.
|
static String |
JDBC_DRIVER
Driver, typically used to configure DataSource objects.
|
static String |
MAIL_SESSION
Used to obtain connections to outgoing and incoming mail resources.
|
static String |
MIMETYPE_DATASOURCE
object which can be used for sending email using SMTP.
|
static String |
XA_DATASOURCE
XADataSource, typically used to configure DataSource objects.
|
static final String DATASOURCE
static final String CONNECTIONPOOL_DATASOURCE
static final String XA_DATASOURCE
static final String JDBC_DRIVER
static final String MAIL_SESSION
static final String MIMETYPE_DATASOURCE
Copyright © 2004-2013 Codehaus. All Rights Reserved.