程序包 | 说明 |
---|---|
com.sequoiadb.base |
SequoiaDB Basic API
|
限定符和类型 | 方法和说明 |
---|---|
CollectionSpace |
Sequoiadb.createCollectionSpace(String csName)
Create the named collection space with default SDB_PAGESIZE_64K.
|
CollectionSpace |
Sequoiadb.createCollectionSpace(String csName,
BSONObject options)
Create collection space.
|
CollectionSpace |
Sequoiadb.createCollectionSpace(String csName,
int pageSize)
Create collection space.
|
CollectionSpace |
DBCollection.getCollectionSpace()
Get the CollectionSpace instance of current collection.
|
CollectionSpace |
Sequoiadb.getCollectionSpace(String csName)
Get the named collection space.
|
Copyright © 2018. All rights reserved.