Property definitions

sqlite3 $ DataType :: is_blob
	fun is_blob: Bool `{ return self == SQLITE_BLOB; `}
lib/sqlite3/native_sqlite3.nit:193,2--52