Inheritance diagram for ADODB_ado_mssql:

Public Member Functions | |
| ADODB_ado_mssql () | |
| _insertid () | |
| _affectedrows () | |
| MetaColumns ($table) | |
Public Attributes | |
| $databaseType = 'ado_mssql' | |
| $hasTop = 'top' | |
| supports affected rows for update/delete? | |
| $hasInsertID = true | |
| $sysDate = 'convert(datetime,convert(char,GetDate(),102),102)' | |
| cache for 1 hour | |
| $sysTimeStamp = 'GetDate()' | |
| name of function that returns the current date | |
| $leftOuter = '*=' | |
| indicates that all fields in order by must be unique | |
| $rightOuter = '=*' | |
| operator to use for left outer join in WHERE clause | |
| $ansiOuter = true | |
| operator to use for right outer join in WHERE clause | |
| $substr = "substring" | |
| default concat operator -- change to || for Oracle/Interbase | |
| $length = 'len' | |
| substring operator | |
Definition at line 27 of file adodb-ado_mssql.inc.php.
|
|
Definition at line 41 of file adodb-ado_mssql.inc.php. |
|
|
Reimplemented from ADODB_ado. Definition at line 51 of file adodb-ado_mssql.inc.php. |
|
|
Definition at line 46 of file adodb-ado_mssql.inc.php. |
|
|
Reimplemented from ADODB_ado. Definition at line 56 of file adodb-ado_mssql.inc.php. |
|
|
operator to use for right outer join in WHERE clause
Reimplemented from ADOConnection. Definition at line 35 of file adodb-ado_mssql.inc.php. |
|
|
Reimplemented from ADODB_ado. Definition at line 28 of file adodb-ado_mssql.inc.php. |
|
|
Reimplemented from ADOConnection. Definition at line 30 of file adodb-ado_mssql.inc.php. |
|
|
supports affected rows for update/delete?
Reimplemented from ADOConnection. Definition at line 29 of file adodb-ado_mssql.inc.php. |
|
|
indicates that all fields in order by must be unique
Reimplemented from ADOConnection. Definition at line 33 of file adodb-ado_mssql.inc.php. |
|
|
substring operator
Reimplemented from ADOConnection. Definition at line 37 of file adodb-ado_mssql.inc.php. |
|
|
operator to use for left outer join in WHERE clause
Reimplemented from ADOConnection. Definition at line 34 of file adodb-ado_mssql.inc.php. |
|
|
default concat operator -- change to || for Oracle/Interbase
Reimplemented from ADOConnection. Definition at line 36 of file adodb-ado_mssql.inc.php. |
|
|
cache for 1 hour
Reimplemented from ADOConnection. Definition at line 31 of file adodb-ado_mssql.inc.php. |
|
|
name of function that returns the current date
Reimplemented from ADOConnection. Definition at line 32 of file adodb-ado_mssql.inc.php. |
1.4.6