sql_lit_t Derived Type

type, public :: sql_lit_t


Components

Type Visibility Attributes Name Initial
integer, public :: ltype = LIT_NULL
integer(kind=int32), public :: ival = 0_int32
real(kind=real64), public :: rval = 0.0_real64
character(len=:), public, allocatable :: sval