Class k.d.s.StormQueryExecuter(QueryExecuter):

Part of kiwi.db.stormintegration
Execute queries from a storm database
Function__init__Undocumented
Functionsearch
Build and execute a query for the search states
Functionset_table
Sets the Storm table/object for this executer
Function_construct_state_queryUndocumented
Function_parse_number_stateUndocumented
Function_parse_string_stateUndocumented
Function_parse_date_stateUndocumented
Function_parse_date_interval_stateUndocumented
def __init__(self, store=None):
Undocumented
def search(self, states):
Build and execute a query for the search states
def set_table(self, table):
Sets the Storm table/object for this executer
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