Class Mysql.SqlTable()->Result
- Description
- Result object returned by e.g. select. This is similar in function to an Sql.sql_result object. It also implements the iterator interface and can therefore be used directly in e.g. - foreach.
- Variable
res
 
- Sql.ResultMysql.SqlTable.Result.res
- Description
- The underlying result object from the db connection.