Home
last modified time | relevance | path

Searched refs:tableName (Results 1 – 25 of 5184) sorted by relevance

12345678910>>...208

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Category/
H A DCategoryRegistry.php90 if (empty($tableName) || !is_string($tableName)) {
98 $this->remove($tableName, $fieldName);
163 if ($tableName === $table) {
240 * @param string $tableName
245 $this->addTcaColumn($tableName, $fieldName, $this->registry[$tableName][$fieldName]);
246 $this->addToAllTCAtypes($tableName, $fieldName, $this->registry[$tableName][$fieldName]);
306 * @param string $tableName
315 $this->addedCategoryTabs[$tableName] = $tableName;
399 * @param string $tableName The table name
415 'tablenames' => $tableName,
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Migration/
H A DBase.php115 * @param string $tableName Name of the table
130 * @param string $tableName Name of the table
143 * @param string $tableName Name of the table
146 public function dropTable($tableName) argument
148 $this->table('down', $tableName);
210 * @param string $tableName Name of the table
241 * @param string $tableName Name of the table
300 * @param string $tableName Name of the table
453 * @param string $tableName Name of the table
468 * @param string $tableName Name of the table
[all …]
H A DBuilder.php324 $tableForeignKeyNames[$tableName] = array();
345 * @param string $tableName
349 public function buildCreateForeignKey($tableName, $definition) argument
357 * @param string $tableName
361 public function buildDropForeignKey($tableName, $definition) argument
408 * @param string $tableName
424 * @param string $tableName
437 * @param string $tableName
453 * @param string $tableName
458 public function buildAddIndex($tableName, $indexName, $index) argument
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/install/db/
H A Ddbmigrate_3.5-3.6.php36 * @param string $tableName
58 * @param string $tableName
70 DELETE FROM $tableName
71 WHERE " . $tableName . "_pk IN (SELECT " . $tableName . "_pk
75 FROM $tableName) AS a
84 DELETE FROM $tableName
85 WHERE " . $tableName . "_pk IN (SELECT " . $tableName . "_pk
89 FROM $tableName) AS a
100 * @param string $tableName
169 $sql = "SELECT ".$tableName.".".$tableName . "_pk AS id " .
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Category/
H A DCategoryRegistry.php93 if (empty($tableName) || !is_string($tableName)) {
101 $this->remove($tableName, $fieldName);
156 if ($tableName === $table) {
233 * @param string $tableName
238 $this->addTcaColumn($tableName, $fieldName, $this->registry[$tableName][$fieldName]);
239 $this->addToAllTCAtypes($tableName, $fieldName, $this->registry[$tableName][$fieldName]);
305 * @param string $tableName
314 $this->addedCategoryTabs[$tableName] = $tableName;
389 * @param string $tableName The table name
405 'tablenames' => $tableName,
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Category/
H A DCategoryRegistry.php92 if (empty($tableName) || !is_string($tableName)) {
100 $this->remove($tableName, $fieldName);
155 if ($tableName === $table) {
232 * @param string $tableName
237 $this->addTcaColumn($tableName, $fieldName, $this->registry[$tableName][$fieldName]);
238 $this->addToAllTCAtypes($tableName, $fieldName, $this->registry[$tableName][$fieldName]);
298 * @param string $tableName
307 $this->addedCategoryTabs[$tableName] = $tableName;
382 * @param string $tableName The table name
398 'tablenames' => $tableName,
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/client/
H A DConnectionAdapter.java82 return wrappedConnection.getTable(tableName); in getTable()
87 return wrappedConnection.getTable(tableName); in getTable()
92 return wrappedConnection.getTable(tableName); in getTable()
98 return wrappedConnection.getTable(tableName, pool); in getTable()
104 return wrappedConnection.getTable(tableName, pool); in getTable()
110 return wrappedConnection.getTable(tableName, pool); in getTable()
147 return wrappedConnection.isTableEnabled(tableName); in isTableEnabled()
238 public void clearRegionCache(TableName tableName) { in clearRegionCache() argument
239 wrappedConnection.clearRegionCache(tableName); in clearRegionCache()
243 public void clearRegionCache(byte[] tableName) { in clearRegionCache() argument
[all …]
H A DHConnection.java277 HTableDescriptor getHTableDescriptor(TableName tableName) in getHTableDescriptor() argument
281 HTableDescriptor getHTableDescriptor(byte[] tableName) in getHTableDescriptor() argument
315 void clearRegionCache(final TableName tableName); in clearRegionCache() argument
318 void clearRegionCache(final byte[] tableName); in clearRegionCache() argument
337 HRegionLocation relocateRegion(final TableName tableName, in relocateRegion() argument
341 HRegionLocation relocateRegion(final byte[] tableName, in relocateRegion() argument
496 final TableName tableName, in processBatchCallback() argument
503 final byte[] tableName, in processBatchCallback() argument
519 public void setRegionCachePrefetch(final byte[] tableName, in setRegionCachePrefetch() argument
526 boolean getRegionCachePrefetch(final TableName tableName); in getRegionCachePrefetch() argument
[all …]
/dports/databases/pear-DBA_Relational/DBA_Relational-0.2.0/
H A DRelational.php155 function _openTable($tableName, $mode = 'r') argument
166 return $this->_tables[$tableName]->open($this->_home.$tableName, $mode);
187 function tableExists($tableName) argument
231 unset($this->_tables[$tableName]);
242 * @param string $tableName
245 function getSchema($tableName) argument
262 function isOpen($tableName) argument
280 function insert($tableName, $data) argument
361 function removeKey($tableName, $key) argument
381 function fetch($tableName, $key) argument
[all …]
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/libraries/vendor/xoops/xmf/src/Database/
H A DMigrate.php92 unset($schema[$tableName]['name']);
105 foreach ($this->moduleTables as $tableName) {
155 $this->synchronizeTable($tableName);
157 $this->addMissingTable($tableName);
187 * @param string $tableName table to add
191 protected function addMissingTable($tableName) argument
193 $this->tableHandler->addTable($tableName);
194 … $this->tableHandler->setTableOptions($tableName, $this->targetDefinitions[$tableName]['options']);
214 protected function synchronizeTable($tableName) argument
226 if (isset($tableDef[$tableName])) {
[all …]
/dports/databases/pear-Horde_Db/Horde_Db-2.4.0/lib/Horde/Db/Adapter/Oracle/
H A DSchema.php165 * @param string $tableName A table name.
169 public function tableAliasFor($tableName) argument
190 * @param string $tableName A table name.
198 $tableName,
265 $tableName,
358 $this->_clearTableCache($tableName);
398 $this->_clearTableCache($tableName);
501 $this->_clearTableCache($tableName);
638 $tableName
651 $tableName,
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/storage/
H A DDatabaseAuthorizer.cpp134 return denyBasedOnTableName(tableName); in createTable()
145 return denyBasedOnTableName(tableName); in createTempTable()
173 return denyBasedOnTableName(tableName); in allowAlterTable()
182 return denyBasedOnTableName(tableName); in createIndex()
193 return denyBasedOnTableName(tableName); in createTempIndex()
221 return denyBasedOnTableName(tableName); in createTrigger()
232 return denyBasedOnTableName(tableName); in createTempTrigger()
298 return denyBasedOnTableName(tableName); in createVTable()
328 return denyBasedOnTableName(tableName); in allowInsert()
337 return denyBasedOnTableName(tableName); in allowUpdate()
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/DataHandling/Localization/
H A DState.php30 * @param string $tableName
41 $tableName
46 * @param string $tableName
59 $tableName,
65 * @param string $tableName
79 * @param string $tableName
98 * @param string $tableName
110 * @param string $tableName
119 * @param string $tableName
130 protected $tableName; variable in TYPO3\\CMS\\Core\\DataHandling\\Localization\\State
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/DataHandling/Localization/
H A DState.php29 * @param string $tableName
40 $tableName
45 * @param string $tableName
58 $tableName,
64 * @param string $tableName
78 * @param string $tableName
97 * @param string $tableName
109 * @param string $tableName
118 * @param string $tableName
129 protected $tableName; variable in TYPO3\\CMS\\Core\\DataHandling\\Localization\\State
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/DataHandling/Localization/
H A DState.php30 * @param string $tableName
41 $tableName
46 * @param string $tableName
59 $tableName,
65 * @param string $tableName
79 * @param string $tableName
98 * @param string $tableName
110 * @param string $tableName
119 * @param string $tableName
130 protected $tableName; variable in TYPO3\\CMS\\Core\\DataHandling\\Localization\\State
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/client/
H A DTestRestoreSnapshotFromClient.java72 private TableName tableName; field in TestRestoreSnapshotFromClient
103 tableName = in setup()
112 admin.disableTable(tableName); in setup()
118 admin.enableTable(tableName); in setup()
123 admin.disableTable(tableName); in setup()
129 admin.enableTable(tableName); in setup()
150 admin.enableTable(tableName); in testRestoreSnapshot()
157 admin.enableTable(tableName); in testRestoreSnapshot()
164 admin.enableTable(tableName); in testRestoreSnapshot()
188 admin.enableTable(tableName); in testRestoreSchemaChange()
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Database/Schema/
H A DDefaultTcaSchema.php487 * @param string $tableName
492 if (!isset($GLOBALS['TCA'][$tableName]['ctrl'])) {
501 $tableDefinition = $GLOBALS['TCA'][$tableName]['ctrl'];
569 * @param string $tableName
575 if ($table->getName() === $tableName) {
587 * @param string $tableName
594 if ($table->getName() !== $tableName) {
612 * @param string $tableName
619 if ($table->getName() !== $tableName) {
642 * @param string $tableName
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/
H A DTypo3DbBackend.php262 $this->connectionPool->getConnectionForTable($tableName)->delete($tableName, $where);
291 ->from($tableName)
311 * @param string $tableName
323 ->from($tableName);
517 ->from($tableName)
580 ->from($tableName)
597 if (isset($tableName) && isset($GLOBALS['TCA'][$tableName])
607 ->from($tableName)
617 $tableName . '.' . $GLOBALS['TCA'][$tableName]['ctrl']['languageField'],
689 ->from($tableName)
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Database/Schema/
H A DDefaultTcaSchema.php518 * @param string $tableName
523 if (!isset($GLOBALS['TCA'][$tableName]['ctrl'])) {
532 $tableDefinition = $GLOBALS['TCA'][$tableName]['ctrl'];
602 * @param string $tableName
608 if ($table->getName() === $tableName) {
620 * @param string $tableName
627 if ($table->getName() !== $tableName) {
645 * @param string $tableName
652 if ($table->getName() !== $tableName) {
675 * @param string $tableName
[all …]
/dports/finance/prestashop/prestashop/src/Adapter/EntityTranslation/
H A DDataLangFactory.php70 $tableName = $this->removeDbPrefixIfPresent($tableName);
71 $tableName = $this->ensureLangSuffix($tableName);
73 return Inflector::classify($tableName);
114 * @param string $tableName
122 $tableName = substr($tableName, $length - 1) ?? '';
125 return $tableName;
131 * @param string $tableName
135 private function ensureLangSuffix(string $tableName): string argument
137 if (substr($tableName, -5) !== '_lang') {
138 $tableName .= '_lang';
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/xorm.io/xorm/caches/
H A Dlru.go100 m.delIds(tableName, sql)
109 m.delIds(tableName, sql)
120 tid := genID(tableName, id)
126 m.delBean(tableName, id)
139 m.delBean(tableName, id)
157 m.clearIds(tableName)
175 m.clearBeans(tableName)
235 m.delIds(tableName, sql)
240 tid := genID(tableName, id)
244 m.clearIds(tableName)
[all …]
/dports/www/grafana8/xorm/
H A Dcache_lru.go102 m.delIds(tableName, sql)
111 m.delIds(tableName, sql)
122 tid := genID(tableName, id)
128 m.delBean(tableName, id)
141 m.delBean(tableName, id)
159 m.clearIds(tableName)
177 m.clearBeans(tableName)
237 m.delIds(tableName, sql)
242 tid := genID(tableName, id)
246 m.clearIds(tableName)
[all …]
/dports/databases/pear-Horde_Db/Horde_Db-2.4.0/lib/Horde/Db/Adapter/Postgresql/
H A DSchema.php266 * @param string $tableName A table name.
282 array($tableName, $tableName, 'PRIMARY KEY'),
291 * @param string $tableName A table name.
342 * @param string $tableName A table name.
426 $this->_clearTableCache($tableName);
489 $this->_clearTableCache($tableName);
613 $this->_clearTableCache($tableName);
632 $this->_clearTableCache($tableName);
657 $this->_clearTableCache($tableName);
674 $this->_clearTableCache($tableName);
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/client/replication/
H A DTestReplicationAdminWithClusters.java71 admin2.disableTable(tableName); in testEnableReplicationWhenSlaveClusterDoesntHaveTable()
72 admin2.deleteTable(tableName); in testEnableReplicationWhenSlaveClusterDoesntHaveTable()
84 admin1.disableTable(tableName); in testEnableReplicationWhenReplicationNotEnabled()
86 admin1.enableTable(tableName); in testEnableReplicationWhenReplicationNotEnabled()
88 admin2.disableTable(tableName); in testEnableReplicationWhenReplicationNotEnabled()
90 admin2.enableTable(tableName); in testEnableReplicationWhenReplicationNotEnabled()
104 admin2.disableTable(tableName); in testEnableReplicationWhenTableDescriptorIsNotSameInClusters()
106 admin2.enableTable(tableName); in testEnableReplicationWhenTableDescriptorIsNotSameInClusters()
114 admin1.disableTable(tableName); in testEnableReplicationWhenTableDescriptorIsNotSameInClusters()
116 admin1.enableTable(tableName); in testEnableReplicationWhenTableDescriptorIsNotSameInClusters()
[all …]
/dports/www/nextcloud/nextcloud/lib/private/DB/
H A DSchemaWrapper.php53 $this->connection->dropTable($tableName);
65 return array_map(function ($tableName) {
70 return $tableName;
84 * @param string $tableName
89 public function getTable($tableName) { argument
96 * @param string $tableName
100 public function hasTable($tableName) { argument
107 * @param string $tableName
110 public function createTable($tableName) { argument
118 * @param string $tableName
[all …]

12345678910>>...208