Home
last modified time | relevance | path

Searched defs:column_name (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/kyua/utils/sqlite/
H A Dtransaction_test.cpp55 const char* column_name, int exp_value) in check_in_table()
H A Dexceptions.cpp172 sqlite::invalid_column_error::column_name(void) const in column_name() function in sqlite::invalid_column_error
H A Dstatement.cpp222 sqlite::statement::column_name(const int index) in column_name() function in sqlite::statement
/freebsd/contrib/jemalloc/src/
H A Dstats.c252 #define COL(row_name, column_name, left_or_right, col_width, etype) \ argument
259 #define COL_HDR(row_name, column_name, human, left_or_right, col_width, etype) \ argument
/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h65 const char * (*column_name)(sqlite3_stmt*,int); member