Batch constructor

Batch(
  1. SqlliteDatabase database
)

Implementation

Batch(SqlliteDatabase database) : batch = database.getRawBatch();