%PDF- %PDF-
Direktori : /var/www/html/o91-api/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/ |
Current File : /var/www/html/o91-api/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php |
<?php namespace Doctrine\DBAL\Platforms; /** * The SQLAnywhere11Platform provides the behavior, features and SQL dialect of the * SAP Sybase SQL Anywhere 11 database platform. */ class SQLAnywhere11Platform extends SQLAnywherePlatform { /** * {@inheritdoc} */ public function getRegexpExpression() { return 'REGEXP'; } /** * {@inheritdoc} */ protected function getReservedKeywordsClass() { return Keywords\SQLAnywhere11Keywords::class; } }