[][src]Module owoof::sql

Structs

CrazyFuckingMemes
GenericQuery

A string buffer for a SQL query with a list of a values that should be passed along as query parameters to rusqlite when querying.

IndentedQueryWriter
RowCursor

Traits

AddToQuery
QueryWriter

P is a generic for the query parameter type

ReadFromRow
ToSqlDebug

Functions

datomset_a
datomset_e
datomset_t
datomset_v
limit_sql
location
location_sql
order_by_sql
projection_sql

pushes FROM _ WHERE _ statements to a GenericQuery.

selection_sql

Pushes SELECT _ FROM _ WHERE _ ORDER BY _ LIMIT _ statements onto a GenericQuery.

Type Definitions

Query