| Interface | Description |
|---|---|
| DBQuery.Clause |
A clause that requires parameters to be added to the prepared statement
|
| DBQuery.Column | |
| DBQuery.RowToObject<T> | |
| DBQuery.SQLClause |
An arbitrary part of a SQL query, that knows how to append itself into a larger query.
|
| DBQuery.StreamingHandler |
| Class | Description |
|---|---|
| DBQuery |
A class that helps construct a dynamic SQL SELECT query, using proper quoting syntax and
prepared-statement style parameters.
|
| DBQuery.AndClause | |
| DBQuery.OrClause | |
| DBQuery.Param | |
| DBQuery.RawClause |
| Enum | Description |
|---|---|
| SQLType |