Package | Description |
---|---|
com.sequoiadb.base |
SequoiaDB Basic API
|
Modifier and Type | Method and Description |
---|---|
DBCollection |
CollectionSpace.createCollection(String collectionName)
Create the named collection in current collection space.
|
DBCollection |
CollectionSpace.createCollection(String collectionName,
BSONObject options)
Create collection by options.
|
DBCollection |
CollectionSpace.getCollection(String collectionName)
Get the named collection.
|
Copyright © 2023. All rights reserved.