Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▾ contrib
▸ admin
▸ admindocs
▸ auth
▸ contenttypes
▸ flatpages
▾ gis
▸ admin
▸ apps
▾ db
▾ backends
▸ base
▸ mysql
▸ oracle
▾ postgis
▾ adapter
class
PostGISAdapter
▸ base
▸ const
▸ features
▸ introspection
▸ models
▸ operations
▸ pgraster
▸ schema
▸ 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 PostGISAdapter
django
.
contrib
.
gis
.
db
.
backends
.
postgis
.
adapter
.
PostGISAdapter
Declaration
class
PostGISAdapter
source
link
Methods
▷
def
__conform__
(
self, proto
)
Does the given protocol conform to what Psycopg2 expects?
source
link
▷
def
__eq__
(
self, other
)
source
link
▷
def
__hash__
(
self
)
source
link
▷
def
__init__
(
self, obj, geography=False
)
Initialize on the spatial object.
source
link
▷
def
__str__
(
self
)
source
link
▷
def
getquoted
(
self
)
Return a properly quoted string for use in PostgreSQL/PostGIS.
source
link
▷
def
prepare
(
self, conn
)
This method allows escaping the binary in the style required by the server's `standard_conforming_string` setting.
source
link
Reexports
Imported in
django.contrib.gis.db.backends.postgis.operations
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04