Documentation ¶
Index ¶
- func Connect1(keyId, secret, region, ledger string) *qldbdriver.QLDBDriver
- type Adapter
- func (a *Adapter) DoExec(execQuery string, args ...any) bool
- func (a *Adapter) QAll(selectQuery string, scanner func(rawRow []byte) error, args ...any) (total int)
- func (a *Adapter) QLine(selectQuery string, target any, args ...any) bool
- func (a *Adapter) QMapArray(query string, eachRowFunc func(row M.SX) (exitEarly bool)) bool
- func (a *Adapter) Shutdown()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Connect1 ¶
func Connect1(keyId, secret, region, ledger string) *qldbdriver.QLDBDriver
Types ¶
type Adapter ¶
type Adapter struct { *qldbdriver.QLDBDriver Reconnect func() *qldbdriver.QLDBDriver }
Click to show internal directories.
Click to hide internal directories.