Package | Description |
---|---|
com.sequoiadb.base |
SequoiaDB Basic API
|
Modifier and Type | Method and Description |
---|---|
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 © 2023. All rights reserved.