Documentation ¶
Index ¶
- func ParseTZ(tzs string) (zh, zm int, err error)
- func TZOfTime(t time.Time) (zh, zm int)
- type Money
- type MoneyAssigner
- func (MoneyAssigner) DbBindVar(dialect aorm.Dialector, argVar string) string
- func (MoneyAssigner) SQLSize(_ aorm.Dialector) int
- func (MoneyAssigner) SQLType(dialect aorm.Dialector) string
- func (MoneyAssigner) Scaner(_ aorm.Dialector, dest reflect.Value) aorm.Scanner
- func (MoneyAssigner) Select(field *aorm.StructField, scope *aorm.Scope, table string) aorm.Query
- func (MoneyAssigner) SelectWrap(_ *aorm.StructField, scope *aorm.Scope, expr string) aorm.Query
- func (MoneyAssigner) Type() reflect.Type
- func (MoneyAssigner) Valuer(_ aorm.Dialector, value interface{}) driver.Valuer
- type Time
- func (Time) AormDataType(aorm.Dialector) string
- func (this Time) Hour() int
- func (this Time) Minute() int
- func (this *Time) Scan(src interface{}) (err error)
- func (this Time) Second() int
- func (this Time) String() string
- func (this Time) Time() time.Time
- func (this Time) Value() (driver.Value, error)
- type TimeZ
- func (TimeZ) AormDataType(aorm.Dialector) string
- func (this TimeZ) Hour() int
- func (this TimeZ) Minute() int
- func (this *TimeZ) Scan(src interface{}) (err error)
- func (this TimeZ) Second() int
- func (this TimeZ) String() string
- func (this TimeZ) Time() time.Time
- func (this TimeZ) Value() (driver.Value, error)
- func (this TimeZ) Zone() (h, m int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MoneyAssigner ¶
type MoneyAssigner struct { }
func (MoneyAssigner) DbBindVar ¶
func (MoneyAssigner) DbBindVar(dialect aorm.Dialector, argVar string) string
func (MoneyAssigner) Select ¶
func (MoneyAssigner) Select(field *aorm.StructField, scope *aorm.Scope, table string) aorm.Query
func (MoneyAssigner) SelectWrap ¶
func (MoneyAssigner) SelectWrap(_ *aorm.StructField, scope *aorm.Scope, expr string) aorm.Query
func (MoneyAssigner) Type ¶
func (MoneyAssigner) Type() reflect.Type
Click to show internal directories.
Click to hide internal directories.