Lines Matching defs:sqlite3_column_text

653 ** [sqlite3_column_text()], one for each column.  ^If an element of a
2682 ** string representation as returned by [sqlite3_column_text()].
4576 ** ^Strings returned by sqlite3_column_text() and sqlite3_column_text16(),
4619 ** calls to sqlite3_column_blob(), sqlite3_column_text(), and/or
4625 ** <li> The initial content is a BLOB and sqlite3_column_text() or
4632 ** sqlite3_column_text() is called. The content must be converted
4646 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
4651 ** In other words, you should call sqlite3_column_text(),
4655 ** to sqlite3_column_text() or sqlite3_column_blob() with calls to
4663 ** from [sqlite3_column_blob()], [sqlite3_column_text()], etc. into
4678 SQLITE_API const unsigned char *sqlite3_column_text(sqlite3_stmt*, int iCol);
73217 /* This happens if a malloc() inside a call to sqlite3_column_text() or
77259 ** sqlite3_column_text()
77321 SQLITE_API const unsigned char *sqlite3_column_text(sqlite3_stmt *pStmt, int i){
79051 /* This happens if a malloc() inside a call to sqlite3_column_text() or
98812 zIndex = (char *)sqlite3_column_text(pStmt, 0);
98863 zIndex = (char *)sqlite3_column_text(pStmt, 0);
98876 decodeIntArray((char*)sqlite3_column_text(pStmt,1),nCol,pSample->anEq,0,0);
98877 decodeIntArray((char*)sqlite3_column_text(pStmt,2),nCol,pSample->anLt,0,0);
98878 decodeIntArray((char*)sqlite3_column_text(pStmt,3),nCol,pSample->anDLt,0,0);
111375 azVals[i] = (char *)sqlite3_column_text(pStmt, i);
111801 #define sqlite3_column_text sqlite3_api->column_text
112172 sqlite3_column_text,
124801 const char *zSubSql = (const char*)sqlite3_column_text(pStmt,0);
157115 const char *zText = (const char *)sqlite3_column_text(pSelect, i);
159067 const unsigned char *zText = sqlite3_column_text(pStmt, iCol);
159565 const char *z = (const char *) sqlite3_column_text(pStmt, iCol+1);
161232 const char *zText = (const char *)sqlite3_column_text(pStmt, iCol+1);
161407 const char *zText = (const char *)sqlite3_column_text(pCsr->pStmt, i+1);
162450 zDoc = (const char *)sqlite3_column_text(pCsr->pStmt, iCol);
163321 zDoc = (const char *)sqlite3_column_text(pCsr->pStmt, iCol+1);
170221 pIter->zTbl = (const char*)sqlite3_column_text(pIter->pTblIter, 0);
170222 pIter->zDataTbl = (const char*)sqlite3_column_text(pIter->pTblIter,1);
170237 pIter->zIdx = (const char*)sqlite3_column_text(pIter->pIdxIter, 0);
170555 const u8 *zOrig = sqlite3_column_text(aStmt[1], 3);
170556 const u8 *zIdx = sqlite3_column_text(aStmt[1], 1);
170612 const char *zIdx = (const char*)sqlite3_column_text(pList, 1);
170714 const char *zName = (const char*)sqlite3_column_text(pStmt, 1);
170727 const char *zType = (const char*)sqlite3_column_text(pStmt, 2);
170823 const char *zCollate = (const char*)sqlite3_column_text(pXInfo, 4);
171096 const char *zOrig = (const char*)sqlite3_column_text(pXList,3);
171098 const char *zIdx = (const char*)sqlite3_column_text(pXList,1);
171112 const char *zCol = (const char*)sqlite3_column_text(pXInfo, 2);
171162 zIdx = (const char*)sqlite3_column_text(pQuery, 0);
171177 const char *zCollate = (const char*)sqlite3_column_text(pXInfo, 4);
171679 pRet->zTbl = rbuStrndup((char*)sqlite3_column_text(pStmt, 1), &rc);
171683 pRet->zIdx = rbuStrndup((char*)sqlite3_column_text(pStmt, 1), &rc);
172249 const unsigned char *z = sqlite3_column_text(p->objiter.pSelect, iCol);
172560 const char *zSql = (const char*)sqlite3_column_text(pSql, 0);
174676 pCsr->zName = (char *)sqlite3_column_text(pCsr->pStmt, 0);
174727 pCsr->zName = (char *)sqlite3_column_text(pCsr->pStmt, 0);
175881 const unsigned char *zName = sqlite3_column_text(pStmt, 1);
176797 z = (u8 *)sqlite3_column_text(pStmt, iCol);
186710 const char *zK = (const char*)sqlite3_column_text(p, 0);
195918 const char *zIdxTerm = (const char*)sqlite3_column_text(pStmt, 1);
198283 *pz = (const char*)sqlite3_column_text(pCsr->pStmt, iCol+1);
199748 zText = (const char*)sqlite3_column_text(pSeek, iCol);
199942 (const char*)sqlite3_column_text(pScan, ctx.iCol+1),
200237 (const char*)sqlite3_column_text(pScan, i+1),