\ManaPHP\Data\Db\SqlFragmentIncrement

Summary

Methods
Properties
Constants
__construct()
setField()
getSql()
getBind()
No public properties found
No constants found
No protected methods found
$_value
$_operator
$_bind
$_field
N/A
No private methods found
No private properties found
N/A

Properties

$_value

$_value : string|integer|float

Type

string|integer|float

$_operator

$_operator : string

Type

string

$_bind

$_bind : array

Type

array

$_field

$_field : string

Type

string

Methods

__construct()

__construct(string|float|integer  $value, string  $operator = '+', array  $bind = array()) 

Parameters

string|float|integer $value
string $operator
array $bind

setField()

setField(string  $name) : static

Parameters

string $name

Returns

static

getSql()

getSql() : string

Returns

string

getBind()

getBind() : array

Returns

array