Class PostGISGeometryColumns
 The 'geometry_columns' view from PostGIS. See the PostGIS documentation at Ch. 4.3.2. 
Declaration
source linkDocumentation
Methods
Class methods
▷ def geom_col_name(cls) @classmethod Return the name of the metadata column used to store the feature geometry column. 
  @classmethod
def geom_col_name(cls) 
▷ def table_name_col(cls) @classmethod Return the name of the metadata column used to store the feature table name. 
  @classmethod
def table_name_col(cls)