Property definitions

sqlite3 $ Blob :: defaultinit
# A Sqlite3 blob
class Blob
	super Sqlite3Data

	# Pointer to the beginning of the blob
	var pointer: Pointer

	# Size of the blob
	var length: Int
end
lib/sqlite3/sqlite3.nit:352,1--361,3