Allows iteration over the columns with the foreach statement.
Allows for access by index or column name.
Hacky conversion to simpler types.
Provides a string representation of the row, for quick eyeball debugging. You probably won't want the format this prints in (and don't rely upon it, as it is subject to change at any time without notice!), but it might be useful for use with writeln.
Hacky conversion to simpler types.
A row in a result set from a query.
You can access this as either an array or associative array: