C# Class Orient.Client.OServer

Inheritance: IDisposable
Afficher le fichier Open project: workshare/OrientDB-NET.binary Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
ConfigGet ( string key ) : string
ConfigList ( ) : string>.Dictionary
ConfigSet ( string configKey, string configValue ) : bool
CreateDatabase ( string databaseName, ODatabaseType databaseType, OStorageType storageType ) : bool
DatabaseExist ( string databaseName, OStorageType storageType ) : bool
Databases ( ) : string>.Dictionary
Dispose ( ) : void
DropDatabase ( string databaseName, OStorageType storageType ) : void
OServer ( string hostname, int port, string userName, string userPassword ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

ConfigGet() public méthode

public ConfigGet ( string key ) : string
key string
Résultat string

ConfigList() public méthode

public ConfigList ( ) : string>.Dictionary
Résultat string>.Dictionary

ConfigSet() public méthode

public ConfigSet ( string configKey, string configValue ) : bool
configKey string
configValue string
Résultat bool

CreateDatabase() public méthode

public CreateDatabase ( string databaseName, ODatabaseType databaseType, OStorageType storageType ) : bool
databaseName string
databaseType ODatabaseType
storageType OStorageType
Résultat bool

DatabaseExist() public méthode

public DatabaseExist ( string databaseName, OStorageType storageType ) : bool
databaseName string
storageType OStorageType
Résultat bool

Databases() public méthode

public Databases ( ) : string>.Dictionary
Résultat string>.Dictionary

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DropDatabase() public méthode

public DropDatabase ( string databaseName, OStorageType storageType ) : void
databaseName string
storageType OStorageType
Résultat void

OServer() public méthode

public OServer ( string hostname, int port, string userName, string userPassword ) : System
hostname string
port int
userName string
userPassword string
Résultat System