Searched refs:sqlite3_column_text (Results 1 – 8 of 8) sorted by relevance
| /freebsd-src/contrib/sqlite3/ |
| H A D | shell.c | 2019 const char *zCol = (const char*)sqlite3_column_text(pStmt, 1); in shellFakeSchema() 3507 const unsigned char *z2 = sqlite3_column_text(pStmt, i); in sha3QueryFunc() 8420 const char *zDb = (const char*)sqlite3_column_text(pS2, 1); in completionNext() 8444 const char *zDb = (const char*)sqlite3_column_text(pS2, 1); in completionNext() 8470 pCur->zCurrentRow = (const char*)sqlite3_column_text(pCur->pStmt, iCol); in completionNext() 12630 const char *zCol = (const char*)sqlite3_column_text(p1, 1); in idxGetTableInfo() 12660 const char *zCol = (const char*)sqlite3_column_text(p1, 1); in idxGetTableInfo() 12819 const char *zIdx = (const char*)sqlite3_column_text(pIdxList, 1); in idxFindCompatible() 12829 const char *zColl = (const char*)sqlite3_column_text(pInfo, 4); in idxFindCompatible() 13125 const char *zDetail = (const char*)sqlite3_column_text(pExplai in idxFindIndexes() [all...] |
| H A D | sqlite3ext.h | 431 #define sqlite3_column_text sqlite3_api->column_text macro
|
| H A D | sqlite3.h | 402 ** [sqlite3_column_text()], one for each column. ^If an element of a 2904 ** string representation as returned by [sqlite3_column_text()]. 5070 ** <tr><td><b>sqlite3_column_text</b><td>→<td>UTF-8 TEXT result 5110 ** if the query returns an integer but the sqlite3_column_text() interface 5154 ** ^Strings returned by sqlite3_column_text() and sqlite3_column_text16(), 5205 ** calls to sqlite3_column_blob(), sqlite3_column_text(), and/or 5211 ** <li> The initial content is a BLOB and sqlite3_column_text() or 5218 ** sqlite3_column_text() is called. The content must be converted 5232 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li> 5237 ** In other words, you should call sqlite3_column_text(), [all...] |
| H A D | sqlite3.c | 715 ** [sqlite3_column_text()], one for each column. ^If an element of a 3217 ** string representation as returned by [sqlite3_column_text()]. 5383 ** <tr><td><b>sqlite3_column_text</b><td>→<td>UTF-8 TEXT result 5423 ** if the query returns an integer but the sqlite3_column_text() interface 5467 ** ^Strings returned by sqlite3_column_text() and sqlite3_column_text16(), 5518 ** calls to sqlite3_column_blob(), sqlite3_column_text(), and/or 5524 ** <li> The initial content is a BLOB and sqlite3_column_text() or 5531 ** sqlite3_column_text() is called. The content must be converted 5545 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li> 5550 ** In other words, you should call sqlite3_column_text(), [all...] |
| /freebsd-src/contrib/kyua/utils/sqlite/ |
| H A D | statement.cpp | 340 return reinterpret_cast< const char* >(::sqlite3_column_text( in column_text()
|
| /freebsd-src/crypto/heimdal/lib/krb5/ |
| H A D | scache.c | 276 name = (const char *)sqlite3_column_text(stmt, 0); in get_def_name() 850 str = (const char *)sqlite3_column_text(s->scache, 0); in scc_get_principal() 1269 name = (const char *)sqlite3_column_text(ctx->stmt, 0); in scc_get_cache_next()
|
| /freebsd-src/contrib/wpa/src/ap/ |
| H A D | ieee802_1x.c | 713 attrtxt = (const char *) sqlite3_column_text(stmt, 0); in ieee802_1x_encapsulate_radius()
|
| /freebsd-src/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 1802 return Tcl_NewStringObj((char*)sqlite3_column_text(pStmt, iCol), -1); in dbEvalColumnValue()
|