GetName returns the name of the adapter
()
| 26 | CheckDbVersion() error |
| 27 | // GetName returns the name of the adapter |
| 28 | GetName() string |
| 29 | // SetMaxResults configures how many results can be returned in a single DB call. |
| 30 | SetMaxResults(val int) error |
| 31 | // CreateDb creates the database optionally dropping an existing database first. |
no outgoing calls