Package | Description |
---|---|
org.enhydra.jdbc.core | |
org.enhydra.jdbc.informix | |
org.enhydra.jdbc.pool | |
org.enhydra.jdbc.standard | |
org.enhydra.jdbc.sybase |
Modifier and Type | Class and Description |
---|---|
class |
CoreCallableStatement
A very simple implementation of Statement.
|
class |
CoreConnection
This is an implementation of java.sql.Connection which simply
delegates everything to an underlying physical implemention
of the same interface.
|
class |
CoreDataSource
Provides a Data Source which can be used to generate JDBC connections.
|
class |
CorePreparedStatement
A very simple implementation of PreparedStatement.
|
class |
CoreStatement
A very simple implementation of Statement.
|
Modifier and Type | Class and Description |
---|---|
class |
InformixConnectionHandle |
class |
InformixConnectionPoolDataSource |
class |
InformixXADataSource |
Modifier and Type | Class and Description |
---|---|
class |
StandardPoolDataSource
StandardPoolDataSource class allows to make some operations on
PooledConnection.
|
class |
StandardXAPoolDataSource
StandardXAPoolDataSource class allows to make some operations on
XAConnection.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardConnectionHandle
This is an implementation of java.sql.Connection which simply
delegates almost everything to an underlying physical implemention
of the same interface.
|
class |
StandardConnectionPoolDataSource
A data source used to create generic pooled connections (factory)
|
class |
StandardDataSource
Provides a Data Source which can be used to generate JDBC connections.
|
class |
StandardPreparedStatement
A very simple implementation of PreparedStatement.
|
class |
StandardXACallableStatement |
class |
StandardXAConnectionHandle |
class |
StandardXADataSource
Data source for creating StandardXAConnections.
|
class |
StandardXAPreparedStatement |
class |
StandardXAStatement |
Modifier and Type | Class and Description |
---|---|
class |
SybaseConnectionHandle |
class |
SybaseConnectionPoolDataSource |
class |
SybaseXADataSource |