ArrayDelimiter returns the delimiter character(s) for this element's type.
()
| 491 | type 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. |
no outgoing calls
no test coverage detected