class documentation

class CompiledSQL(SQLMatchRule):

Known subclasses: sqlalchemy.testing.assertsql.DialectSQL, sqlalchemy.testing.assertsql.RegexSQL

View In Hierarchy

Undocumented

Method __init__ 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.
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 SQLMatchRule):

Method no​_more​_statements Undocumented
Class Variable consume​_statement Undocumented
def __init__(self, statement, params=None, dialect='default'):

Undocumented

def _all_params(self, context):

Undocumented

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

Undocumented

def _failure_message(self, expected_params):

Undocumented

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

Undocumented

errormessage =
is_consumed: bool =
params =

Undocumented

statement =

Undocumented