Methods
__call()
__call($method, $arguments) : mixed
Parameters
$method
$arguments
Exceptions
Returns
mixed
__get
__get(string $property) : mixed
Parameters
$property
string
Exceptions
Returns
mixed
__set()
__set(string $property, mixed $value) : mixed
Parameters
$property
string
$value
mixed
Exceptions
Returns
mixed
deleteWith()
deleteWith(\Zend\Db\Sql\Delete $delete) : mixed
getColumns()
getColumns() : array
Get last insert value
getLastInsertValue() : int
Get table name
getTable() : string
Initialize
initialize() : null
Insert
insert(array $set) : int
Parameters
$set
array
Returns
int
insertWith()
insertWith(\Zend\Db\Sql\Insert $insert) : mixed
isInitialized()
isInitialized() : bool
Update
update(array $set, string | array | \Closure $where) : int
Parameters
$set
array
Returns
int
updateWith()
updateWith(\Zend\Db\Sql\Update $update) : mixed
executeDelete()
executeDelete(\Zend\Db\Sql\Delete $delete) : mixed
todo |
add $columns support |
Parameters
Exceptions
Returns
mixed
executeInsert()
executeInsert(\Zend\Db\Sql\Insert $insert) : mixed
todo |
add $columns support |
Parameters
Exceptions
Returns
mixed
executeUpdate()
executeUpdate(\Zend\Db\Sql\Update $update) : mixed
todo |
add $columns support |
Parameters
Exceptions
Returns
mixed
Properties
$lastInsertValue
$lastInsertValue : int
$columns
$columns : array
$isInitialized
$isInitialized : bool
$lastInsertValue
$lastInsertValue : int