sqr
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
sql_lit_t
Derived Type
6 statements
Source File
sql.f90
sql
sql_lit_t
Contents
Variables
ltype
ival
rval
sval
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