MCPcopy Index your code
hub / github.com/lib/pq / ArrayDelimiter

Interface ArrayDelimiter

array.go:71–74  ·  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

69// ArrayDelimiter may be optionally implemented by driver.Valuer or sql.Scanner
70// to override the array delimiter used by GenericArray.
71type ArrayDelimiter interface {
72 // ArrayDelimiter returns the delimiter character(s) for this element's type.
73 ArrayDelimiter() string
74}
75
76// BoolArray represents a one-dimensional array of the PostgreSQL boolean type.
77type BoolArray []bool

Callers 2

evaluateDestinationMethod · 0.65
appendArrayElementFunction · 0.65

Implementers 2

TildeNullInt64array_test.go
FuncArrayValuerarray_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…