MCPcopy
hub / github.com/tinode/chat / GetName

Method GetName

server/db/adapter.go:28–28  ·  view source on GitHub ↗

GetName returns the name of the adapter

()

Source from the content-addressed store, hash-verified

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.

Callers 7

openAdapterFunction · 0.65
GetAdapterNameMethod · 0.65
RegisterAdapterFunction · 0.65
initFunction · 0.65
initFunction · 0.65
initFunction · 0.65
initFunction · 0.65

Implementers 4

adapterserver/db/mongodb/adapter.go
adapterserver/db/postgres/adapter.go
adapterserver/db/rethinkdb/adapter.go
adapterserver/db/mysql/adapter.go

Calls

no outgoing calls

Tested by 4

initFunction · 0.52
initFunction · 0.52
initFunction · 0.52
initFunction · 0.52