| Interface | Description |
|---|---|
| ResultSetRowCallBackInterface<T> |
A call back interface that allows you to fetch columns from a kind of result set.
|
| ResultSetRowInterface |
Result Set Row Interface.
|
| Class | Description |
|---|---|
| CodeDescriptionCallBack |
Call back class for (@link CodeDescription} objects.
|
| Column |
Abstraction of a column of a database table.
|
| Constraint |
Abstraction of a database constraint.
|
| Database |
Utility class to access a relational database.
|
| DerbyDatabase |
Abstraction of a Derby database.
|
| JdbcMessages |
Contains all localized messages for dmc classes.
|
| JdbcUtil |
JDBC Utility class.
|
| OracleDatabase |
Abstraction of an Oracle database.
|
| OrderByClause |
Abstraction of a SQL order by clause.
|
| OrderByColumn |
Abstraction of a column used in an order by clause.
|
| SqlErrors |
Translates SQL Exceptions to human readable exceptions.
|
| SqlStatementUtil |
Utility class for creating SQL statements.
|
| StoredProcedure |
Utility class to execute stored procedures.
|
| StoredProcedureParameter |
Abstraction of a SQL parameter that is used in a stored procedure.
|
| Table |
Abstraction of a database table.
|
| Enum | Description |
|---|---|
| ConstraintType |
Enumeration of database constraint types.
|
| CType |
Enumeration of JDBC types.
|
| DatabaseType |
Enumeration of (SQL) Databases.
|
| StoredProcedureParameterType |
Enumeration of SQL stored procedure parameter types.
|
| Exception | Description |
|---|---|
| NoSingleRowResultSetException |
Exception to indicate that a SQL Select statement resulted in another number of rows than one!
|
Copyright © 2008–2017. All rights reserved.