Single WHERE or SET parameter of database query.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | type | = | DB_QUERY_TYPE_NONE |
Value type. |
|
| real(kind=r8), | public | :: | value_double | = | 0.0_r8 |
Double value. |
|
| integer, | public | :: | value_int | = | 0 |
Integer value. |
|
| integer(kind=i8), | public | :: | value_int64 | = | 0.0_i8 |
64-bit integer value. |
|
| character(len=:), | public, | allocatable | :: | value_text |
Text value. |
||
| character(len=:), | public, | allocatable | :: | sql |
WHERE clause or column name. |