SequoiaDB
 All Classes Files Functions
Public Member Functions | List of all members
SequoiaCS Class Reference

Public Member Functions

SequoiaCL selectCollection (string $name, array|string $options)
 Gets a collection, if is not exist, will auto create.
 
array string drop (void)
 Drops this collection space.
 
array string dropCollection (string $name)
 drop this collection
 
string getName (void)
 Returns this collection space's name.
 

Member Function Documentation

array string SequoiaCS::drop ( void  )

Drops this collection space.

Return values
Returnsthe database response
array string SequoiaCS::dropCollection ( string  $name)

drop this collection

Return values
Returnsthe database response
string SequoiaCS::getName ( void  )

Returns this collection space's name.

Return values
Returnsthe name of this collection space
SequoiaCL SequoiaCS::selectCollection ( string  $name,
array|string  $options 
)

Gets a collection, if is not exist, will auto create.

Parameters
[in]$nameThe collection name
[in]$optionscreate collection,set collection options
Return values
anew collection object

The documentation for this class was generated from the following file: