arrays

package
v1.181.0 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package arrays has models for integer and string arrays in MySQL.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SearchIntegers32

func SearchIntegers32(column string) string

func SearchIntegers64

func SearchIntegers64(column string) string

func SearchStrings

func SearchStrings(column string) string

Types

type Integers32

type Integers32 []int32

func (*Integers32) Scan

func (slice *Integers32) Scan(value interface{}) error

func (Integers32) Value

func (slice Integers32) Value() (driver.Value, error)

type Integers64

type Integers64 []int64

func (*Integers64) Scan

func (slice *Integers64) Scan(value interface{}) error

func (Integers64) Value

func (slice Integers64) Value() (driver.Value, error)

type Strings

type Strings []string

func (*Strings) Scan

func (slice *Strings) Scan(value interface{}) error

func (Strings) Value

func (slice Strings) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

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