Property definitions

sqlite3 $ DataType :: is_null
	fun is_null: Bool `{ return self == SQLITE_NULL; `}
lib/sqlite3/native_sqlite3.nit:194,2--52