Represents a set of query results from an ODBC query, providing methods to navigate rows and retrieve odbc_columnset::column data in various formats (integer, real, double, string), using a odbc_columnset::columnset for column metadata.
Definition at line 20 of file resultset.f90.
Variables | |
| integer(sqluinteger) | rows |
| integer(sqlusmallint), dimension(10) | status |
| integer(sqlsmallint) | rec |
| character(kind=sqltchar, len=6) | state |
| character(kind=sqltchar, len=sql_max_message_length) | msg |
| integer(sqlinteger) | ierr |
| integer(sqlsmallint) | imsg |
| type(columnset), public | columns |