github.com/go-pg/pg/v10/internal/pool.WriteBuffer.WriteInt16 (method)

5 uses

	github.com/go-pg/pg/v10/internal/pool (current package)
		write_buffer.go#L85: func (buf *WriteBuffer) WriteInt16(num int16) {

	github.com/go-pg/pg/v10
		messages.go#L538: 	buf.WriteInt16(0)
		messages.go#L614: 	buf.WriteInt16(0)
		messages.go#L615: 	buf.WriteInt16(int16(len(params)))
		messages.go#L626: 	buf.WriteInt16(0)