Derived Types

TypeLocationExtendsDescription
action_result_t cmdgraph None
arg_spec_t cmdgraph None
bt_cursor_t b_tree None
bt_jhook_ctx_t sqr None
btree_t b_tree None
column_t sqr None
command_info_t cmdgraph None
db_cursor_t sqr None
db_t sqr None

Object-oriented spelling of the db_* operations: call db%insert(...) is exactly call db_insert(db, ...). The free db_* procedures remain public and callable unchanged; these bindings are a thin alternative face on the same module procedures (which is why the passed-object db argument is class(db_t) throughout).

dlist_node_char dlist dlist_node_data_t
dlist_node_data_t dlist None
dlist_node_integer dlist dlist_node_data_t
dlist_node_real dlist dlist_node_data_t
dlist_node_real_a dlist dlist_node_data_t
dlist_node_real_m dlist dlist_node_data_t
dlist_node_t dlist None
dlist_t dlist None
engine_t cmdgraph None
index_t sqr None
journal_t sqr None
sql_cell_t sql None
sql_cond_group_t sql None
sql_cond_t sql None
sql_lit_t sql None
sql_result_t sql None
sql_stmt_t sql None
sql_token_t sql None
table_t sqr None
version_t cmdgraph None