class ExpressionColumnLoader(ColumnLoader):
Undocumented
Method | __init__ |
Undocumented |
Method | create_row_processor |
Establish row processing functions for a given QueryContext. |
Method | init_class_attribute |
Undocumented |
Method | setup_query |
Establish column and other state for a given QueryContext. |
Instance Variable | _have_default_expression |
Undocumented |
Instance Variable | is_class_level |
Undocumented |
Inherited from ColumnLoader
:
Class Variable | __slots__ |
Undocumented |
Instance Variable | columns |
Undocumented |
Instance Variable | is_composite |
Undocumented |
Inherited from LoaderStrategy
(via ColumnLoader
):
Method | __str__ |
Undocumented |
Instance Variable | key |
Undocumented |
Instance Variable | parent |
Undocumented |
Instance Variable | parent_property |
Undocumented |
Instance Variable | strategy_key |
Undocumented |
Instance Variable | strategy_opts |
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.
Establish column and other state for a given QueryContext.
This method fulfills the contract specified by MapperProperty.setup().
StrategizedProperty delegates its setup() method directly to this method.