Interface | Description |
---|---|
DbIterator.ResultSetReader<T> | |
DbKey | |
FilteredFactory |
Create Statement and PrepareStatement for use with FilteredConnection
|
Class | Description |
---|---|
BasicDb | |
BasicDb.DbProperties | |
DbClause | |
DbClause.FixedClause | |
DbClause.IntClause | |
DbClause.LikeClause | |
DbClause.LongClause | |
DbClause.StringClause | |
DbIterator<T> | |
DbKey.Factory<T> | |
DbKey.LinkKey | |
DbKey.LinkKeyFactory<T> | |
DbKey.LongKey | |
DbKey.LongKeyFactory<T> | |
DbKey.StringKey | |
DbKey.StringKeyFactory<T> | |
DbUtils | |
DbVersion | |
DerivedDbTable | |
EntityDbTable<T> | |
FilteredConnection |
Wrapper for a SQL Connection
The wrapper forwards all methods to the wrapped connection.
|
FilteredPreparedStatement |
Wrapper for a SQL PreparedStatement
The wrapper forwards all methods to the wrapped prepared statement
|
FilteredStatement |
Wrapper for a SQL Statement
The wrapper forwards all methods to the wrapped statement
|
FilteringIterator<T> | |
PersistentDbTable<T> | |
PrunableDbTable<T> | |
TransactionalDb | |
ValuesDbTable<T,V> | |
VersionedEntityDbTable<T> | |
VersionedPersistentDbTable<T> | |
VersionedPrunableDbTable<T> | |
VersionedValuesDbTable<T,V> |
Enum | Description |
---|---|
DbClause.Op |