Represents metadata and data for a single column in a query result, storing name, type, size, decimal digits, nullability, and content for use in a odbc_columnset::columnset.
Definition at line 14 of file columnset.f90.
Variables | |
character(:, c_char), allocatable | name |
integer(sqlsmallint) | type |
integer(sqlulen) | size |
integer(sqlsmallint) | decim_size |
integer(sqlsmallint) | nullable |
character(:), allocatable | content |