Type of the entry at row i

Property definitions

sqlite3 $ NativeStatement :: column_type
	# Type of the entry at row `i`
	fun column_type(i: Int): DataType `{
		return sqlite3_column_type(self, i);
	`}
lib/sqlite3/native_sqlite3.nit:119,2--122,3