class SubqueryLoader(PostLoader):
Undocumented
Class | _SubqCollections |
Given a _query.Query used to emit the "subquery load", provide a load interface that executes the query at the first moment a value is needed. |
Method | __init__ |
Undocumented |
Method | _apply_joins |
Undocumented |
Method | _create_collection_loader |
Undocumented |
Method | _create_scalar_loader |
Undocumented |
Method | _generate_from_original_query |
Undocumented |
Method | _get_leftmost |
Undocumented |
Method | _prep_for_joins |
Undocumented |
Method | _setup_options |
Undocumented |
Method | _setup_outermost_orderby |
Undocumented |
Method | _setup_query_from_rowproc |
Undocumented |
Method | create_row_processor |
Establish row processing functions for a given QueryContext. |
Method | init_class_attribute |
Undocumented |
Class Variable | __slots__ |
Undocumented |
Instance Variable | join_depth |
Undocumented |
Inherited from PostLoader
:
Method | _check_recursive_postload |
Undocumented |
Method | _immediateload_create_row_processor |
Undocumented |
Inherited from AbstractRelationshipLoader
(via PostLoader
):
Instance Variable | entity |
Undocumented |
Instance Variable | mapper |
Undocumented |
Instance Variable | target |
Undocumented |
Instance Variable | uselist |
Undocumented |
Inherited from LoaderStrategy
(via PostLoader
, AbstractRelationshipLoader
):
Method | __str__ |
Undocumented |
Method | setup_query |
Establish column and other state for a given QueryContext. |
Instance Variable | is_class_level |
Undocumented |
Instance Variable | key |
Undocumented |
Instance Variable | parent |
Undocumented |
Instance Variable | parent_property |
Undocumented |
Instance Variable | strategy_key |
Undocumented |
Instance Variable | strategy_opts |
Undocumented |
Undocumented
Undocumented
Undocumented
Undocumented
Undocumented
Establish row processing functions for a given QueryContext.
This method fulfills the contract specified by MapperProperty.create_row_processor().
StrategizedProperty delegates its create_row_processor() method directly to this method.