Home
last modified time | relevance | path

Searched refs:sqlite3_column_type (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/ext/pdo_sqlite/
H A Dsqlite_statement.c250 switch (sqlite3_column_type(S->stmt, colno)) { in pdo_sqlite_stmt_describe()
275 switch (sqlite3_column_type(S->stmt, colno)) { in pdo_sqlite_stmt_get_col()
311 switch (sqlite3_column_type(S->stmt, colno)) { in pdo_sqlite_stmt_col_meta()
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h349 #define sqlite3_column_type sqlite3_api->column_type macro
H A Dsqlite3.h4282 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
H A Dsqlite3.c4542 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
109554 sqlite3_column_type,
149389 if( sqlite3_column_type(pStmt, 0)==SQLITE_BLOB ){
151012 if( sqlite3_column_type(pStmt, 0)==SQLITE_BLOB ){
152297 || sqlite3_column_type(pStmt, 0)!=SQLITE_BLOB
154312 *pbMax = sqlite3_column_type(pStmt, 0)==SQLITE_NULL;
167761 switch( sqlite3_column_type(p->objiter.pSelect, iCol) ){
172249 int eType = sqlite3_column_type(pStmt, iCol);
172327 if( sqlite3_column_type(pStmt, i)!=SQLITE_NULL ){
172335 if( eType==sqlite3_column_type(pStmt, i) ){
[all …]
/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c591 switch (sqlite3_column_type(stmt, column)) {
1766 RETURN_LONG(sqlite3_column_type(result_obj->stmt_obj->stmt, column));

Completed in 458 milliseconds