check_table

Data_Reduction.GAVRT.mysql.check_table(db_conn, table)

Checks whether a table exists.

:param db_conn : database :type db_conn : connection object

:param table : table name :type table : str

Returns

True or False