| Interface | Description |
|---|---|
| SqlHandler |
Interface for handler classes that are used to create SQL string
representations of
SearchQuery objects. |
| Class | Description |
|---|---|
| BasicQueryHandler |
Basic implementation using a database.
|
| BasicSqlHandler |
Basic implementation.
|
| ChainedSqlHandler |
Baseclass for chained sql handlers, these are
SqlHandler
implementations that wrap SqlHandler objects to create a chain
of handlers, following the Chain Of Responsibility design pattern. |
| HSqlSqlHandler |
The HSQL query handler, implements
SqlHandler for standard
hsql functionality. |
| InformixSqlHandler |
The Informix query handler, implements
SqlHandler for standard
Informix functionality. |
| MSSqlSqlHandler | |
| MySqlSqlHandler |
The MySQL query handler, implements
SqlHandler for standard
MySQL functionality. |
| PostgreSqlSqlHandler |
The PostgreSQL query handler, implements
SqlHandler
for standard PostgreSql functionality. |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}