PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
make_sql_drop_table()
def raster2pgsql.make_sql_drop_table
(
table
)
Definition at line
334
of file
raster2pgsql.py
.
References
logit()
, and
make_sql_full_table_name()
.
334
def
make_sql_drop_table
(table):
335
sql =
"DROP TABLE IF EXISTS %s CASCADE;\n"
\
336
%
make_sql_full_table_name
(table)
337
logit
(
"SQL: %s"
% sql)
338
return
sql
339
raster2pgsql.make_sql_full_table_name
def make_sql_full_table_name(schema_table)
Definition:
raster2pgsql.py:322
raster2pgsql.logit
def logit(msg)
Definition:
raster2pgsql.py:206
raster2pgsql.make_sql_drop_table
def make_sql_drop_table(table)
Definition:
raster2pgsql.py:334
Here is the call graph for this function:
raster2pgsql
Generated by
1.8.13