프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Database | System |
메소드 | 설명 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CreateTable ( string name ) : |
Create a table in this database, with the first shard placed in the first available quorum.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
CreateTable ( string name, |
Create a table in this database.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
DeleteDatabase ( ) : void |
Delete the database. Do not use the database object after calling DeleteDatabase(). |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
GetTable ( string name ) : |
Retrieve a Scalien.Table in this database by name.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
GetTables ( ) : List
비공개 메소드들
메소드 상세
|