Documentation ¶
Index ¶
- Constants
- type Columns
- type DBWrapper
- func (w *DBWrapper) Close() error
- func (w *DBWrapper) Execute(ctx context.Context, sql string, params ...interface{}) (insertId int64, affected int64, err error)
- func (w *DBWrapper) Open(driverName string) error
- func (w *DBWrapper) Query(ctx context.Context, sql string, params ...interface{}) ([]string, []string, []*pb.Row, error)
- type RowFields
- type Rows
Constants ¶
View Source
const DefaultDBName = "test"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.