Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NullInt64BoolPtr ¶
NullInt64BoolPtr converts a nullable SQLite boolean integer into an optional bool.
Types ¶
type BoolScanner ¶
type BoolScanner struct {
// contains filtered or unexported fields
}
func Bool ¶
func Bool(target *bool) *BoolScanner
Bool returns a sql.Scanner-compatible target that accepts common SQLite boolean encodings.
func (*BoolScanner) Scan ¶
func (b *BoolScanner) Scan(src any) error
Click to show internal directories.
Click to hide internal directories.