Documentation
¶
Index ¶
- func ConvertToInsertStatement(params Params) (string, string)
- func IsPointer(value interface{}) bool
- type Field
- type Input
- type Param
- type Params
- type Rows
- type Strings
- type Value
- type Variant
- func (v Variant) AsBool() bool
- func (v Variant) AsDateTime() time.Time
- func (v Variant) AsFloat() float32
- func (v Variant) AsFloat64() float64
- func (v Variant) AsInt() int
- func (v Variant) AsInt8() int8
- func (v Variant) AsInt16() int16
- func (v Variant) AsInt32() int32
- func (v Variant) AsInt64() int64
- func (v Variant) AsString() string
- func (v Variant) AsValue() any
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Field ¶
type Field struct {
Name string
Caption string
DataType *sql.ColumnType
Value Variant
DataMask string
ValueTrue string
ValueFalse string
Visible bool
Order int
Index int
}
func (Field) AsDateTime ¶
type Param ¶
func (Param) AsDateTime ¶
type Strings ¶
type Strings struct {
Delimiter string
// contains filtered or unexported fields
}
func NewStrings ¶
func NewStrings() *Strings
Click to show internal directories.
Click to hide internal directories.