Searched refs:sqlite3_column_value (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h273 #define sqlite3_column_value sqlite3_api->column_value macro
H A Dsqlite3.h2958 ** [sqlite3_column_value()] is unprotected.
3458 ** ^The object returned by [sqlite3_column_value()] is an
3462 ** [sqlite3_column_value()] is used in any other way, including calls
3564 SQLITE_API sqlite3_value *sqlite3_column_value(sqlite3_stmt*, int iCol);
H A Dsqlite3.c3511 ** [sqlite3_column_value()] is unprotected.
4011 ** ^The object returned by [sqlite3_column_value()] is an
4015 ** [sqlite3_column_value()] is used in any other way, including calls
4117 SQLITE_API sqlite3_value *sqlite3_column_value(sqlite3_stmt*, int iCol);
62350 SQLITE_API sqlite3_value *sqlite3_column_value(sqlite3_stmt *pStmt, int i){ function
89165 #define sqlite3_column_value macro
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h405 #define sqlite3_column_value sqlite3_api->column_value macro
H A Dsqlite3.h4251 ** [sqlite3_column_value()] is unprotected.
4781 ** <tr><td><b>sqlite3_column_value</b><td>&rarr;<td>The result as an
4867 ** <b>Warning:</b> ^The object returned by [sqlite3_column_value()] is an
4872 ** [sqlite3_column_value()] is used in any other way, including calls
4875 ** Hence, the sqlite3_column_value() interface
4983 SQLITE_API sqlite3_value *sqlite3_column_value(sqlite3_stmt*, int iCol);
H A Dshell.c8958 pVal = sqlite3_column_value(pCsr->pData, i);
13118 sqlite3_bind_value(pStmt, i, sqlite3_column_value(pQ, 0));
H A Dsqlite3.c5314 ** [sqlite3_column_value()] is unprotected.
5844 ** <tr><td><b>sqlite3_column_value</b><td>&rarr;<td>The result as an
5930 ** <b>Warning:</b> ^The object returned by [sqlite3_column_value()] is an
5935 ** [sqlite3_column_value()] is used in any other way, including calls
5938 ** Hence, the sqlite3_column_value() interface
6046 SQLITE_API sqlite3_value *sqlite3_column_value(sqlite3_stmt*, int iCol);
84777 SQLITE_API sqlite3_value *sqlite3_column_value(sqlite3_stmt *pStmt, int i){ function
125795 #define sqlite3_column_value macro
[all...]

Completed in 992 milliseconds