class ORMCompileState(CompileState):
Known subclasses: sqlalchemy.orm.context.ORMFromStatementCompileState
, sqlalchemy.orm.context.ORMSelectCompileState
Undocumented
Class Method | create_for_statement |
Create a context for a statement given a .Compiler . |
Class Method | get_column_descriptions |
Undocumented |
Class Method | orm_pre_session_exec |
Undocumented |
Class Method | orm_setup_cursor_result |
Undocumented |
Class | default_compile_options |
Undocumented |
Class Method | _column_naming_convention |
Undocumented |
Class Method | _create_entities_collection |
Undocumented |
Method | __init__ |
Undocumented |
Method | _append_dedupe_col_collection |
Undocumented |
Method | _create_with_polymorphic_adapter |
Undocumented |
Method | _mapper_loads_polymorphically_with |
Undocumented |
Property | _lead_mapper_entities |
return all _MapperEntity objects in the lead entities collection. |
Inherited from CompileState
:
Class Method | get_plugin_class |
Undocumented |
Class Method | plugin_for |
Undocumented |
Class Method | _get_plugin_class_for_plugin |
Undocumented |
Class Variable | __slots__ |
Undocumented |
Class Variable | plugins |
Undocumented |
Instance Variable | statement |
Undocumented |
sqlalchemy.orm.context.ORMFromStatementCompileState
, sqlalchemy.orm.context.ORMSelectCompileState
Create a context for a statement given a .Compiler
.
This method is always invoked in the context of SQLCompiler.process().
For a Select object, this would be invoked from SQLCompiler.visit_select(). For the special FromStatement object used by Query to indicate "Query.from_statement()", this is called by FromStatement._compiler_dispatch() that would be called by SQLCompiler.process().
Undocumented
Undocumented
sqlalchemy.orm.context.ORMSelectCompileState
Undocumented