Path

ez components / documentation / api reference / 2007.2alpha1 / database


eZ Components 2007.2alpha1

Database: ezcDbMssqlOptions

[ Tutorial ] [ Oracle_setup ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

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

int read/write  $quoteIdentifier
Mode of quoting identifiers.

Inherited Member Variables

From ezcBaseOptions:
protected  ezcBaseOptions::$properties

Method Summary

public ezcDbMssqlOptions __construct( [$options = array()] )
Creates an ezcDbMssqlOptions object with default option values.

Inherited Methods

From ezcBaseOptions :
public ezcBaseOptions ezcBaseOptions::__construct()
Construct a new options object.
public void ezcBaseOptions::merge()
Merge an array into the actual options object.
public bool ezcBaseOptions::offsetExists()
Returns if an option exists.
public mixed ezcBaseOptions::offsetGet()
Returns an option value.
public void ezcBaseOptions::offsetSet()
Set an option.
public void ezcBaseOptions::offsetUnset()
Unset an option.

Methods

__construct

ezcDbMssqlOptions __construct( [ $options = array()] )
Creates an ezcDbMssqlOptions object with default option values.

Parameters

Name Type Description
$options array  

Redefinition of

Method Description
ezcBaseOptions::__construct() Construct a new options object.

Last updated: Mon, 12 Nov 2007