Documentation ¶
Index ¶
- Variables
- func BigInt() numeric
- func Boolean() (t boolean)
- func Char(n int) character
- func Character(n int) (t character)
- func Date() datetime
- func Datetime() datetime
- func Decimal(precision, scale int) numeric
- func Double() numeric
- func Float() numeric
- func Integer() numeric
- func Numeric(precision, scale int) numeric
- func Real() numeric
- func SmallInt() numeric
- func Text() (t character)
- func Timestamp() datetime
- func Varchar(limit ...int) (t character)
- type BaseType
- type Type
Constants ¶
This section is empty.
Variables ¶
View Source
var ( True = &internalTrue False = &internalFalse )
Provide a nullable boolean for Boolean type default values
Functions ¶
Types ¶
type BaseType ¶
type BaseType struct {
// contains filtered or unexported fields
}
BaseType is foundational datatype that includes fields that nearly all datatypes implement
Click to show internal directories.
Click to hide internal directories.