MediaWiki  REL1_19
DatabaseMssql.php File Reference

This is the MS SQL Server Native database abstraction layer. More...

Go to the source code of this file.

Classes

class  DatabaseMssql
class  MssqlField
 Utility class. More...
class  MssqlResult
 The MSSQL PHP driver doesn't support sqlsrv_num_rows, so we recall all rows into an array and maintain our own cursor index into that array...This is similar to the way the Oracle driver handles this same issue. More...

Detailed Description

This is the MS SQL Server Native database abstraction layer.

Author:
Joel Penner <a-joelpe at microsoft dot com>
Chris Pucci <a-cpucci at microsoft dot com>
Ryan Biesemeyer <v-ryanbi at microsoft dot com>

Definition in file DatabaseMssql.php.