Property definitions

sqlite3 $ Sqlite3Code :: is_row
	fun is_row: Bool `{ return self == SQLITE_ROW; `}
lib/sqlite3/native_sqlite3.nit:69,2--50