HomeSort by relevance Sort by last modified time
    Searched defs:column_double (Results 1 - 5 of 5) sorted by null

  /external/javasqlite/src/main/java/SQLite/
Stmt.java 191 public native double column_double(int col) throws SQLite.Exception; method in class:Stmt
232 return new Double(column_double(col));
  /external/sqlite/dist/orig/
sqlite3ext.h 62 double (*column_double)(sqlite3_stmt*,int iCol); member in struct:sqlite3_api_routines
340 #define sqlite3_column_double sqlite3_api->column_double
  /external/sqlite/dist/
sqlite3ext.h 62 double (*column_double)(sqlite3_stmt*,int iCol); member in struct:sqlite3_api_routines
340 #define sqlite3_column_double sqlite3_api->column_double
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar 
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 72 milliseconds