Searched refs:fakeDB (Results 1 – 1 of 1) sorted by relevance
53 dbs map[string]*fakeDB91 type fakeDB struct { struct136 db *fakeDB // where to return ourselves to281 func (d *fakeDriver) getDB(name string) *fakeDB {285 d.dbs = make(map[string]*fakeDB)289 db = &fakeDB{name: name}295 func (db *fakeDB) wipe() { argument301 func (db *fakeDB) createTable(name string, columnNames, columnTypes []string) error { argument319 func (db *fakeDB) table(table string) (*table, bool) { argument327 func (db *fakeDB) columnType(table, column string) (typ string, ok bool) { argument[all …]