Home
last modified time | relevance | path

Searched refs:sqlite3_column_value (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h434 #define sqlite3_column_value sqlite3_api->column_value macro
H A Dsqlite3.h4538 ** [sqlite3_column_value()] is unprotected.
5072 ** <tr><td><b>sqlite3_column_value</b><td>&rarr;<td>The result as an
5162 ** <b>Warning:</b> ^The object returned by [sqlite3_column_value()] is an
5167 ** [sqlite3_column_value()] is used in any other way, including calls
5170 ** Hence, the sqlite3_column_value() interface
5278 SQLITE_API sqlite3_value *sqlite3_column_value(sqlite3_stmt*, int iCol);
H A Dshell.c12517 pVal = sqlite3_column_value(pCsr->pData, i);
14501 sqlite3_bind_value(pStmt, ii+1, sqlite3_column_value(p->pCheck, ii+1)); in intckSaveKey()
18039 sqlite3_value *pVal = sqlite3_column_value(pPageData, 2); in recoverLostAndFoundOnePage()
18239 sqlite3_value *pVal = sqlite3_column_value(pSel, 3); in recoverWriteDataStep()
18431 sqlite3_column_value(pLaf->pAllAndParent, 0) in recoverLostAndFound2Step()
21639 sqlite3_bind_value(pStmt, i, sqlite3_column_value(pQ, 0)); in bind_prepared_stmt()
H A Dsqlite3.c4851 ** [sqlite3_column_value()] is unprotected.
5385 ** <tr><td><b>sqlite3_column_value</b><td>&rarr;<td>The result as an
5475 ** <b>Warning:</b> ^The object returned by [sqlite3_column_value()] is an
5480 ** [sqlite3_column_value()] is used in any other way, including calls
5483 ** Hence, the sqlite3_column_value() interface
5591 SQLITE_API sqlite3_value *sqlite3_column_value(sqlite3_stmt*, int iCol);
[all...]