TYPO3 CMS  TYPO3_6-2
Tx_Extbase_Persistence_Storage_BackendInterface Member List

This is the complete list of members for Tx_Extbase_Persistence_Storage_BackendInterface, including all inherited members.

addRow($tableName, array $fieldValues, $isRelation=FALSE)TYPO3\CMS\Extbase\Persistence\Generic\Storage\BackendInterface
getMaxValueFromTable($tableName, array $where, $columnName)TYPO3\CMS\Extbase\Persistence\Generic\Storage\BackendInterface
getObjectCountByQuery(\TYPO3\CMS\Extbase\Persistence\QueryInterface $query)TYPO3\CMS\Extbase\Persistence\Generic\Storage\BackendInterface
getObjectDataByQuery(\TYPO3\CMS\Extbase\Persistence\QueryInterface $query)TYPO3\CMS\Extbase\Persistence\Generic\Storage\BackendInterface
getUidOfAlreadyPersistedValueObject(\TYPO3\CMS\Extbase\DomainObject\AbstractValueObject $object)TYPO3\CMS\Extbase\Persistence\Generic\Storage\BackendInterface
removeRow($tableName, array $where, $isRelation=FALSE)TYPO3\CMS\Extbase\Persistence\Generic\Storage\BackendInterface
updateRelationTableRow($tableName, array $fieldValues)TYPO3\CMS\Extbase\Persistence\Generic\Storage\BackendInterface
updateRow($tableName, array $fieldValues, $isRelation=FALSE)TYPO3\CMS\Extbase\Persistence\Generic\Storage\BackendInterface