No class docstring
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:

Class Variable default_search_limit The default search limit.
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
def __init__(self, session):
Undocumented
def set_table(self, table):

Sets the SQLObject table/object for this executer

Parameterstablea SQLObject subclass
def add_query_callback(self, callback):

Adds a generic query callback

Parameterscallbacka callable
def add_filter_query_callback(self, search_filter, callback):

Adds a query callback for the filter search_filter

Parameterssearch_filtera search filter
callbacka callable
def set_query(self, callback):

Overrides the default query mechanism.

Parameterscallbacka callable which till take two arguments: (query, connection)
def search(self, states):

Execute a search.

Parametersstates
def _default_query(self, query):
Undocumented
def _construct_state_query(self, table, state, columns):
Undocumented
def _parse_number_state(self, state, table_field):
Undocumented
def _parse_string_state(self, state, table_field):
Undocumented
def _parse_date_state(self, state, table_field):
Undocumented
def _parse_date_interval_state(self, state, table_field):
Undocumented
API Documentation for Kiwi, generated by pydoctor at 2015-12-15 02:02:17.