Documentation
¶
Index ¶
- func BigMax(f *seed.Field, exp int64) *seed.Field
- func Bool() *seed.Field
- func Bytes() *seed.Field
- func Date() *seed.Field
- func DateTimeMicro() *seed.Field
- func DateTimeMill() *seed.Field
- func DateTimeNano() *seed.Field
- func DateTimeSec() *seed.Field
- func DomainLevel0All() *seed.Domain
- func DomainLevel0base() *seed.Domain
- func DomainLevel1() *seed.Domain
- func Float64() *seed.Field
- func Integer64() *seed.Field
- func JSInteger() *seed.Field
- func ListOf(f *seed.Field, listSetting seed.ListSetting) *seed.Field
- func ObjLevel0() *seed.Object
- func ObjLevel0Identities() *seed.Object
- func ObjLevel0List() *seed.Object
- func ObjTimeStampCommon() *seed.Object
- func PositiveInteger64() *seed.Field
- func TextAreaField() *seed.Field
- func TextLineField() *seed.Field
- func WithTimeZone(f *seed.Field) *seed.Field
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DateTimeMicro ¶
DateTimeMicro is what most SQL implantation support natively
func DateTimeMill ¶
func DateTimeNano ¶
func DateTimeSec ¶
func DomainLevel0All ¶
DomainLevel0All is a collection of objects that test for basic feature support.
func DomainLevel0base ¶
DomainLevel0base only contains ObjLevel0 which is a collection of fields that makes good starting points for feature support.
func DomainLevel1 ¶
DomainLevel1 is a collection of objects that test for Level 1 feature support.
func ObjLevel0 ¶
ObjLevel0 is a collection of fields that makes good starting points for feature support.
func ObjLevel0Identities ¶
func ObjLevel0List ¶
ObjLevel0List is all list extension of ObjLevel0
func ObjTimeStampCommon ¶
ObjTimeStampCommon is a collection of fields that covers common timestamps options
func PositiveInteger64 ¶
func TextAreaField ¶
func TextLineField ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.