Documentation
¶
Index ¶
- func InitTable(tx *sql.Tx, table *Table) error
- type Column
- func Array(def []interface{}, isNotNull bool) *Column
- func Bigint(def int64, isNotNull bool) *Column
- func Boolean(def bool) *Column
- func Bytea(def []byte, isNotNull bool) *Column
- func DPrecision(def float64, isNotNull bool) *Column
- func Integer(def int32, isNotNull bool) *Column
- func JsonB(def json.RawMessage, isNotNull bool) *Column
- func Text(def string, isNotNull bool) *Column
- func Timestamp(def time.Time, isNotNull bool) *Column
- func VarChar(def string, length int64, isNotNull bool) *Column
- type Key
- type Table
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Column ¶
func DPrecision ¶
Click to show internal directories.
Click to hide internal directories.