github.com/jackc/pgtype.Varchar.EncodeText (method)

2 uses

	github.com/jackc/pgtype (current package)
		varchar.go#L42: func (src Varchar) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
		varchar_array.go#L424: 		elemBuf, err := elem.EncodeText(ci, inElemBuf)