Searched refs:throwOnInsert (Results 1 – 1 of 1) sorted by relevance
44 private boolean throwOnInsert; field in ShadowSQLiteDatabase61 public void setThrowOnInsert(boolean throwOnInsert) { in setThrowOnInsert() argument62 this.throwOnInsert = throwOnInsert; in setThrowOnInsert()78 if (throwOnInsert) in insertOrThrow()