| Package | Description |
|---|---|
| net.aditsu.depeche | |
| net.aditsu.jdbsimple |
| Class and Description |
|---|
| BaseQuery
Base query skeleton, using lazy evaluation and result caching for SELECT
|
| Column
Details of a database column
|
| ColumnInfo
Column information for a list of columns
|
| ColumnType |
| Condition
Boolean query condition that can be evaluated directly on
Records or converted to SQL |
| Configuration
A set of configuration properties for defining one or more providers
|
| ConnSourceBuilder
Deprecated.
use
ConnSourceSpi instead |
| ConnSourceSpi
SPI interface for creating connection sources
|
| DBTask
A task that uses a database connection and returns a value
|
| DynamicQuery
Query that can be built dynamically
|
| ExpKey
Destination and name of an exported key
|
| Field
A field within a record
|
| FKey
Details of a foreign key
|
| Flag |
| IQuery
Base query interface
|
| Join |
| JoinType |
| Key
A list of values for a set of columns involved in a key
|
| KeyInfo
A list of column names involved in a key
|
| KeyRule
Database rules for handling UPDATE or DELETE on rows referenced by a foreign key
|
| LikeOperator
Operator corresponding to SQL's "LIKE"
|
| LocalQuery |
| NamedProviderRef
Provider reference using the provider name as a key
|
| Operator
Boolean binary operator
|
| Provider
Manager for database connections and queries, for a specific database
|
| ProviderRef
Provider reference, used in SQLQuery and Record for provider serialization
|
| ProviderSpi
SPI interface for creating providers
|
| Query
Query with dynamic SQL building
|
| RawQuery
Query that works directly with SQL strings and parameters
|
| Record
A record obtained from a SELECT query
|
| RowLock |
| SQLCondition
SQL boolean query condition
|
| SQLQuery
SQL-based query
|
| StaticProviderRef |
| Table
A database table identifier
|
| TableInfo
Information about a database table
|
| UniqueConstraint
Details of a unique constraint
|
| Class and Description |
|---|
| DepecheException |