Loading...
Searching...
No Matches
column Type Reference

Definition

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.


The documentation for this type was generated from the following file:

Variables

character(:, c_char), allocatable name
 
integer(sqlsmallint) type
 
integer(sqlulen) size
 
integer(sqlsmallint) decim_size
 
integer(sqlsmallint) nullable
 
character(:), allocatable content