MCPcopy Index your code
hub / github.com/aarondl/sqlboiler / ArrayDelimiter

Interface ArrayDelimiter

types/array.go:491–494  ·  view source on GitHub ↗

ArrayDelimiter may be optionally implemented by driver.Valuer or sql.Scanner to override the array delimiter used by GenericArray.

Source from the content-addressed store, hash-verified

489// ArrayDelimiter may be optionally implemented by driver.Valuer or sql.Scanner
490// to override the array delimiter used by GenericArray.
491type ArrayDelimiter interface {
492 // ArrayDelimiter returns the delimiter character(s) for this element's type.
493 ArrayDelimiter() string
494}
495
496// BoolArray represents a one-dimensional array of the PostgreSQL boolean type.
497type BoolArray []bool

Callers 2

evaluateDestinationMethod · 0.65
appendArrayElementFunction · 0.65

Implementers 2

TildeNullInt64types/array_test.go
FuncArrayValuertypes/array_test.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…