Documentation
¶
Index ¶
- Variables
- func GetExecutorOrDefault(ctx context.Context, d boil.ContextExecutor) boil.ContextExecutor
- func GetTx(ctx context.Context) *sql.Tx
- func ToNullInt(v int) null.Int
- func ToNullJSONB(v []byte) null.JSON
- func ToNullString(v string) null.String
- func ToNullTime(v time.Time) null.Time
- func WithTx(ctx context.Context, tx *sql.Tx) context.Context
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTooManyAffectedRows = errors.New("too many affected rows")
Functions ¶
func GetExecutorOrDefault ¶
func GetExecutorOrDefault(ctx context.Context, d boil.ContextExecutor) boil.ContextExecutor
func ToNullJSONB ¶
func ToNullJSONB(v []byte) null.JSON
func ToNullString ¶
func ToNullString(v string) null.String
func ToNullTime ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.