: Any = ... allows_auto_pk_0: bool = ... can_defer_constraint_checks: bool = ... supports_mixed_date_datetime_comparisons: bool = ... supports_tablespaces: bool = ... supports_sequence_reset: bool = ... can_introspect_default: bool = ... can_introspect_foreign_keys: bool = ... can_introspect_autofield: bool = ... can_introspect_big_integer_field: bool = ... can_introspect_binary_field: bool = ... can_introspect_decimal_field: bool = ... can_introspect_ip_address_field: bool = ... can_introspect_positive_integer_field: bool = ... can_introspect_small_integer_field: bool = ... can_introspect_time_field: bool = ... introspected_boolean_field_type: str = ... supports_index_column_ordering: bool = ... can_distinct_on_fields: bool = ... autocommits_when_autocommit_is_off: bool = ... atomic_transactions: bool = ... can_rollback_ddl: bool = ... supports_atomic_references_rename: bool = ... supports_combined_alters: bool = ... supports_foreign_keys: bool = ... supports_column_check_constraints: bool = ... supports_paramstyle_pyformat: bool = ... requires_literal_defaults: bool = ... connection_persists_old_columns: bool = ... closed_cursor_error_class: Any = ... has_case_insensitive_like: bool = ... requires_sqlparse_for_splitting: bool = ... bare_select_suffix: str = ... implied_column_null: bool = ... uppercases_column_names: bool = ... supports_select_for_update_with_limit: bool = ... greatest_least_ignores_nulls: bool = ... can_clone_databases: bool = ... ignores_table_name_case: bool = ... for_update_after_from: bool = ... supports_select_union: bool = ... supports_select_intersection: bool = ... supports_select_difference: bool = ... supports_slicing_ordering_in_compound: bool = ... supports_aggregate_filter_clause: bool = ... supports_index_on_text_field: bool = ... supports_over_clause: bool = ... supports_cast_with_precision: bool = ... create_test_procedure_without_params_sql: Any = ... create_test_procedure_with_int_param_sql: Any = ... supports_callproc_kwargs: bool = ... db_functions_convert_bytes_to_str: bool = ... supported_explain_formats: Any = ... validates_explain_options: bool = ... connection: Any = ... def __init__(self, connection: BaseDatabaseWrapper) -> None: ... def supports_explaining_query_execution(self) -> bool: ... def supports_transactions(self): ... def supports_stddev(self): ... PK