db_stmt_type Derived Type

type, public :: db_stmt_type

SQLite database statement type.


Inherits

type~~db_stmt_type~~InheritsGraph type~db_stmt_type db_stmt_type c_ptr c_ptr type~db_stmt_type->c_ptr ctx

Components

Type Visibility Attributes Name Initial
type(c_ptr), public :: ctx = c_null_ptr

C pointer to SQLite 3 statement.