Searched refs:sqlite3_column_type (Results 1 - 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/lib/db/
H A Dsqlite.h283 return sqlite3_column_type(stmt_, column);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h362 #define sqlite3_column_type sqlite3_api->column_type macro
H A Dsqlite3.h4362 ** <tr><td><b>sqlite3_column_type</b><td>&rarr;<td>Default
4395 ** ^The sqlite3_column_type() routine returns the
4399 ** The return value of sqlite3_column_type() can be used to decide which
4401 ** The value returned by sqlite3_column_type() is only meaningful if no
4403 ** After a type conversion, the result of calling sqlite3_column_type()
4405 ** versions of SQLite may change the behavior of sqlite3_column_type()
4545 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
H A Dshell.c1962 switch( sqlite3_column_type(pStmt,i) ){
9503 aiTypes[i] = x = sqlite3_column_type(pStmt, i);
10830 switch( sqlite3_column_type(pQuery, i) ){
H A Dsqlite3.c5386 ** <tr><td><b>sqlite3_column_type</b><td>&rarr;<td>Default
5419 ** ^The sqlite3_column_type() routine returns the
5423 ** The return value of sqlite3_column_type() can be used to decide which
5425 ** The value returned by sqlite3_column_type() is only meaningful if no
5427 ** After a type conversion, the result of calling sqlite3_column_type()
5429 ** versions of SQLite may change the behavior of sqlite3_column_type()
5569 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
78831 SQLITE_API int sqlite3_column_type(sqlite3_stmt *pStmt, int i){ function
113627 #define sqlite3_column_type macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h362 #define sqlite3_column_type sqlite3_api->column_type macro
H A Dsqlite3.h4362 ** <tr><td><b>sqlite3_column_type</b><td>&rarr;<td>Default
4395 ** ^The sqlite3_column_type() routine returns the
4399 ** The return value of sqlite3_column_type() can be used to decide which
4401 ** The value returned by sqlite3_column_type() is only meaningful if no
4403 ** After a type conversion, the result of calling sqlite3_column_type()
4405 ** versions of SQLite may change the behavior of sqlite3_column_type()
4545 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
H A Dshell.c1968 switch( sqlite3_column_type(pStmt,i) ){
9509 aiTypes[i] = x = sqlite3_column_type(pStmt, i);
10853 switch( sqlite3_column_type(pQuery, i) ){
H A Dsqlite3.c5386 ** <tr><td><b>sqlite3_column_type</b><td>&rarr;<td>Default
5419 ** ^The sqlite3_column_type() routine returns the
5423 ** The return value of sqlite3_column_type() can be used to decide which
5425 ** The value returned by sqlite3_column_type() is only meaningful if no
5427 ** After a type conversion, the result of calling sqlite3_column_type()
5429 ** versions of SQLite may change the behavior of sqlite3_column_type()
5569 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
78831 SQLITE_API int sqlite3_column_type(sqlite3_stmt *pStmt, int i){ function
113627 #define sqlite3_column_type macro
[all...]
/external/python/cpython2/Modules/_sqlite/
H A Dcursor.c350 coltype = sqlite3_column_type(self->statement->st, i);
/external/python/cpython3/Modules/_sqlite/
H A Dcursor.c282 coltype = sqlite3_column_type(self->statement->st, i);
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c576 switch (sqlite3_column_type(h->stmt, i)) {
694 switch (sqlite3_column_type(h->stmt, i)) {
2677 if (sqlite3_column_type((sqlite3_stmt *) v->vm, i)
2763 if (sqlite3_column_type((sqlite3_stmt *) v->vm, i)
4193 return sqlite3_column_type((sqlite3_stmt *) v->vm, col);
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...

Completed in 675 milliseconds