HasTable checks if a table (or view) with the provided name exists (case insensitive). in the data.db.
(tableName string)
| 219 | // HasTable checks if a table (or view) with the provided name exists (case insensitive). |
| 220 | // in the data.db. |
| 221 | HasTable(tableName string) bool |
| 222 | |
| 223 | // AuxHasTable checks if a table (or view) with the provided name exists (case insensitive) |
| 224 | // in the auxiliary.db. |
no outgoing calls