Searched refs:bindDouble (Results 1 – 4 of 4) sorted by relevance
199 prog.bindDouble(index, ((Number)value).doubleValue()); in bindObjectToProgram()1012 mPreparedStatement.bindDouble(index, value); in bind()1022 mPreparedStatement.bindDouble(index, value); in bind()
284 public void bindDouble(int index, double value) { in bindDouble() method in SQLiteProgram
7285 method public void bindDouble(int, double);