C# Class Eastern.EasternClient

Afficher le fichier Open project: yojimbo87/Eastern

Private Properties

Свойство Type Description
EasternClient System.Collections.Generic
GetDatabase Database
ReturnDatabase void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
EasternClient ( ) : System.Collections.Generic
GetDatabase ( string alias ) : Database
ReturnDatabase ( Database database ) : void

Method Details

CreateDatabasePool() public static méthode

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
Résultat void

GetDatabasePool() public static méthode

public static GetDatabasePool ( string poolAlias ) : DatabasePool
poolAlias string
Résultat DatabasePool