Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalFieldBson ¶
func MarshalFieldBson(field Field, key string, buf *bytes2.ChunkedWriter)
func UnmarshalFieldBson ¶
Types ¶
type QueryResult ¶
type QueryResult struct { Fields []Field RowsAffected uint64 InsertId uint64 Rows [][]sqltypes.Value }
func (*QueryResult) MarshalBson ¶
func (qr *QueryResult) MarshalBson(buf *bytes2.ChunkedWriter)
func (*QueryResult) UnmarshalBson ¶
func (qr *QueryResult) UnmarshalBson(buf *bytes.Buffer)
Click to show internal directories.
Click to hide internal directories.