Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- _ -
- h -
- h_clean_connection()
: hoel.h
, hoel.c
- h_clean_data()
: hoel.h
, hoel.c
- h_clean_data_full()
: hoel.h
, hoel.c
- h_clean_result()
: hoel.c
, hoel.h
- h_close_db()
: hoel.c
, hoel.h
- h_close_mariadb()
: hoel-mariadb.c
, hoel.h
- h_close_pgsql()
: hoel-pgsql.c
, hoel.h
- h_close_sqlite()
: hoel-sqlite.c
, hoel.h
- h_connect_mariadb()
: hoel-mariadb.c
, hoel.h
- h_connect_pgsql()
: hoel-pgsql.c
, hoel.h
- h_connect_sqlite()
: hoel-sqlite.c
, hoel.h
- h_delete()
: hoel-simple-json.c
, hoel.h
- H_ERROR
: hoel.h
- H_ERROR_CONNECTION
: hoel.h
- H_ERROR_MEMORY
: hoel.h
- H_ERROR_PARAMS
: hoel.h
- H_ERROR_QUERY
: hoel.h
- h_escape_string()
: hoel.c
, hoel.h
- h_escape_string_mariadb()
: hoel.h
- h_escape_string_pgsql()
: hoel.h
- h_escape_string_sqlite()
: hoel.h
- h_escape_string_with_quotes()
: hoel.c
, hoel.h
- h_escape_string_with_quotes_mariadb()
: hoel.h
- h_escape_string_with_quotes_pgsql()
: hoel.h
- h_escape_string_with_quotes_sqlite()
: hoel.h
- h_exec_query_sqlite()
: hoel.h
- h_execute_query()
: hoel.c
, hoel.h
- h_execute_query_json()
: hoel.c
, hoel.h
- h_execute_query_json_mariadb()
: hoel.h
- h_execute_query_json_pgsql()
: hoel.h
- h_execute_query_json_sqlite()
: hoel.h
- h_execute_query_mariadb()
: hoel.h
- h_execute_query_pgsql()
: hoel.h
- h_free()
: hoel.c
, hoel.h
- h_get_mariadb_value()
: hoel.h
- h_insert()
: hoel.h
, hoel-simple-json.c
- h_last_insert_id()
: hoel-simple-json.c
, hoel.h
- h_last_insert_id_mariadb()
: hoel.h
- h_last_insert_id_pgsql()
: hoel.h
- h_last_insert_id_sqlite()
: hoel.h
- h_new_data_blob()
: hoel.c
, h-private.h
- h_new_data_datetime()
: hoel.c
, h-private.h
- h_new_data_double()
: hoel.c
, h-private.h
- h_new_data_int()
: hoel.c
, h-private.h
- h_new_data_null()
: hoel.c
, h-private.h
- h_new_data_text()
: hoel.c
, h-private.h
- H_OK
: hoel.h
- H_OPTION_EXEC
: hoel.h
- H_OPTION_NONE
: hoel.h
- H_OPTION_SELECT
: hoel.h
- h_query_delete()
: hoel.c
, hoel.h
- h_query_insert()
: hoel.c
, hoel.h
- h_query_last_insert_id()
: hoel.c
, hoel.h
- h_query_select()
: hoel.c
, hoel.h
- h_query_select_json()
: hoel.c
, hoel.h
- h_query_update()
: hoel.c
, hoel.h
- h_result_add_row()
: hoel.c
, h-private.h
- h_row_add_data()
: hoel.c
, h-private.h
- h_select()
: hoel-simple-json.c
, hoel.h
- h_select_query_sqlite()
: hoel.h
- h_update()
: hoel-simple-json.c
, hoel.h
- HOEL_COL_TYPE_BLOB
: hoel.h
- HOEL_COL_TYPE_BOOL
: hoel.h
- HOEL_COL_TYPE_DATE
: hoel.h
- HOEL_COL_TYPE_DOUBLE
: hoel.h
- HOEL_COL_TYPE_INT
: hoel.h
- HOEL_COL_TYPE_NULL
: hoel.h
- HOEL_COL_TYPE_TEXT
: hoel.h
- HOEL_DB_TYPE_MARIADB
: hoel.h
- HOEL_DB_TYPE_PGSQL
: hoel.h
- HOEL_DB_TYPE_SQLITE
: hoel.h
- u -