C# 클래스 Eastern.DatabasePool

파일 보기 프로젝트 열기: yojimbo87/Eastern 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ContainsDatabaseSession ( int sessionID ) : bool
DatabasePool ( string hostname, int port, string databaseName, ODatabaseType databaseType, string userName, string userPassword, int poolSize, string alias ) : System.Collections.Generic

메소드 상세

ContainsDatabaseSession() 공개 메소드

public ContainsDatabaseSession ( int sessionID ) : bool
sessionID int
리턴 bool

DatabasePool() 공개 메소드

public DatabasePool ( string hostname, int port, string databaseName, ODatabaseType databaseType, string userName, string userPassword, int poolSize, string alias ) : System.Collections.Generic
hostname string
port int
databaseName string
databaseType ODatabaseType
userName string
userPassword string
poolSize int
alias string
리턴 System.Collections.Generic