C# 클래스 PHP.Library.Data.MySqlLocalConfig

상속: IPhpConfiguration, IPhpConfigurationSection
파일 보기 프로젝트 열기: DEVSENSE/PhalangerMySql 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ConnectTimeout int
ConnectionString string
DefaultCommandTimeout int
Password string
Port int
Server string
User string

공개 메소드들

메소드 설명
DeepCopy ( ) : IPhpConfiguration

Creates a deep copy of the configuration record.

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

Parses XML configuration file.

비공개 메소드들

메소드 설명
MySqlLocalConfig ( ) : System

메소드 상세

DeepCopy() 공개 메소드

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

Parse() 공개 메소드

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

프로퍼티 상세

ConnectTimeout 공개적으로 프로퍼티

Request timeout in seconds. Non-positive value means no timeout.
public int ConnectTimeout
리턴 int

ConnectionString 공개적으로 프로퍼티

If not null reference, this connection string is used by parameterless mysql_connect() function call as MySql Connector/.NET connection string.
public string ConnectionString
리턴 string

DefaultCommandTimeout 공개적으로 프로퍼티

Command timeout, in seconds.
public int DefaultCommandTimeout
리턴 int

Password 공개적으로 프로퍼티

Default password.
public string Password
리턴 string

Port 공개적으로 프로퍼티

Default port.
public int Port
리턴 int

Server 공개적으로 프로퍼티

Default server (host) name.
public string Server
리턴 string

User 공개적으로 프로퍼티

Default user name.
public string User
리턴 string