Documentation

BatchRecord
in package

BatchRecord

BatchRecord encasulates the Batch key and record result.

Table of Contents

Properties

$key  : mixed
$record  : mixed

Methods

getKey()  : Key|null
Key.
getRecord()  : Record|null
Record result after batch command has completed. Will be nil if record was not found or an error occurred. See ResultCode.

Properties

Methods

getRecord()

Record result after batch command has completed. Will be nil if record was not found or an error occurred. See ResultCode.

public getRecord() : Record|null
Return values
Record|null

        
On this page

Search results