aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/tools/mssql.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-02-13 22:46:18 +0100
committerJoas Schilling <nickvergessen@gmx.de>2015-02-13 22:49:29 +0100
commitec1fb0423dbc0ee64f06e419657e62e4475fe2e9 (patch)
tree04be03dd510762e99ca9ad6facc555b72f322586 /phpBB/phpbb/db/tools/mssql.php
parente5104b5d53bdfce0cbbf575d6c02ff609d36d2de (diff)
downloadforums-ec1fb0423dbc0ee64f06e419657e62e4475fe2e9.tar
forums-ec1fb0423dbc0ee64f06e419657e62e4475fe2e9.tar.gz
forums-ec1fb0423dbc0ee64f06e419657e62e4475fe2e9.tar.bz2
forums-ec1fb0423dbc0ee64f06e419657e62e4475fe2e9.tar.xz
forums-ec1fb0423dbc0ee64f06e419657e62e4475fe2e9.zip
[ticket/10748] Split postgres DB tools into it's own class
PHPBB3-10748
Diffstat (limited to 'phpBB/phpbb/db/tools/mssql.php')
-rw-r--r--phpBB/phpbb/db/tools/mssql.php40
1 files changed, 20 insertions, 20 deletions
diff --git a/phpBB/phpbb/db/tools/mssql.php b/phpBB/phpbb/db/tools/mssql.php
index 3a7ac6185d..6e58171040 100644
--- a/phpBB/phpbb/db/tools/mssql.php
+++ b/phpBB/phpbb/db/tools/mssql.php
@@ -1,35 +1,35 @@
<?php
/**
-*
-* This file is part of the phpBB Forum Software package.
-*
-* @copyright (c) phpBB Limited <https://www.phpbb.com>
-* @license GNU General Public License, version 2 (GPL-2.0)
-*
-* For full copyright and license information, please see
-* the docs/CREDITS.txt file.
-*
-*/
+ *
+ * This file is part of the phpBB Forum Software package.
+ *
+ * @copyright (c) phpBB Limited <https://www.phpbb.com>
+ * @license GNU General Public License, version 2 (GPL-2.0)
+ *
+ * For full copyright and license information, please see
+ * the docs/CREDITS.txt file.
+ *
+ */
namespace phpbb\db\tools;
/**
-* Database Tools for handling cross-db actions such as altering columns, etc.
-* Currently not supported is returning SQL for creating tables.
-*/
+ * Database Tools for handling cross-db actions such as altering columns, etc.
+ * Currently not supported is returning SQL for creating tables.
+ */
class mssql extends tools
{
/**
- * Is the used MS SQL Server a SQL Server 2000?
- * @var bool
- */
+ * Is the used MS SQL Server a SQL Server 2000?
+ * @var bool
+ */
protected $is_sql_server_2000;
/**
- * Get the column types for every database we support
- *
- * @return array
- */
+ * Get the column types for mssql based databases
+ *
+ * @return array
+ */
public static function get_dbms_type_map()
{
return array(