kiwi.db.sqlalch.SQLAlchemyQueryExecuter(QueryExecuter)
class documentationkiwi.db.sqlalch
(View In Hierarchy)
Method | __init__ | Undocumented |
Method | set_table | Sets the SQLObject table/object for this executer @param table: a SQLObject subclass |
Method | add_query_callback | Adds a generic query callback |
Method | add_filter_query_callback | Adds a query callback for the filter search_filter |
Method | set_query | Overrides the default query mechanism. @param callback: a callable which till take two arguments: (query, connection) |
Method | search | Execute a search. @param states: |
Method | _default_query | Undocumented |
Method | _construct_state_query | Undocumented |
Method | _parse_number_state | Undocumented |
Method | _parse_string_state | Undocumented |
Method | _parse_date_state | Undocumented |
Method | _parse_date_interval_state | Undocumented |
Inherited from QueryExecuter:
Method | set_filter_columns | Undocumented |
Method | set_limit | Set the maximum number of result items to return in a search query. @param limit: |
Method | get_limit | Undocumented |
Sets the SQLObject table/object for this executer @param table: a SQLObject subclass
Adds a query callback for the filter search_filter @param search_filter: a search filter @param callback: a callable
Overrides the default query mechanism. @param callback: a callable which till take two arguments: (query, connection)
Execute a search. @param states: