Home
last modified time | relevance | path

Searched refs:getCommentOnTableSQL (Results 1 – 16 of 16) sorted by relevance

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php256 $commentsSql[] = $this->getCommentOnTableSQL($name, $tableComment);
1690 protected function getCommentOnTableSQL(string $tableName, ?string $comment): string function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
H A DAbstractPlatform.php1643 $sql[] = $this->getCommentOnTableSQL($tableName, $table->getOption('comment'));
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php255 $commentsSql[] = $this->getCommentOnTableSQL($name, $tableComment);
1672 protected function getCommentOnTableSQL(string $tableName, ?string $comment): string function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
H A DAbstractPlatform.php1630 $sql[] = $this->getCommentOnTableSQL($tableName, $table->getOption('comment'));
1647 protected function getCommentOnTableSQL(string $tableName, ?string $comment): string function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php256 $commentsSql[] = $this->getCommentOnTableSQL($name, $tableComment);
1690 protected function getCommentOnTableSQL(string $tableName, ?string $comment): string function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
H A DAbstractPlatform.php1643 $sql[] = $this->getCommentOnTableSQL($tableName, $table->getOption('comment'));
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php252 $commentsSql[] = $this->getCommentOnTableSQL($tableName, $tableComment);
1665 protected function getCommentOnTableSQL(string $tableName, ?string $comment) : string function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
H A DAbstractPlatform.php1611 $sql[] = $this->getCommentOnTableSQL($tableName, $table->getOption('comment'));
1627 protected function getCommentOnTableSQL(string $tableName, ?string $comment) : string function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php255 $commentsSql[] = $this->getCommentOnTableSQL($name, $tableComment);
1672 protected function getCommentOnTableSQL(string $tableName, ?string $comment): string function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
H A DAbstractPlatform.php1630 $sql[] = $this->getCommentOnTableSQL($tableName, $table->getOption('comment'));
1647 protected function getCommentOnTableSQL(string $tableName, ?string $comment): string function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php256 $commentsSql[] = $this->getCommentOnTableSQL($name, $tableComment);
1690 protected function getCommentOnTableSQL(string $tableName, ?string $comment): string function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
H A DAbstractPlatform.php1643 $sql[] = $this->getCommentOnTableSQL($tableName, $table->getOption('comment'));
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php256 $commentsSql[] = $this->getCommentOnTableSQL($name, $tableComment);
1690 protected function getCommentOnTableSQL(string $tableName, ?string $comment): string function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
H A DAbstractPlatform.php1643 $sql[] = $this->getCommentOnTableSQL($tableName, $table->getOption('comment'));
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Platforms/
H A DSQLServer2012Platform.php310 $commentsSql[] = $this->getCommentOnTableSQL($name, $tableComment);
H A DAbstractPlatform.php1602 $sql[] = $this->getCommentOnTableSQL($tableName, $table->getOption('comment'));