class documentation

Undocumented

Method __init__ Undocumented
Method process_statement Undocumented
Instance Variable dialect Undocumented
Instance Variable enable_returning Undocumented
Instance Variable errormessage Undocumented
Instance Variable is_consumed Undocumented
Instance Variable params Undocumented
Instance Variable statement Undocumented
Method _all_params Undocumented
Method _compare_sql Undocumented
Method _compile_dialect Undocumented
Method _failure_message Undocumented
Method _received_statement reconstruct the statement and params in terms of a target dialect, which for CompiledSQL is just DefaultDialect.

Inherited from AssertRule (via SQLMatchRule):

Method no_more_statements Undocumented
Class Variable consume_statement Undocumented
def __init__(self, statement, params=None, dialect='default', enable_returning=True): (source)

Undocumented

def process_statement(self, execute_observed): (source)
enable_returning = (source)

Undocumented

statement = (source)

Undocumented

def _all_params(self, context): (source)

Undocumented

def _compare_sql(self, execute_observed, received_statement): (source)
def _compile_dialect(self, execute_observed): (source)

Undocumented

def _failure_message(self, execute_observed, expected_params): (source)
def _received_statement(self, execute_observed): (source)

reconstruct the statement and params in terms of a target dialect, which for CompiledSQL is just DefaultDialect.