|
SequoiaDB
|
This is the complete list of members for sdbclient::_sdbCollection, including all inherited members.
| _sdbCollection() (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | inline |
| aggregate(_sdbCursor **cursor, std::vector< bson::BSONObj > &obj)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| aggregate(sdbCursor &cursor, std::vector< bson::BSONObj > &obj)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| alterCollection(const bson::BSONObj &options)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| attachCollection(const CHAR *subClFullName, const bson::BSONObj &options)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| bulkInsert(SINT32 flags, std::vector< bson::BSONObj > &obj)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| create()=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| createIdIndex(const bson::BSONObj &options=_sdbStaticObject)=0 | sdbclient::_sdbCollection | pure virtual |
| createIndex(const bson::BSONObj &indexDef, const CHAR *pName, BOOLEAN isUnique, BOOLEAN isEnforced)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| createIndex(const bson::BSONObj &indexDef, const CHAR *pName, BOOLEAN isUnique, BOOLEAN isEnforced, INT32 sortBufferSize)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| createLob(sdbLob &lob, const bson::OID *oid=NULL)=0 | sdbclient::_sdbCollection | pure virtual |
| del(const bson::BSONObj &condition=_sdbStaticObject, const bson::BSONObj &hint=_sdbStaticObject)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| detachCollection(const CHAR *subClFullName)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| drop()=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| dropIdIndex()=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| dropIndex(const CHAR *pName)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| explain(sdbCursor &cursor, const bson::BSONObj &condition=_sdbStaticObject, const bson::BSONObj &select=_sdbStaticObject, const bson::BSONObj &orderBy=_sdbStaticObject, const bson::BSONObj &hint=_sdbStaticObject, INT64 numToSkip=0, INT64 numToReturn=-1, INT32 flag=0, const bson::BSONObj &options=_sdbStaticObject)=0 | sdbclient::_sdbCollection | pure virtual |
| getCollectionName()=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| getCount(SINT64 &count, const bson::BSONObj &condition=_sdbStaticObject)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| getCSName()=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| getFullName()=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| getIndexes(_sdbCursor **cursor, const CHAR *pName)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| getIndexes(sdbCursor &cursor, const CHAR *pName)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| getQueryMeta(_sdbCursor **cursor, const bson::BSONObj &condition=_sdbStaticObject, const bson::BSONObj &orderBy=_sdbStaticObject, const bson::BSONObj &hint=_sdbStaticObject, INT64 numToSkip=0, INT64 numToReturn=-1)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| getQueryMeta(sdbCursor &cursor, const bson::BSONObj &condition=_sdbStaticObject, const bson::BSONObj &orderBy=_sdbStaticObject, const bson::BSONObj &hint=_sdbStaticObject, INT64 numToSkip=0, INT64 numToReturn=-1)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| insert(const bson::BSONObj &obj, bson::OID *id=NULL)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| listLobs(sdbCursor &cursor)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| openLob(sdbLob &lob, const bson::OID &oid)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| query(_sdbCursor **cursor, const bson::BSONObj &condition=_sdbStaticObject, const bson::BSONObj &selected=_sdbStaticObject, const bson::BSONObj &orderBy=_sdbStaticObject, const bson::BSONObj &hint=_sdbStaticObject, INT64 numToSkip=0, INT64 numToReturn=-1, INT32 flag=0)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| query(sdbCursor &cursor, const bson::BSONObj &condition=_sdbStaticObject, const bson::BSONObj &selected=_sdbStaticObject, const bson::BSONObj &orderBy=_sdbStaticObject, const bson::BSONObj &hint=_sdbStaticObject, INT64 numToSkip=0, INT64 numToReturn=-1, INT32 flag=0)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| queryAndRemove(_sdbCursor **cursor, const bson::BSONObj &condition=_sdbStaticObject, const bson::BSONObj &selected=_sdbStaticObject, const bson::BSONObj &orderBy=_sdbStaticObject, const bson::BSONObj &hint=_sdbStaticObject, INT64 numToSkip=0, INT64 numToReturn=-1, INT32 flag=0)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| queryAndUpdate(_sdbCursor **cursor, const bson::BSONObj &update, const bson::BSONObj &condition=_sdbStaticObject, const bson::BSONObj &selected=_sdbStaticObject, const bson::BSONObj &orderBy=_sdbStaticObject, const bson::BSONObj &hint=_sdbStaticObject, INT64 numToSkip=0, INT64 numToReturn=-1, INT32 flag=0, BOOLEAN returnNew=FALSE)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| queryOne(bson::BSONObj &obj, const bson::BSONObj &condition=_sdbStaticObject, const bson::BSONObj &selected=_sdbStaticObject, const bson::BSONObj &orderBy=_sdbStaticObject, const bson::BSONObj &hint=_sdbStaticObject, INT64 numToSkip=0, INT32 flag=0)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| removeLob(const bson::OID &oid)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| split(const CHAR *pSourceGroupName, const CHAR *pTargetGroupName, const bson::BSONObj &splitConditon, const bson::BSONObj &splitEndCondition=_sdbStaticObject)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| split(const CHAR *pSourceGroupName, const CHAR *pTargetGroupName, FLOAT64 percent)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| splitAsync(SINT64 &taskID, const CHAR *pSourceGroupName, const CHAR *pTargetGroupName, const bson::BSONObj &splitCondition, const bson::BSONObj &splitEndCondition=_sdbStaticObject)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| splitAsync(const CHAR *pSourceGroupName, const CHAR *pTargetGroupName, FLOAT64 percent, SINT64 &taskID)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| truncate()=0 | sdbclient::_sdbCollection | pure virtual |
| update(const bson::BSONObj &rule, const bson::BSONObj &condition=_sdbStaticObject, const bson::BSONObj &hint=_sdbStaticObject)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| upsert(const bson::BSONObj &rule, const bson::BSONObj &condition=_sdbStaticObject, const bson::BSONObj &hint=_sdbStaticObject, const bson::BSONObj &setOnInsert=_sdbStaticObject)=0 (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | pure virtual |
| ~_sdbCollection() (defined in sdbclient::_sdbCollection) | sdbclient::_sdbCollection | inlinevirtual |
1.8.2