|
| 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.
|
| |
| array string SequoiaCS::drop |
( |
void |
| ) |
|
Drops this collection space.
- Return values
-
| Returns | the database response |
| array string SequoiaCS::dropCollection |
( |
string |
$name | ) |
|
drop this collection
- Return values
-
| Returns | the database response |
| string SequoiaCS::getName |
( |
void |
| ) |
|
Returns this collection space's name.
- Return values
-
| Returns | the 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] | $name | The collection name |
| [in] | $options | create collection,set collection options |
- Return values
-
The documentation for this class was generated from the following file:
- /opt/jenkins/workspace/sequoiadb_x86_rocksdb_compile/sequoiadb/driver/php5/ext/sequoiadb.h