Home
last modified time | relevance | path

Searched refs:getTableSchema (Results 1 – 25 of 117) sorted by relevance

12345

/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/rdbms/database/
H A DDoctrineSchemaChangeBuilder.php30 private function getTableSchema( array $tableSpec ): Schema { function in Wikimedia\\Rdbms\\DoctrineSchemaChangeBuilder
37 $this->getTableSchema( $schemaChangeSpec['before'] ),
38 $this->getTableSchema( $schemaChangeSpec['after'] )
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/rdbms/dbal/
H A DDoctrineSchemaChangeBuilder.php30 private function getTableSchema( array $tableSpec ): Schema { function in Wikimedia\\Rdbms\\DoctrineSchemaChangeBuilder
37 $this->getTableSchema( $schemaChangeSpec['before'] ),
38 $this->getTableSchema( $schemaChangeSpec['after'] )
/dports/www/limesurvey/limesurvey/framework/db/ar/
H A DCActiveRecord.php661 public function getTableSchema() function in CActiveRecord
1081 $table=$this->getTableSchema();
1205 $table=$this->getTableSchema();
1283 $table=$this->getTableSchema();
1307 $table=$this->getTableSchema();
1672 $table=$this->getTableSchema();
1753 $table=$this->getTableSchema();
1808 $criteria=$builder->createPkCriteria($this->getTableSchema(),$pk,$condition,$params);
1809 $command=$builder->createDeleteCommand($this->getTableSchema(),$criteria);
1825 $command=$builder->createDeleteCommand($this->getTableSchema(),$criteria);
[all …]
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/db/ar/
H A DCActiveRecord.php611 public function getTableSchema() function in CActiveRecord
1230 $command=$this->getCommandBuilder()->createFindCommand($this->getTableSchema(),$criteria);
1447 return $builder->createCountCommand($this->getTableSchema(),$criteria)->queryScalar();
1474 return $builder->createCountCommand($this->getTableSchema(),$criteria)->queryScalar();
1508 $table=$this->getTableSchema();
1588 $table=$this->getTableSchema();
1608 $command=$builder->createUpdateCommand($this->getTableSchema(),$attributes,$criteria);
1642 $criteria=$builder->createPkCriteria($this->getTableSchema(),$pk,$condition,$params);
1643 $command=$builder->createDeleteCommand($this->getTableSchema(),$criteria);
1659 $command=$builder->createDeleteCommand($this->getTableSchema(),$criteria);
[all …]
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/Command/
H A DDbDumpTest.php197 $this->originalTableSchemas[$table] = $this->getTableSchema($table);
211 …$this->assertSame($this->originalTableSchemas[$table], $this->getTableSchema($table), new Formatta…
232 protected function getTableSchema($table) { function in Drupal\\KernelTests\\Core\\Command\\DbDumpTest
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Command/
H A DDbDumpTest.php193 $this->originalTableSchemas[$table] = $this->getTableSchema($table);
207 …$this->assertSame($this->originalTableSchemas[$table], $this->getTableSchema($table), new Formatta…
228 protected function getTableSchema($table) { function in Drupal\\KernelTests\\Core\\Command\\DbDumpTest
/dports/www/limesurvey/limesurvey/application/models/
H A DLSActiveRecord.php81 … $command = $this->getCommandBuilder()->createFindCommand($this->getTableSchema(), $criteria);
198 $table = $this->getTableSchema();
/dports/www/elgg/elgg-3.3.23/vendor/cakephp/database/Schema/
H A DTableSchemaAwareInterface.php27 public function getTableSchema(); function
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/gii/generators/model/
H A DModelCode.php85 $tables=array($this->getTableSchema($this->tableName));
114 if($this->getTableSchema($this->tableName)===null)
136 public function getTableSchema($tableName) function in ModelCode
/dports/devel/spark/spark-2.1.1/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/
H A DSparkExecuteStatementOperationSuite.scala28 val columns = SparkExecuteStatementOperation.getTableSchema(tableSchema).getColumnDescriptors()
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/zii/behaviors/
H A DCTimestampBehavior.php104 $columnType = $this->getOwner()->getTableSchema()->getColumn($attribute)->dbType;
/dports/www/limesurvey/limesurvey/framework/zii/behaviors/
H A DCTimestampBehavior.php119 $columnType = $this->getOwner()->getTableSchema()->getColumn($attribute)->dbType;
/dports/www/limesurvey/limesurvey/framework/gii/generators/model/
H A DModelCode.php91 $tables=array($this->getTableSchema($this->tableName));
147 if(($table=$this->getTableSchema($this->tableName))===null)
192 public function getTableSchema($tableName) function in ModelCode
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Command/
H A DDbDumpCommand.php86 $schema = $this->getTableSchema($connection, $table);
141 protected function getTableSchema(Connection $connection, $table) { function in Drupal\\Core\\Command\\DbDumpCommand
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Command/
H A DDbDumpCommand.php86 $schema = $this->getTableSchema($connection, $table);
144 protected function getTableSchema(Connection $connection, $table) { function in Drupal\\Core\\Command\\DbDumpCommand
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/validators/
H A DCExistValidator.php67 $table=$finder->getTableSchema();
H A DCUniqueValidator.php83 $table=$finder->getTableSchema();
/dports/www/limesurvey/limesurvey/framework/validators/
H A DCExistValidator.php86 $table=$finder->getTableSchema();
/dports/devel/spark/spark-2.1.1/sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/
H A DSparkExecuteStatementOperation.scala68 SparkExecuteStatementOperation.getTableSchema(result.schema)
292 def getTableSchema(structType: StructType): TableSchema = { method
/dports/databases/hbase/hbase-1.2.1/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/
H A DSchemaResource.java75 private HTableDescriptor getTableSchema() throws IOException, in getTableSchema() method in SchemaResource
95 Response.ok(new TableSchemaModel(getTableSchema())); in get()
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/frontends/php/include/classes/api/
H A DCApiService.php156 $schema = $this->getTableSchema($tableName);
188 protected function getTableSchema($tableName = null) { function in CApiService
204 $schema = $this->getTableSchema($tableName);
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/frontends/php/include/classes/api/
H A DCApiService.php156 $schema = $this->getTableSchema($tableName);
188 protected function getTableSchema($tableName = null) { function in CApiService
204 $schema = $this->getTableSchema($tableName);
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/frontends/php/include/classes/api/
H A DCApiService.php156 $schema = $this->getTableSchema($tableName);
188 protected function getTableSchema($tableName = null) { function in CApiService
204 $schema = $this->getTableSchema($tableName);
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/frontends/php/include/classes/api/
H A DCApiService.php156 $schema = $this->getTableSchema($tableName);
188 protected function getTableSchema($tableName = null) { function in CApiService
204 $schema = $this->getTableSchema($tableName);
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/frontends/php/include/classes/api/
H A DCApiService.php156 $schema = $this->getTableSchema($tableName);
188 protected function getTableSchema($tableName = null) { function in CApiService
204 $schema = $this->getTableSchema($tableName);

12345