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