Documentation ¶
Index ¶
- Variables
- type Column
- type Config
- type ConnC
- type I
- type NoTag
- type PrimaryKey
- type Schema
- type Stmt
- func (stmt *Stmt) AfterCreate(result sql.Result) *Stmt
- func (tx Stmt) Close() error
- func (tx Stmt) Create(v any) (err error)
- func (tx Stmt) Delete(v any) error
- func (stmt *Stmt) Execute() *Stmt
- func (tx Stmt) NewInsert(v any) *Stmt
- func (stmt *Stmt) Parse(v any) *Stmt
- func (tx Stmt) Query(v any) error
- func (tx Stmt) Update(v any) error
- type Table
- type Tag
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotSchema = errors.New("v is not a schema")
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct { Type string sql.ColumnType }
type I ¶
type PrimaryKey ¶
Click to show internal directories.
Click to hide internal directories.