C# Class Orient.Client.OServer

Inheritance: IDisposable
Show file Open project: workshare/OrientDB-NET.binary Class Usage Examples

Public Methods

Method 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 method

public Close ( ) : void
return void

ConfigGet() public method

public ConfigGet ( string key ) : string
key string
return string

ConfigList() public method

public ConfigList ( ) : string>.Dictionary
return string>.Dictionary

ConfigSet() public method

public ConfigSet ( string configKey, string configValue ) : bool
configKey string
configValue string
return bool

CreateDatabase() public method

public CreateDatabase ( string databaseName, ODatabaseType databaseType, OStorageType storageType ) : bool
databaseName string
databaseType ODatabaseType
storageType OStorageType
return bool

DatabaseExist() public method

public DatabaseExist ( string databaseName, OStorageType storageType ) : bool
databaseName string
storageType OStorageType
return bool

Databases() public method

public Databases ( ) : string>.Dictionary
return string>.Dictionary

Dispose() public method

public Dispose ( ) : void
return void

DropDatabase() public method

public DropDatabase ( string databaseName, OStorageType storageType ) : void
databaseName string
storageType OStorageType
return void

OServer() public method

public OServer ( string hostname, int port, string userName, string userPassword ) : System
hostname string
port int
userName string
userPassword string
return System