TYPO3 CMS  TYPO3_6-2
Tx_Extbase_Persistence_Storage_BackendInterface Interface Reference
Inheritance diagram for Tx_Extbase_Persistence_Storage_BackendInterface:
TYPO3\CMS\Extbase\Persistence\Generic\Storage\BackendInterface

Additional Inherited Members

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

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 2497 of file LegacyClassesForIde.php.