MCPcopy
hub / github.com/daptin/daptin / Get

Method Get

server/database/database_connection_interface.go:10–10  ·  view source on GitHub ↗
(dest interface{}, query string, args ...interface{})

Source from the content-addressed store, hash-verified

8type DatabaseConnection interface {
9 Select(dest interface{}, query string, args ...interface{}) error
10 Get(dest interface{}, query string, args ...interface{}) error
11 MustBegin() *sqlx.Tx
12 Preparex(query string) (*sqlx.Stmt, error)
13 Stats() sql.DBStats

Callers 15

SearchMethod · 0.65
startTransportE2EDaptinFunction · 0.65
runTestsFunction · 0.65
runOAuthProviderE2ETestsFunction · 0.65
BenchmarkCreateFunction · 0.65
bearerTokenFunction · 0.65
DaptinSmtpDbResourceFunction · 0.65
GetMethod · 0.65
AssetRouteHandlerFunction · 0.65
getFromCacheFunction · 0.65

Implementers 1

InMemoryTestDatabaseserver/inmemory_mock_db.go

Calls

no outgoing calls