sqlscanners

package
v0.4.71 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BitString

type BitString struct {
	IsValid   bool
	Bytes     []byte
	BitString string
}

func (*BitString) Scan

func (b *BitString) Scan(value any) error

Scan implements the sql.Scanner interface for BitString

func (BitString) String

func (b BitString) String() string

func (BitString) Value

func (b BitString) Value() (driver.Value, error)

Value implements the driver.Valuer interface for BitString

type SqlScanner

type SqlScanner interface {
	Scan(value any) error
	Value() (driver.Value, error)
	String() string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL