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

  /libcore/sqlite-jdbc/src/main/java/SQLite/
Stmt.java 159 public native String bind_parameter_name(int pos) throws SQLite.Exception; method in class:Stmt
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 40 const char * (*bind_parameter_name)(sqlite3_stmt*,int); member in struct:sqlite3_api_routines
173 #define sqlite3_bind_parameter_name sqlite3_api->bind_parameter_name

Completed in 37 milliseconds