evseevnn\Cassandra\Database::beginBatch PHP Method

beginBatch() public method

Start transaction
public beginBatch ( )
    public function beginBatch()
    {
        if (!$this->batchQuery) {
            $this->batchQuery = "BEGIN BATCH\n";
            $this->batchQueryData = [];
        }
    }