2023-02-22 14:19:56 +00:00
|
|
|
package sqlite3
|
|
|
|
|
|
|
|
|
|
// ZeroBlob represents a zero-filled, length n BLOB
|
|
|
|
|
// that can be used as an argument to
|
2023-02-22 17:51:30 +00:00
|
|
|
// [database/sql.DB.Exec] and similar methods.
|
2023-02-22 14:19:56 +00:00
|
|
|
type ZeroBlob int64
|