class DatabaseFeatures(BaseSpatialFeatures, MySQLDatabaseFeatures):
Undocumented
Class Variable | has_spatialrefsys_table |
Undocumented |
Class Variable | supports_add_srs_entry |
Undocumented |
Class Variable | supports_area_geodetic |
Undocumented |
Class Variable | supports_distance_geodetic |
Undocumented |
Class Variable | supports_length_geodetic |
Undocumented |
Class Variable | supports_null_geometries |
Undocumented |
Class Variable | supports_num_points_poly |
Undocumented |
Class Variable | supports_transform |
Undocumented |
Class Variable | unsupported_geojson_options |
Undocumented |
Property | django_test_skips |
Undocumented |
Property | empty_intersection_returns_none |
Undocumented |
Property | supports_geometry_field_unique_index |
Undocumented |
Inherited from BaseSpatialFeatures
:
Method | __getattr__ |
Undocumented |
Class Variable | can_alter_geometry_field |
Undocumented |
Class Variable | gis_enabled |
Undocumented |
Class Variable | supports_3d_functions |
Undocumented |
Class Variable | supports_3d_storage |
Undocumented |
Class Variable | supports_dwithin_distance_expr |
Undocumented |
Class Variable | supports_empty_geometries |
Undocumented |
Class Variable | supports_geography |
Undocumented |
Class Variable | supports_geometry_field_introspection |
Undocumented |
Class Variable | supports_perimeter_geodetic |
Undocumented |
Class Variable | supports_raster |
Undocumented |
Class Variable | supports_tolerance_parameter |
Undocumented |
Property | supports_bbcontains_lookup |
Undocumented |
Property | supports_collect_aggr |
Undocumented |
Property | supports_contained_lookup |
Undocumented |
Property | supports_crosses_lookup |
Undocumented |
Property | supports_distances_lookups |
Undocumented |
Property | supports_dwithin_lookup |
Undocumented |
Property | supports_extent_aggr |
Undocumented |
Property | supports_isvalid_lookup |
Undocumented |
Property | supports_make_line_aggr |
Undocumented |
Property | supports_relate_lookup |
Undocumented |
Property | supports_union_aggr |
Undocumented |
Inherited from DatabaseFeatures
:
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 | 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
(via DatabaseFeatures
):
bool
=
django.contrib.gis.db.backends.base.features.BaseSpatialFeatures.supports_distance_geodetic
Undocumented
set[ str]
=
django.contrib.gis.db.backends.base.features.BaseSpatialFeatures.unsupported_geojson_options
Undocumented