class documentation

Undocumented

Method _compare_no_space Undocumented
Method _compare_sql Undocumented
Method _compile_dialect Undocumented
Method _dialect_adjusted_statement 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 CompiledSQL:

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

Inherited from AssertRule (via CompiledSQL, SQLMatchRule):

Method no_more_statements Undocumented
Class Variable consume_statement Undocumented
def _compare_no_space(self, real_stmt, received_stmt): (source)

Undocumented

def _compare_sql(self, execute_observed, received_statement): (source)
def _compile_dialect(self, execute_observed): (source)
def _dialect_adjusted_statement(self, dialect): (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.