Returns the ith entry on this row

Property definitions

sqlite3 $ StatementRow :: []
	# Returns the `i`th entry on this row
	fun [](i: Int): StatementEntry do return new StatementEntry(statement, i)
lib/sqlite3/sqlite3.nit:179,2--180,74