Commit 9ecc48b3 authored by gwenn's avatar gwenn

Improve ZeroBlobLength doc.

parent e12f6b1b
......@@ -32,6 +32,8 @@ type BlobReadWriter struct {
}
// ZeroBlobLength is used to reserve space for a BLOB that is later written.
// stmt.Bind(..., ZeroBlobLength(1000), ...)
// (See http://sqlite.org/lang_corefunc.html#zeroblob)
type ZeroBlobLength int32
// NewBlobReader opens a BLOB for incremental I/O in read-only mode.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment