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

Method ArrayDelimiter

array.go:73–73  ·  view source on GitHub ↗

ArrayDelimiter returns the delimiter character(s) for this element's type.

()

Source from the content-addressed store, hash-verified

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.

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