Documentation
¶
Index ¶
- func ToAbsolutePath(relativePath string) (string, error)
- type Color
- type Handle
- func (handle *Handle) Close()
- func (handle *Handle) Exec(query string, args ...interface{}) (sql.Result, error)
- func (handle *Handle) Load(path string) (bool, error)
- func (handle *Handle) QueryOptions() (Options, error)
- func (handle *Handle) QueryRow(query string, args ...interface{}) (*Row, error)
- func (handle *Handle) QueryRows(query string, args ...interface{}) (*Rows, error)
- func (handle *Handle) Save(path string) (bool, error)
- type Load
- type Object
- type Options
- type Position
- type Row
- type Rows
- type Save
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToAbsolutePath ¶
Types ¶
type Handle ¶
type Handle struct {
// contains filtered or unexported fields
}