%PDF- %PDF-
Direktori : /home1/lightco1/public_html/hinkley.com.au/libraries/joomla/database/driver/ |
Current File : //home1/lightco1/public_html/hinkley.com.au/libraries/joomla/database/driver/sqlazure.php |
<?php /** * @package Joomla.Platform * @subpackage Database * * @copyright Copyright (C) 2005 - 2016 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 * * @see https://azure.microsoft.com/en-us/documentation/services/sql-database/ * @since 12.1 */ class JDatabaseDriverSqlazure extends JDatabaseDriverSqlsrv { /** * The name of the database driver. * * @var string * @since 12.1 */ public $name = 'sqlazure'; }