Searched refs:bindDouble (Results 1 – 4 of 4) sorted by relevance
151 public void bindDouble(int index, double value) { in bindDouble() method in SQLiteProgram
201 prog.bindDouble(index, ((Number)value).doubleValue()); in bindObjectToProgram()1167 mPreparedStatement.bindDouble(index, value); in bind()1177 mPreparedStatement.bindDouble(index, value); in bind()
10487 method public void bindDouble(int, double);
10824 method public void bindDouble(int, double);