OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:column_double
(Results
1 - 2
of
2
) 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/chromium_org/third_party/sqlite/src/src/
sqlite3ext.h
62
double (*
column_double
)(sqlite3_stmt*,int iCol);
member in struct:sqlite3_api_routines
258
#define sqlite3_column_double sqlite3_api->
column_double
Completed in 27 milliseconds