Property definitions

sqlite3 $ DataType :: is_text
	fun is_text: Bool `{ return self == SQLITE_TEXT; `}
lib/sqlite3/native_sqlite3.nit:195,2--52