class documentation

class DialectSQL(CompiledSQL):

View In Hierarchy

Undocumented

Method ​_compare​_no​_space Undocumented
Method ​_compare​_sql Undocumented
Method ​_compile​_dialect 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 ​_all​_params Undocumented
Method ​_failure​_message Undocumented
Method process​_statement Undocumented
Instance Variable dialect Undocumented
Instance Variable errormessage Undocumented
Instance Variable is​_consumed Undocumented
Instance Variable params Undocumented
Instance Variable statement 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):

Undocumented

def _compare_sql(self, execute_observed, received_statement):
def _compile_dialect(self, execute_observed):
def _received_statement(self, execute_observed):
reconstruct the statement and params in terms of a target dialect, which for CompiledSQL is just DefaultDialect.