Database statement declaration.
SQLite database statement type.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(c_ptr), | public | :: | ctx | = | c_null_ptr |
C pointer to SQLite 3 statement. |
Returns .true.
if given statement has been prepared.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(db_stmt_type), | intent(inout) | :: | db_stmt |
Database statement type. |