DropTables drops all specified tables
(dst ...interface{})
| 155 | AllTables() ([]string, errors.Error) |
| 156 | // DropTables drops all specified tables |
| 157 | DropTables(dst ...interface{}) errors.Error |
| 158 | // HasTable checks if table exists |
| 159 | HasTable(table interface{}) bool |
| 160 | // HasColumn checks if column exists |
no outgoing calls
no test coverage detected