class documentation

class FilterResult(ResultInternal):

Known subclasses: sqlalchemy.engine.result.MappingResult, sqlalchemy.engine.result.ScalarResult, sqlalchemy.ext.asyncio.result.AsyncCommon

View In Hierarchy

A wrapper for a _engine.Result that returns objects other than _result.Row objects, such as dictionaries or scalar objects.
Method ​_fetchall​_impl Undocumented
Method ​_fetchiter​_impl Undocumented
Method ​_fetchmany​_impl Undocumented
Method ​_fetchone​_impl Undocumented
Method ​_soft​_close Undocumented
Class Variable ​_post​_creational​_filter Undocumented
Property ​_attributes Undocumented

Inherited from ResultInternal:

Method ​_allrows Undocumented
Method ​_column​_slices Undocumented
Method ​_iter​_impl Undocumented
Method ​_iterator​_getter Undocumented
Method ​_manyrow​_getter Undocumented
Method ​_next​_impl Undocumented
Method ​_onerow​_getter Undocumented
Method ​_only​_one​_row Undocumented
Method ​_raw​_all​_rows Undocumented
Method ​_row​_getter Undocumented
Method ​_unique​_strategy Undocumented
Class Variable ​_real​_result Undocumented
Class Variable ​_unique​_filter​_state Undocumented
Instance Variable ​_generate​_rows Undocumented

Inherited from InPlaceGenerative (via ResultInternal):

Method ​_generate Undocumented
def _fetchall_impl(self):

Undocumented

def _fetchiter_impl(self):

Undocumented

def _fetchmany_impl(self, size=None):

Undocumented

def _fetchone_impl(self, hard_close=False):

Undocumented

def _soft_close(self, hard=False):

Undocumented

@property
_attributes =

Undocumented