Home
last modified time | relevance | path

Searched refs:dbi_result_get_field_type (Results 1 – 7 of 7) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/dbi/
H A Dgnc-dbisqlresult.cpp107 auto type = dbi_result_get_field_type (m_inst->m_dbi_result, col); in get_int_at_col()
117 auto type = dbi_result_get_field_type (m_inst->m_dbi_result, col); in get_float_at_col()
132 auto type = dbi_result_get_field_type (m_inst->m_dbi_result, col); in get_double_at_col()
146 auto type = dbi_result_get_field_type (m_inst->m_dbi_result, col); in get_string_at_col()
162 auto type = dbi_result_get_field_type (result, col); in get_time64_at_col()
/dports/databases/libdbi/libdbi-0.9.0/include/dbi/
H A Ddbi.h267 unsigned short dbi_result_get_field_type(dbi_result Result, const char *fieldname);
H A Ddbi.h.in267 unsigned short dbi_result_get_field_type(dbi_result Result, const char *fieldname);
/dports/databases/libdbi/libdbi-0.9.0/
H A DNEWS200 dbi_result_get_field_type(),dbi_result_get_field_type_idx():
/dports/textproc/refdb/refdb-0.9.9-1/src/
H A Dbackend.c3456 n_field_type = dbi_result_get_field_type(dbires, fieldname); in my_dbi_result_get_string_copy()
3629 n_field_type = dbi_result_get_field_type(Result, fieldname); in my_dbi_result_get_string()
/dports/databases/libdbi/libdbi-0.9.0/src/
H A Ddbi_result.c326 unsigned short dbi_result_get_field_type(dbi_result Result, const char *fieldname) { in dbi_result_get_field_type() function
/dports/databases/libdbi-drivers/libdbi-drivers-0.9.0/tests/
H A Dtest_dbi.c5464 type_found = dbi_result_get_field_type(result, field_name_from_index(i, cinfo.drivername)); in test_dbi_result_get_field_type()