1897. Class

1897.1. Zend\Db\TableGateway\AbstractTableGateway

@property AdapterInterface $adapter

1897.1.1. Methods

1897.1.1.1. isInitialized

isInitialized()

@return bool

1897.1.1.2. initialize

initialize()

Initialize

Return type:null

1897.1.1.3. getTable

getTable()

Get table name

Return type:string

1897.1.1.4. getAdapter

getAdapter()

Get adapter

Return type:AdapterInterface

1897.1.1.5. getColumns

getColumns()

@return array

1897.1.1.6. getFeatureSet

getFeatureSet()

@return FeatureFeatureSet

1897.1.1.7. getResultSetPrototype

getResultSetPrototype()

Get select result prototype

Return type:ResultSet

1897.1.1.8. getSql

getSql()

@return Sql

1897.1.1.9. select

select()

Select

Parameters:Where|Closure|string|array
Return type:ResultSet

1897.1.1.10. selectWith

selectWith()

@param Select $select

Return type:null|ResultSetInterface
Throws :RuntimeException

1897.1.1.11. executeSelect

executeSelect()

@param Select $select

Return type:ResultSet
Throws :RuntimeException

1897.1.1.12. insert

insert()

Insert

Parameters:array
Return type:int

1897.1.1.13. insertWith

insertWith()

@param Insert $insert

Return type:mixed

1897.1.1.14. executeInsert

executeInsert()

@todo add $columns support

Parameters:Insert
Return type:mixed
Throws :ExceptionRuntimeException

1897.1.1.15. update

update()

Update

Parameters:
  • array
  • string|array|closure
Return type:

int

1897.1.1.16. updateWith

updateWith()

@param ZendDbSqlUpdate $update

Return type:mixed

1897.1.1.17. executeUpdate

executeUpdate()

@todo add $columns support

Parameters:Update
Return type:mixed
Throws :ExceptionRuntimeException

1897.1.1.18. delete

delete()

Delete

Parameters:Where|Closure|string|array
Return type:int

1897.1.1.19. deleteWith

deleteWith()

@param Delete $delete

Return type:mixed

1897.1.1.20. executeDelete

executeDelete()

@todo add $columns support

Parameters:Delete
Return type:mixed
Throws :ExceptionRuntimeException

1897.1.1.21. getLastInsertValue

getLastInsertValue()

Get last insert value

Return type:integer

1897.1.1.22. __get

__get()

__get

Parameters:string
Throws ExceptionInvalidArgumentException:
 
Return type:mixed

1897.1.1.23. __set

__set()

@param string $property

Parameters:mixed
Return type:mixed
Throws :ExceptionInvalidArgumentException

1897.1.1.24. __call

__call()

@param $method

Parameters:$arguments
Return type:mixed
Throws :ExceptionInvalidArgumentException

1897.1.1.25. __clone

__clone()

__clone