Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3_column_type

3891 ** ^The sqlite3_column_type() routine returns the
3895 ** returned by sqlite3_column_type() is only meaningful if no type
3897 ** the value returned by sqlite3_column_type() is undefined. Future
3898 ** versions of SQLite may change the behavior of sqlite3_column_type()
4034 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
67135 SQLITE_API int sqlite3_column_type(sqlite3_stmt *pStmt, int i){
96917 if( !azVals[i] && sqlite3_column_type(pStmt, i)!=SQLITE_NULL ){
97298 #define sqlite3_column_type sqlite3_api->column_type
97634 sqlite3_column_type,
134323 if( sqlite3_column_type(pStmt, 0)==SQLITE_BLOB ){
135915 if( sqlite3_column_type(pStmt, 0)==SQLITE_BLOB ){
137170 if( rc!=SQLITE_ROW || sqlite3_column_type(pStmt, 0)!=SQLITE_BLOB ){
137193 || sqlite3_column_type(pStmt, 0)!=SQLITE_BLOB
139193 *pbMax = sqlite3_column_type(pStmt, 0)==SQLITE_NULL;
143020 if( sqlite3_column_type(pCsr->pStmt, iCol)!=SQLITE_NULL ){
143798 if( sqlite3_column_type(pCsr->pStmt, iCol+1)==SQLITE_NULL ){