Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▾ contrib
▸ admin
▸ admindocs
▸ auth
▸ contenttypes
▸ flatpages
▾ gis
▸ admin
▸ apps
▾ db
▾ backends
▸ base
▾ mysql
▸ base
▸ features
▾ introspection
class
MySQLIntrospection
▸ operations
▸ schema
▸ oracle
▸ postgis
▸ spatialite
▸ utils
▸ models
▸ feeds
▸ forms
▸ gdal
▸ geoip2
▸ geometry
▸ geos
▸ management
▸ measure
▸ ptr
▸ serializers
▸ shortcuts
▸ sitemaps
▸ utils
▸ views
▸ humanize
▸ messages
▸ postgres
▸ redirects
▸ sessions
▸ sitemaps
▸ sites
▸ staticfiles
▸ syndication
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class MySQLIntrospection
django
.
contrib
.
gis
.
db
.
backends
.
mysql
.
introspection
.
MySQLIntrospection
Declaration
class
MySQLIntrospection(
DatabaseIntrospection
)
source
link
Methods
▷
def
get_geometry_type
(
self, table_name, description
)
source
link
▷
def
supports_spatial_index
(
self, cursor, table_name
)
source
link
Inherited methods
Methods inherited from
django
.
db
.
backends
.
mysql
.
introspection
.
DatabaseIntrospection
:
get_constraints
,
get_field_type
,
get_key_columns
,
get_relations
,
get_sequences
,
get_storage_engine
,
get_table_description
,
get_table_list
Methods inherited from
django
.
db
.
backends
.
base
.
introspection
.
BaseDatabaseIntrospection
:
__init__
,
django_table_names
,
get_migratable_models
,
get_primary_key_column
,
identifier_converter
,
installed_models
,
sequence_list
,
table_names
Reexports
Imported in
django.contrib.gis.db.backends.mysql.base
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04