Property definitions

sqlite3 $ DataType :: is_float
	fun is_float: Bool `{ return self == SQLITE_FLOAT; `}
lib/sqlite3/native_sqlite3.nit:192,2--54