Documentation ¶
Index ¶
- type Driver
- func (d Driver) Columns(s iquery.Server, schema, table string) ([]iquery.Column, error)
- func (d Driver) MapRows(r *sql.Rows, columns, limit int) (iquery.Rows, error)
- func (d Driver) Schemas(s iquery.Server) ([]string, error)
- func (d Driver) Tables(s iquery.Server, schema string) ([]iquery.Table, error)
- type Info
- type MapBytesFunc
- type MapValueFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct { Info // contains filtered or unexported fields }
func New ¶
func New(i Info, fn MapValueFunc) Driver
type MapBytesFunc ¶
type MapBytesFunc func([]byte) interface{}
type MapValueFunc ¶
type MapValueFunc func(o interface{}) interface{}
func ValueMapper ¶
func ValueMapper(mapBytesFn MapBytesFunc) MapValueFunc
Click to show internal directories.
Click to hide internal directories.