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. Sets QUOTED_IDENTIFIERS ON for MS SQL Server connection. and treats double quotes as quoting characters for identifiers. |
QUOTES_GUESS
= 2
|
Recommended ( and default ) mode for identifiers quoting. Gets current QUOTED_IDENTIFIERS value for MS SQL Server connection and changes ezcDbMssqlHandler's quoting identifier characters correspondently if it's necessary. QUOTED_IDENTIFIERS value for connection will not be changed. |
QUOTES_LEGACY
= 1
|
Constant represents mode of identifiers quoting that corresponds to QUOTE_IDENTIFIERS OFF for MS SQL Server connection. Sets QUOTED_IDENTIFIERS to OFF and treats '[' and ']' as quoting characters for identifiers. |
QUOTES_UNTOUCHED
= 3
|
Constant represents mode of identifiers quoting that not touch any settings related to quoting identifiers. Could be used for minimizing amount of requests to MS SQL Server and for optimization. |
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: Tue, 02 Dec 2008