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

  /libcore/sqlite-jdbc/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/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 58 double (*column_double)(sqlite3_stmt*,int iCol); member in struct:sqlite3_api_routines
191 #define sqlite3_column_double sqlite3_api->column_double

Completed in 12 milliseconds