Holds operation to apply to the key/value store inside a transaction
package |
Default |
---|
__construct( $txnKVOperation = null)
mixed | null
getFlags() : integer
integer
getIndex() : integer
integer
getKey() : string
string
getSession() : string
string
getType() : string
string
getValue() : string
string
setFlags( $flags) : $this
integer
$this
setIndex( $index) : $this
integer
$this
setKey( $key) : $this
string
$this
setSession( $session) : $this
string
$this
setType( $type) : $this
string
$this
setValue( $value) : $this
string
$this