Searched defs:column_double (Results 1 - 6 of 6) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DStmt.java191 public native double column_double(int col) throws SQLite.Exception; method in class:Stmt
232 return new Double(column_double(col));
/external/chromium/chrome/common/
H A Dsqlite_utils.cc440 double SQLStatement::column_double(int index) { function in class:SQLStatement
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h64 double (*column_double)(sqlite3_stmt*,int iCol); member in struct:sqlite3_api_routines
239 #define sqlite3_column_double sqlite3_api->column_double
/external/sqlite/dist/orig/
H A Dsqlite3ext.h64 double (*column_double)(sqlite3_stmt*,int iCol); member in struct:sqlite3_api_routines
282 #define sqlite3_column_double sqlite3_api->column_double
/external/sqlite/dist/
H A Dsqlite3ext.h64 double (*column_double)(sqlite3_stmt*,int iCol); member in struct:sqlite3_api_routines
282 #define sqlite3_column_double sqlite3_api->column_double
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 412 milliseconds