Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▾ db
▾ backends
▸ base
▸ ddl_references
▸ dummy
▸ mysql
▾ oracle
▸ base
▸ client
▸ creation
▸ features
▸ functions
▸ introspection
▸ operations
▸ schema
▸ utils
▾ validation
class
DatabaseValidation
▸ postgresql
▸ signals
▸ sqlite3
▸ utils
▸ migrations
▸ models
▸ transaction
▸ utils
class
DefaultConnectionProxy
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class DatabaseValidation
django
.
db
.
backends
.
oracle
.
validation
.
DatabaseValidation
Declaration
class
DatabaseValidation(
BaseDatabaseValidation
)
source
link
Methods
▷
def
check_field_type
(
self, field, field_type
)
Oracle doesn't support a database index on some data types.
source
link
Inherited methods
Methods inherited from
django
.
db
.
backends
.
base
.
validation
.
BaseDatabaseValidation
:
__init__
,
check
,
check_field
Reexports
Imported in
django.db.backends.oracle.base
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04