C# Class Eastern.DatabasePool

ファイルを表示 Open project: yojimbo87/Eastern Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ContainsDatabaseSession ( int sessionID ) : bool
DatabasePool ( string hostname, int port, string databaseName, ODatabaseType databaseType, string userName, string userPassword, int poolSize, string alias ) : System.Collections.Generic

Method Details

ContainsDatabaseSession() public method

public ContainsDatabaseSession ( int sessionID ) : bool
sessionID int
return bool

DatabasePool() public method

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
return System.Collections.Generic