C# 클래스 Arango.Client.ADatabase

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

공개 메소드들

메소드 설명
ADatabase ( string alias ) : System.Collections.Generic

Initializes new database context to perform operations on remote database identified by specified alias.

Create ( string databaseName ) : AResult

Creates new database with given name.

Create ( string databaseName, List users ) : AResult

Creates new database with given name and user list.

Drop ( string databaseName ) : AResult

Deletes specified database.

ExcludeSystem ( bool value ) : ADatabase

Determines whether system collections should be excluded from the result.

GetAccessibleDatabases ( ) : AResult>

Retrieves list of accessible databases which current user can access without specifying a different username or password.

GetAllCollections ( ) : object>>>.AResult

Retrieves information about collections in current database connection.

GetAllDatabases ( ) : AResult>

Retrieves the list of all existing databases.

GetCurrent ( ) : object>>.AResult

Retrieves information about currently connected database.

메소드 상세

ADatabase() 공개 메소드

Initializes new database context to perform operations on remote database identified by specified alias.
public ADatabase ( string alias ) : System.Collections.Generic
alias string
리턴 System.Collections.Generic

Create() 공개 메소드

Creates new database with given name.
public Create ( string databaseName ) : AResult
databaseName string
리턴 AResult

Create() 공개 메소드

Creates new database with given name and user list.
public Create ( string databaseName, List users ) : AResult
databaseName string
users List
리턴 AResult

Drop() 공개 메소드

Deletes specified database.
public Drop ( string databaseName ) : AResult
databaseName string
리턴 AResult

ExcludeSystem() 공개 메소드

Determines whether system collections should be excluded from the result.
public ExcludeSystem ( bool value ) : ADatabase
value bool
리턴 ADatabase

GetAccessibleDatabases() 공개 메소드

Retrieves list of accessible databases which current user can access without specifying a different username or password.
public GetAccessibleDatabases ( ) : AResult>
리턴 AResult>

GetAllCollections() 공개 메소드

Retrieves information about collections in current database connection.
public GetAllCollections ( ) : object>>>.AResult
리턴 object>>>.AResult

GetAllDatabases() 공개 메소드

Retrieves the list of all existing databases.
public GetAllDatabases ( ) : AResult>
리턴 AResult>

GetCurrent() 공개 메소드

Retrieves information about currently connected database.
public GetCurrent ( ) : object>>.AResult
리턴 object>>.AResult