Documentation ¶ Index ¶ func Int4(value int32) pgtype.Int4 func Text(value string) pgtype.Text Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Int4 ¶ func Int4(value int32) pgtype.Int4 func Text ¶ func Text(value string) pgtype.Text Text returns a properly initialized pgtype.Text instance based on the passed value. Please note empty strings are considered as NULL. Don't use this method if you want to set a column empty instead of NULL. Types ¶ This section is empty. Source Files ¶ View all Source files types.go Click to show internal directories. Click to hide internal directories.