Home
last modified time | relevance | path

Searched refs:getInlineColumnCommentSQL (Results 1 – 18 of 18) sorted by relevance

/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Platforms/
H A DSqlitePlatform.php640 public function getInlineColumnCommentSQL($comment) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform
647 return $this->getInlineColumnCommentSQL($comment);
H A DAbstractPlatform.php2252 $declaration .= ' ' . $this->getInlineColumnCommentSQL($column['comment']);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSqlitePlatform.php635 public function getInlineColumnCommentSQL($comment) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform
642 return $this->getInlineColumnCommentSQL($comment);
H A DAbstractPlatform.php2305 $declaration .= ' ' . $this->getInlineColumnCommentSQL($column['comment']);
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSqlitePlatform.php635 public function getInlineColumnCommentSQL($comment) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform
642 return $this->getInlineColumnCommentSQL($comment);
H A DAbstractPlatform.php1687 public function getInlineColumnCommentSQL($comment) function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
2292 $declaration .= ' ' . $this->getInlineColumnCommentSQL($column['comment']);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSqlitePlatform.php635 public function getInlineColumnCommentSQL($comment) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform
642 return $this->getInlineColumnCommentSQL($comment);
H A DAbstractPlatform.php2305 $declaration .= ' ' . $this->getInlineColumnCommentSQL($column['comment']);
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSqlitePlatform.php611 public function getInlineColumnCommentSQL($comment) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform
618 return $this->getInlineColumnCommentSQL($comment);
H A DAbstractPlatform.php1667 public function getInlineColumnCommentSQL($comment) function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
2264 $columnDef .= ' ' . $this->getInlineColumnCommentSQL($field['comment']);
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSqlitePlatform.php635 public function getInlineColumnCommentSQL($comment) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform
642 return $this->getInlineColumnCommentSQL($comment);
H A DAbstractPlatform.php1687 public function getInlineColumnCommentSQL($comment) function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
2292 $declaration .= ' ' . $this->getInlineColumnCommentSQL($column['comment']);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSqlitePlatform.php635 public function getInlineColumnCommentSQL($comment) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform
642 return $this->getInlineColumnCommentSQL($comment);
H A DAbstractPlatform.php2305 $declaration .= ' ' . $this->getInlineColumnCommentSQL($column['comment']);
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSqlitePlatform.php635 public function getInlineColumnCommentSQL($comment) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform
642 return $this->getInlineColumnCommentSQL($comment);
H A DAbstractPlatform.php2305 $declaration .= ' ' . $this->getInlineColumnCommentSQL($column['comment']);
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1642 public function getInlineColumnCommentSQL($comment) function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
2230 $columnDef .= ' ' . $this->getInlineColumnCommentSQL($field['comment']);
H A DSqlitePlatform.php603 public function getInlineColumnCommentSQL($comment) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform