sql_result_t Derived Type

type, public :: sql_result_t


Components

Type Visibility Attributes Name Initial
integer, public :: kind = SQLRES_NONE
character(len=SQR_NAME_LEN), public, allocatable :: colnames(:)
type(sql_cell_t), public, allocatable :: cells(:,:)
integer, public :: nrows = 0
integer, public :: ncols = 0
integer, public :: count = 0
character(len=:), public, allocatable :: message