Documentation ¶
Index ¶
- func SetLogf(fn func(code int, msg string))
- func Version() string
- type ApplyEventFunction
- type Arg
- type Conn
- type Engine
- type Options
- type Rows
- func (r *Rows) ColumnBlob(i int, buf []byte) ([]byte, error)
- func (r *Rows) ColumnBlobRaw(i int) ([]byte, error)
- func (r *Rows) ColumnBlobRawString(i int) (string, error)
- func (r *Rows) ColumnBlobString(i int) (string, error)
- func (r *Rows) ColumnInt64(i int) (int64, error)
- func (r *Rows) ColumnIsNull(i int) bool
- func (r *Rows) Error() error
- func (r *Rows) Next() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApplyEventFunction ¶
type Conn ¶
type Conn struct {
// contains filtered or unexported fields
}
func (Conn) LastInsertRowID ¶
type Rows ¶
type Rows struct {
// contains filtered or unexported fields
}
func (*Rows) ColumnIsNull ¶
Click to show internal directories.
Click to hide internal directories.