Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▾ db
▾ backends
▸ base
▸ ddl_references
▸ dummy
▸ mysql
▾ oracle
▸ base
▸ client
▸ creation
▾ features
class
DatabaseFeatures
▸ functions
▸ introspection
▸ operations
▸ schema
▸ utils
▸ validation
▸ postgresql
▸ signals
▸ sqlite3
▸ utils
▸ migrations
▸ models
▸ transaction
▸ utils
class
DefaultConnectionProxy
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class DatabaseFeatures
django
.
db
.
backends
.
oracle
.
features
.
DatabaseFeatures
Declaration
class
DatabaseFeatures(
BaseDatabaseFeatures
)
source
link
Methods
▷
def
introspected_field_types
(
self
)
@cached_property
@cached_property
def
introspected_field_types(
self
)
source
link
▷
def
supports_collation_on_charfield
(
self
)
@cached_property
@cached_property
def
supports_collation_on_charfield(
self
)
source
link
Inherited methods
Methods inherited from
django
.
db
.
backends
.
base
.
features
.
BaseDatabaseFeatures
:
__init__
,
allows_group_by_selected_pks_on_model
,
supports_explaining_query_execution
,
supports_transactions
Subclasses
django
.
contrib
.
gis
.
db
.
backends
.
oracle
.
features
.
DatabaseFeatures
Reexports
Imported in
django.contrib.gis.db.backends.oracle.features
as OracleDatabaseFeatures.
Imported in
django.db.backends.oracle.base
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04