49 $data = $this->
getDatabaseConnection()->exec_SELECTgetSingleRow(
'*', $this->table,
'uid=' . (
int)
$uid . \
TYPO3\CMS\Backend\Utility\BackendUtility::deleteClause($this->table));
50 if (is_array($data)) {
124 if (count($conditions) > 0) {
125 $conditionsWhereClause = implode(
' AND ', $conditions);
127 $conditionsWhereClause =
'1=1';
129 $data = $this->
getDatabaseConnection()->exec_SELECTgetRows(
'*', $this->table, $conditionsWhereClause . \
TYPO3\CMS\Backend\Utility\BackendUtility::deleteClause($this->table));
130 if ($data !== NULL) {
143 switch ($record[
'type']) {
144 case self::TYPE_Static:
148 throw new \RuntimeException(
'Unknown record collection type "' . $record[
'type'], 1328646798);
160 $collections = array();
161 foreach ($data as $collection) {
createDomainObject(array $record)
createMultipleDomainObjects(array $data)
findByTableName($tableName)
if($list_of_literals) if(!empty($literals)) if(!empty($literals)) $result
Analyse literals to prepend the N char to them if their contents aren't numeric.
findByTypeAndTableName($type, $tableName)
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]
queryMultipleRecords(array $conditions=array())
static create(array $collectionRecord, $fillItems=FALSE)