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

2 uses

	github.com/jackc/pgtype (current package)
		int2.go#L231: func (src Int2) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
		int2_array.go#L816: 		elemBuf, err := elem.EncodeText(ci, inElemBuf)