type github.com/lib/pq.StringArray
7 uses
github.com/lib/pq (current package)
array.go#L41: return (*StringArray)(&a)
array.go#L50: return (*StringArray)(a)
array.go#L487: type StringArray []string
array.go#L490: func (a *StringArray) Scan(src interface{}) error {
array.go#L504: func (a *StringArray) scanBytes(src []byte) error {
array.go#L512: b := make(StringArray, len(elems))
array.go#L524: func (a StringArray) Value() (driver.Value, error) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |