Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
23ecbcd9
Commit
23ecbcd9
authored
Oct 12, 2006
by
Penny Leach
Browse files
new xmldb stuff
parent
e83e5f95
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/xmldb/classes/generators/odbc_mssql/odbc_mssql.class.php
0 → 100644
View file @
23ecbcd9
<?php
// $Id: odbc_mssql.class.php,v 1.1 2006/10/09 22:29:52 stronk7 Exp $
///////////////////////////////////////////////////////////////////////////
// //
// NOTICE OF COPYRIGHT //
// //
// Moodle - Modular Object-Oriented Dynamic Learning Environment //
// http://moodle.com //
// //
// Copyright (C) 2001-3001 Martin Dougiamas http://dougiamas.com //
// (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com //
// //
// This program is free software; you can redistribute it and/or modify //
// it under the terms of the GNU General Public License as published by //
// the Free Software Foundation; either version 2 of the License, or //
// (at your option) any later version. //
// //
// This program is distributed in the hope that it will be useful, //
// but WITHOUT ANY WARRANTY; without even the implied warranty of //
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
// GNU General Public License for more details: //
// //
// http://www.gnu.org/copyleft/gpl.html //
// //
///////////////////////////////////////////////////////////////////////////
/// This class generate SQL code to be used against MSSQL
/// when running over ODBC. As DB is the same, this inherits
/// everything from XMLDBmssql
require_once
(
$CFG
->
libdir
.
'/xmldb/classes/generators/mssql/mssql.class.php'
);
class
XMLDBodbc_mssql
extends
XMLDBmssql
{
/**
* Creates one new XMLDBmssql
*/
function
XMLDBodbc_mssql
()
{
XMLDBmssql
::
XMLDBmssql
();
}
}
?>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment