Inherited from sqlalchemy.orm.query.Query :
__clause_element__ ,
__getitem__ ,
__init__ ,
__iter__ ,
__str__ ,
add_column ,
add_columns ,
add_entity ,
all ,
as_scalar ,
autoflush ,
correlate ,
count ,
cte ,
delete ,
dispatch ,
distinct ,
enable_assertions ,
enable_eagerloads ,
except_ ,
except_all ,
execution_options ,
exists ,
filter ,
filter_by ,
first ,
from_self ,
from_statement ,
get ,
group_by ,
having ,
instances ,
intersect ,
intersect_all ,
join ,
label ,
limit ,
merge_result ,
offset ,
one ,
one_or_none ,
options ,
order_by ,
outerjoin ,
params ,
populate_existing ,
prefix_with ,
reset_joinpoint ,
scalar ,
select_entity_from ,
select_from ,
slice ,
subquery ,
suffix_with ,
union ,
union_all ,
update ,
value ,
values ,
with_entities ,
with_for_update ,
with_hint ,
with_labels ,
with_lockmode ,
with_parent ,
with_polymorphic ,
with_session ,
with_statement_hint ,
with_transformation ,
yield_per
Inherited from sqlalchemy.orm.query.Query (private):
_adapt_all_clauses ,
_adapt_clause ,
_adapt_col_list ,
_adapt_polymorphic_element ,
_adjust_for_single_inheritance ,
_bind_mapper ,
_clone ,
_compile_context ,
_compound_eager_statement ,
_conditional_options ,
_connection_from_session ,
_entity_zero ,
_execute_and_instances ,
_from_selectable ,
_get_condition ,
_get_existing_condition ,
_get_impl ,
_get_options ,
_join ,
_join_left_to_right ,
_join_to_left ,
_joinpoint_zero ,
_mapper_loads_polymorphically_with ,
_mapper_zero ,
_no_clauseelement_condition ,
_no_criterion_assertion ,
_no_criterion_condition ,
_no_limit_offset ,
_no_statement_condition ,
_no_yield_per ,
_only_entity_zero ,
_only_full_mapper_zero ,
_only_mapper_zero ,
_options ,
_prepare_right_side ,
_reset_joinpoint ,
_reset_polymorphic_adapter ,
_set_enable_single_crit ,
_set_entities ,
_set_entity_selectables ,
_set_select_from ,
_should_log_debug ,
_should_log_info ,
_simple_statement ,
_update_joinpoint ,
_values ,
_with_current_path ,
_with_invoke_all_eagers
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|