| Package | Description |
|---|---|
| net.aditsu.depeche |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DynamicQuery
Query that can be built dynamically
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseQuery
Base query skeleton, using lazy evaluation and result caching for SELECT
|
class |
LocalQuery
|
class |
Query
Query with dynamic SQL building
|
class |
RawQuery
Query that works directly with SQL strings and parameters
|
class |
RSetQuery
Query implementation that uses the data from an RSet directly
|
class |
SQLQuery
SQL-based query
|
| Modifier and Type | Method and Description |
|---|---|
IQuery |
IQuery.select()
Runs this query as a SELECT (and caches the results)
|