PATH:
home
/
vcomplcotr
/
www
/
wp-content
/
plugins
/
akeebabackupwp
/
app
/
vendor
/
akeeba
/
awf
/
src
/
Database
/
Driver
<?php /** * @package awf * @copyright Copyright (c)2014-2026 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU GPL version 3 or later */ namespace Awf\Database\Driver; /** * SQL Server database driver * * This class is adapted from the Joomla! Framework */ class Sqlazure extends Sqlsrv { /** * The name of the database driver. * * @var string */ public $name = 'sqlzure'; /** * @var string The database technology family supported, e.g. mysql, mssql */ public static $dbtech = 'mssql'; }
[+]
..
[-] Pgsql.php
[edit]
[-] None.php
[edit]
[-] Sqlsrv.php
[edit]
[-] Postgresql.php
[edit]
[-] Mysqli.php
[edit]
[-] Sqlazure.php
[edit]
[-] Pdomysql.php
[edit]
[-] FixMySQLHostname.php
[edit]
[-] Pdo.php
[edit]
[-] Sqlite.php
[edit]