C# Class PHP.Library.Data.MySqlGlobalConfig

Inheritance: IPhpConfiguration, IPhpConfigurationSection
Datei anzeigen Open project: DEVSENSE/PhalangerMySql Class Usage Examples

Public Properties

Property Type Description
MaxConnections int
MaxPoolSize int

Public Methods

Method Description
DeepCopy ( ) : IPhpConfiguration

Creates a deep copy of the configuration record.

Parse ( string name, string value, XmlNode node ) : bool

Parses XML configuration file.

Private Methods

Method Description
MySqlGlobalConfig ( ) : System

Method Details

DeepCopy() public method

Creates a deep copy of the configuration record.
public DeepCopy ( ) : IPhpConfiguration
return IPhpConfiguration

Parse() public method

Parses XML configuration file.
public Parse ( string name, string value, XmlNode node ) : bool
name string
value string
node System.Xml.XmlNode
return bool

Property Details

MaxConnections public_oe property

Maximum number of connections per request. Negative value means no limit.
public int MaxConnections
return int

MaxPoolSize public_oe property

Maximum Pool Size value passed to the MySql Connector/Net Connection String.
public int MaxPoolSize
return int