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

Method ArrayDelimiter

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

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

()

Source from the content-addressed store, hash-verified

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.

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