C# 클래스 Eastern.EasternClient

파일 보기 프로젝트 열기: yojimbo87/Eastern

Private Properties

프로퍼티 타입 설명
EasternClient System.Collections.Generic
GetDatabase Database
ReturnDatabase void

공개 메소드들

메소드 설명
CreateDatabasePool ( string hostname, int port, string databaseName, ODatabaseType databaseType, string userName, string userPassword, int poolSize, string alias ) : void

Creates pool of pre-initiated database connections to the specified server instance. Alias parameter determines name of the pool.

GetDatabasePool ( string poolAlias ) : DatabasePool

비공개 메소드들

메소드 설명
EasternClient ( ) : System.Collections.Generic
GetDatabase ( string alias ) : Database
ReturnDatabase ( Database database ) : void

메소드 상세

CreateDatabasePool() 공개 정적인 메소드

Creates pool of pre-initiated database connections to the specified server instance. Alias parameter determines name of the pool.
public static CreateDatabasePool ( string hostname, int port, string databaseName, ODatabaseType databaseType, string userName, string userPassword, int poolSize, string alias ) : void
hostname string
port int
databaseName string
databaseType ODatabaseType
userName string
userPassword string
poolSize int
alias string
리턴 void

GetDatabasePool() 공개 정적인 메소드

public static GetDatabasePool ( string poolAlias ) : DatabasePool
poolAlias string
리턴 DatabasePool