class documentation

Undocumented

Class Variable __slots__ Undocumented
Method _allrows Undocumented
Method _column_slices Undocumented
Method _fetchall_impl Undocumented
Method _fetchiter_impl Undocumented
Method _fetchmany_impl Undocumented
Method _fetchone_impl 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 _soft_close Undocumented
Method _unique_strategy Undocumented
Class Variable _is_cursor Undocumented
Class Variable _post_creational_filter Undocumented
Class Variable _real_result Undocumented
Class Variable _row_logging_fn Undocumented
Class Variable _source_supports_scalars Undocumented
Class Variable _unique_filter_state Undocumented
Instance Variable _generate_rows Undocumented
Instance Variable _metadata Undocumented

Inherited from InPlaceGenerative:

Method _generate Undocumented
def _allrows(self) -> List[_R]: (source)

Undocumented

@_generative
def _column_slices(self, indexes: Sequence[_KeyIndexType]) -> Self: (source)

Undocumented

def _iter_impl(self) -> Iterator[_R]: (source)

Undocumented

@HasMemoized_ro_memoized_attribute
def _iterator_getter(self) -> Callable[..., Iterator[_R]]: (source)

Undocumented

@HasMemoized_ro_memoized_attribute
def _manyrow_getter(self) -> Callable[..., List[_R]]: (source)

Undocumented

def _next_impl(self) -> _R: (source)

Undocumented

@HasMemoized_ro_memoized_attribute
def _onerow_getter(self) -> Callable[..., Union[Literal[_NoRow._NO_ROW], _R]]: (source)

Undocumented

@overload
def _only_one_row(self, raise_for_second_row: bool, raise_for_none: Literal[True], scalar: bool) -> _R:
@overload
def _only_one_row(self, raise_for_second_row: bool, raise_for_none: bool, scalar: bool) -> Optional[_R]:
(source)

Undocumented

def _raw_all_rows(self) -> List[_R]: (source)

Undocumented

@HasMemoized_ro_memoized_attribute
def _row_getter(self) -> Optional[Callable[..., _R]]: (source)

Undocumented

@HasMemoized.memoized_attribute
def _unique_strategy(self) -> _UniqueFilterStateType: (source)

Undocumented

_is_cursor: bool = (source)

Undocumented

_post_creational_filter: Optional[Callable[[Any], Any]] = (source)

Undocumented

_row_logging_fn: Optional[Callable[[Any], Any]] = (source)

Undocumented

_source_supports_scalars: bool = (source)

Undocumented