PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
libraries
/
joomla
/
database
/
driver
<?php /** * @package Joomla.Platform * @subpackage Database * * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */ defined('JPATH_PLATFORM') or die; /** * SQL Server database driver * * @link https://azure.microsoft.com/en-us/documentation/services/sql-database/ * @since 3.0.0 */ class JDatabaseDriverSqlazure extends JDatabaseDriverSqlsrv { /** * The name of the database driver. * * @var string * @since 3.0.0 */ public $name = 'sqlazure'; }
[+]
..
[-] index.html
[edit]
[-] mysql.php
[edit]
[-] mysqli.php
[edit]
[-] oracle.php
[edit]
[-] pdo.php
[edit]
[-] pdomysql.php
[edit]
[-] pgsql.php
[edit]
[-] postgresql.php
[edit]
[-] sqlazure.php
[edit]
[-] sqlite.php
[edit]
[-] sqlsrv.php
[edit]
[-] .htaccess.disabled
[edit]