Package | Description |
---|---|
xdev.db | |
xdev.db.jdbc | |
xdev.db.servlet | |
xdev.util |
Modifier and Type | Interface and Description |
---|---|
interface |
DBDataSource<T extends DBDataSource>
Base type for all database drivers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDBDataSource<T extends DBDataSource<T>>
Abstract base class for all
DBDataSource s including the handling of
common DataSource.Parameter s and
DBDataSourceListener s. |
class |
NullDBDataSource
An empty dummy data source which returns empty results.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCDataSource<T extends JDBCDataSource<T,A>,A extends DbmsAdaptor<A>> |
Modifier and Type | Class and Description |
---|---|
class |
ServletDBDataSource |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataSource<T extends DataSource> |
interface |
DataSource<T extends DataSource>
Base type of all data sources like DBMs, plain files or any other arbitrary
data source.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataSource<T extends DataSource> |
Modifier and Type | Method and Description |
---|---|
static <T extends DataSource> |
DataSources.getDataSources(Class<T> type) |
Modifier and Type | Method and Description |
---|---|
DataSource<?> |
DataSourceException.getDataSource() |
static DataSource |
DataSources.getDataSource(String name) |
static DataSource[] |
DataSources.getDataSources() |
static <T extends DataSource> |
DataSources.getDataSources(Class<T> type) |
Modifier and Type | Method and Description |
---|---|
static void |
DataSources.registerDataSource(DataSource dataSource) |
Constructor and Description |
---|
DataSourceException(DataSource dataSource) |
DataSourceException(DataSource dataSource,
String message) |
DataSourceException(DataSource dataSource,
String message,
Throwable cause) |
DataSourceException(DataSource dataSource,
Throwable cause) |
Copyright © 2003–2021 XDEV Software. All rights reserved.