Database: ezcDbMssqlOptions
[ ]
[ Oracle_setup ]
[ ]
[ ]
[ ]
[ ]
Class: ezcDbMssqlOptions
|
Class containing the options for MS SQL Server connections [
source]
Parents
ezcBaseOptions
|
--ezcDbMssqlOptions
Constants
QUOTES_COMPLIANT
= 0
|
Constant represents mode of identifiers quoting that compliant to SQL92. |
QUOTES_GUESS
= 2
|
Recommended ( and default ) mode for identifiers quoting. |
QUOTES_LEGACY
= 1
|
Constant represents mode of identifiers quoting that corresponds to QUOTE_IDENTIFIERS OFF for MS SQL Server connection. |
QUOTES_UNTOUCHED
= 3
|
Constant represents mode of identifiers quoting that not touch any settings related to quoting identifiers. |
Properties
Inherited Member Variables
From
ezcBaseOptions:
Method Summary
|
public ezcDbMssqlOptions |
__construct(
[$options = array()] )
Creates an ezcDbMssqlOptions object with default option values. |
Inherited Methods
From
ezcBaseOptions :
Methods
__construct
ezcDbMssqlOptions __construct(
[
$options = array()] )
Creates an ezcDbMssqlOptions object with default option values.
Parameters
| Name |
Type |
Description |
$options |
array |
|
Redefinition of
Last updated: Mon, 12 Nov 2007