Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:sqlite3_column_type

3779 ** ^The sqlite3_column_type() routine returns the
3783 ** returned by sqlite3_column_type() is only meaningful if no type
3785 ** the value returned by sqlite3_column_type() is undefined. Future
3786 ** versions of SQLite may change the behavior of sqlite3_column_type()
3922 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
61148 SQLITE_API int sqlite3_column_type(sqlite3_stmt *pStmt, int i){
75986 int eType = sqlite3_column_type(pStmt, 2);
86408 if( !azVals[i] && sqlite3_column_type(pStmt, i)!=SQLITE_NULL ){
86751 #define sqlite3_column_type sqlite3_api->column_type
87054 sqlite3_column_type,
110801 if( sqlite3_column_type(pStmt, 0)==SQLITE_TEXT ){
118003 if( sqlite3_column_type(pStmt, 0)==SQLITE_BLOB ){
119550 if( sqlite3_column_type(pStmt, 0)==SQLITE_BLOB ){
120198 if( rc!=SQLITE_ROW || sqlite3_column_type(pStmt, 0)!=SQLITE_BLOB ){
123309 if( sqlite3_column_type(pCsr->pStmt, iCol)!=SQLITE_NULL ){
124143 if( sqlite3_column_type(pCsr->pStmt, iCol+1)==SQLITE_NULL ){