Home | History | Annotate | Download | only in sqlite

Lines Matching defs:beginTransaction

406      *   db.beginTransaction();
415 public void beginTransaction() {
416 beginTransaction(null /* transactionStatusCallback */, true);
440 beginTransaction(null /* transactionStatusCallback */, false);
469 beginTransaction(transactionListener, true);
498 beginTransaction(transactionListener, false);
501 private void beginTransaction(SQLiteTransactionListener transactionListener,
505 getThreadSession().beginTransaction(
516 * End a transaction. See beginTransaction for notes about how to use this and when transactions
613 * that there are no nested transactions (beginTransaction has only been called once) and will
625 * that there are no nested transactions (beginTransaction has only been called once) and will