class DatabaseFeatures(BaseDatabaseFeatures):
Known subclasses: django.contrib.gis.db.backends.mysql.features.DatabaseFeatures
Undocumented
Class Variable | allow_sliced_subqueries_with_in |
Undocumented |
Class Variable | allows_group_by_pk |
Undocumented |
Class Variable | atomic_transactions |
Undocumented |
Class Variable | can_clone_databases |
Undocumented |
Class Variable | can_release_savepoints |
Undocumented |
Class Variable | can_return_rows_from_bulk_insert |
Undocumented |
Class Variable | collate_as_index_expression |
Undocumented |
Class Variable | create_test_procedure_with_int_param_sql |
Undocumented |
Class Variable | create_test_procedure_without_params_sql |
Undocumented |
Class Variable | empty_fetchmany_value |
Undocumented |
Class Variable | has_case_insensitive_like |
Undocumented |
Class Variable | has_select_for_update |
Undocumented |
Class Variable | order_by_nulls_first |
Undocumented |
Class Variable | related_fields_match_type |
Undocumented |
Class Variable | requires_explicit_null_ordering_when_grouping |
Undocumented |
Class Variable | supports_date_lookup_using_string |
Undocumented |
Class Variable | supports_forward_references |
Undocumented |
Class Variable | supports_frame_range_fixed_distance |
Undocumented |
Class Variable | supports_index_on_text_field |
Undocumented |
Class Variable | supports_order_by_nulls_modifier |
Undocumented |
Class Variable | supports_partial_indexes |
Undocumented |
Class Variable | supports_regex_backreferencing |
Undocumented |
Class Variable | supports_select_difference |
Undocumented |
Class Variable | supports_select_intersection |
Undocumented |
Class Variable | supports_slicing_ordering_in_compound |
Undocumented |
Class Variable | supports_table_check_constraints |
Undocumented |
Class Variable | supports_temporal_subtraction |
Undocumented |
Class Variable | supports_timezones |
Undocumented |
Class Variable | test_now_utc_template |
Undocumented |
Property | _mysql_storage_engine |
Internal method used in Django tests. Don't rely on this from your code |
Property | allows_auto_pk_0 |
Autoincrement primary key can be set to 0 if it doesn't generate new autoincrement values. |
Property | can_introspect_check_constraints |
Undocumented |
Property | can_introspect_foreign_keys |
Confirm support for introspected foreign keys |
Property | can_introspect_json_field |
Undocumented |
Property | can_return_columns_from_insert |
Undocumented |
Property | django_test_skips |
Undocumented |
Property | has_select_for_update_nowait |
Undocumented |
Property | has_select_for_update_of |
Undocumented |
Property | has_select_for_update_skip_locked |
Undocumented |
Property | has_zoneinfo_database |
Undocumented |
Property | ignores_table_name_case |
Undocumented |
Property | introspected_field_types |
Undocumented |
Property | is_sql_auto_is_null_enabled |
Undocumented |
Property | supported_explain_formats |
Undocumented |
Property | supports_column_check_constraints |
Undocumented |
Property | supports_default_in_lead_lag |
Undocumented |
Property | supports_explain_analyze |
Undocumented |
Property | supports_expression_indexes |
Undocumented |
Property | supports_index_column_ordering |
Undocumented |
Property | supports_json_field |
Undocumented |
Property | supports_over_clause |
Undocumented |
Property | supports_transactions |
All storage engines except MyISAM support transactions. |
Property | test_collations |
Undocumented |
Property | update_can_self_select |
Undocumented |
Inherited from BaseDatabaseFeatures
:
bool
=
django.db.backends.base.features.BaseDatabaseFeatures.supports_slicing_ordering_in_compound
Undocumented