Home
last modified time | relevance | path

Searched refs:driverName (Results 1 – 7 of 7) sorted by relevance

/webtrees/app/
H A DDB.php138 public static function driverName(): string function in Fisharebest\\Webtrees\\DB
180 if (self::driverName() === self::POSTGRES) {
184 if (self::driverName() === self::SQL_SERVER) {
196 switch (self::driverName()) {
210 if (self::driverName() === self::MYSQL) {
225 return self::REGEX_OPERATOR[self::driverName()];
/webtrees/app/Schema/
H A DSeedGedcomTable.php38 if (DB::driverName() === DB::SQL_SERVER) {
48 if (DB::driverName() === DB::SQL_SERVER) {
H A DSeedUserTable.php38 if (DB::driverName() === DB::SQL_SERVER) {
51 if (DB::driverName() === DB::SQL_SERVER) {
H A DMigration44.php53 if (DB::driverName() === DB::SQL_SERVER) {
72 if (DB::driverName() === DB::MYSQL) {
H A DMigration37.php69 $substring_function = DB::driverName() === DB::SQLITE ? 'SUBSTR' : 'SUBSTRING';
/webtrees/app/Services/
H A DUpgradeService.php386 'd' => DB::driverName(),
/webtrees/
H A Dphpstan-baseline.neon262 …message: '#^Method Fisharebest\\Webtrees\\DB\:\:driverName\(\) should return string but returns mi…