Home
last modified time | relevance | path

Searched defs:column_double (Results 1 – 3 of 3) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
DStmt.java191 public native double column_double(int col) throws SQLite.Exception; in column_double() method in Stmt
/external/chromium/chrome/common/
Dsqlite_utils.cc440 double SQLStatement::column_double(int index) { in column_double() function in SQLStatement
/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3ext.h64 double (*column_double)(sqlite3_stmt*,int iCol); member