(dst ...interface{})
| 77 | // Tables |
| 78 | CreateTable(dst ...interface{}) error |
| 79 | DropTable(dst ...interface{}) error |
| 80 | HasTable(dst interface{}) bool |
| 81 | RenameTable(oldName, newName interface{}) error |
| 82 | GetTables() (tableList []string, err error) |
no outgoing calls