MediaWiki
REL1_19
|
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... |
This is the MS SQL Server Native database abstraction layer.
Definition in file DatabaseMssql.php.