| Package | Description |
|---|---|
| net.sf.hajdbc.sql | |
| net.sf.hajdbc.sql.pool | |
| net.sf.hajdbc.sql.xa |
| Modifier and Type | Class and Description |
|---|---|
class |
DataSourceDatabase
A database described by a
DataSource. |
class |
DriverDatabase |
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseClusterImpl.flushMetaDataCache()
Flushes this cluster's cache of DatabaseMetaData.
|
String |
AbstractDatabase.getId()
Returns the unique idenfier for this database
|
String |
AbstractDatabase.getLocation()
Returns the location of this database
|
String |
AbstractDatabase.getPassword() |
Map<String,String> |
AbstractDatabase.getProperties() |
String |
AbstractDatabase.getUser() |
int |
AbstractDatabase.getWeight()
Returns the relative "weight" of this cluster node.
|
boolean |
AbstractDatabase.isActive() |
boolean |
AbstractDatabase.isLocal()
Indicates whether or not this database is local to the machine on which the JVM resides.
|
void |
AbstractDatabase.removeProperty(String name) |
void |
DriverDatabase.setLocation(String location) |
void |
CommonDataSourceDatabase.setLocation(String name) |
void |
AbstractDatabase.setProperty(String name,
String value) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionPoolDataSourceDatabase
A database described by a
ConnectionPoolDataSource. |
| Modifier and Type | Class and Description |
|---|---|
class |
XADataSourceDatabase
A database described by an
XADataSource. |
Copyright © 2004–2014 Paul Ferraro. All rights reserved.