parray

package
v0.25.0 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Array added in v0.15.1

type Array[T any] []T

func (*Array[T]) Scan added in v0.15.1

func (e *Array[T]) Scan(src any) error

Scan implements the sql.Scanner interface.

func (Array[T]) Value added in v0.15.1

func (e Array[T]) Value() (driver.Value, error)

Value implements the driver.Valuer interface.

type EnumArray

type EnumArray[T ~string] []T

func (*EnumArray[T]) Scan

func (e *EnumArray[T]) Scan(src any) error

Scan implements the sql.Scanner interface.

func (EnumArray[T]) Value

func (e EnumArray[T]) Value() (driver.Value, error)

Value implements the driver.Valuer interface.

Jump to

Keyboard shortcuts

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