SequoiaDB
 All Classes Files Functions
SequoiaCL Member List

This is the complete list of members for SequoiaCL, including all inherited members.

aggregate(array|string $aggrObj)SequoiaCL
count(array|string $condition=NULL)SequoiaCL
createIdIndex(void)SequoiaCL
createIndex(array|string $indexDef, string $pIndexName, bool $isUnique=false, bool $isEnforced=false, int $sortBufferSize=64)SequoiaCL
deleteIndex(string $pIndexName)SequoiaCL
drop(void)SequoiaCL
dropIdIndex(void)SequoiaCL
find(array|string $condition=NULL, array|string $select=NULL, array|string $orderBy=NULL, array|string $hint=NULL, int $numToSkip=0, int $numToReturn=-1)SequoiaCL
findAndRemove(array|string $condition=NULL, array|string $select=NULL, array|string $orderBy=NULL, array|string $hint=NULL, int $numToSkip=0, int $numToReturn=-1)SequoiaCL
findAndUpdate(array|string $update, array|string $condition=NULL, array|string $select=NULL, array|string $orderBy=NULL, array|string $hint=NULL, int $numToSkip=0, int $numToReturn=-1, bool $returnNew=FALSE)SequoiaCL
getCollectionName(void)SequoiaCL
getCSName(void)SequoiaCL
getFullName(void)SequoiaCL
getIndex(string $pIndexName="")SequoiaCL
insert(array|string $record)SequoiaCL
remove(array|string $condition=NULL, array|string $hint=NULL)SequoiaCL
split(string $sourceName, string $destName, array|string $condition, array|string $endCondition=NULL)SequoiaCL
split(string $sourceName, string $destName, double $percent)SequoiaCL
truncate(void)SequoiaCL
update(array|string $rule, array|string $condition=NULL, array|string $hint=NULL)SequoiaCL