SequoiaDB
 All Classes Files Functions
List of all members
SecureSdb Class Reference

secure SequoiaDB, use SSL connection More...

#include <sequoiadb.h>

Inheritance diagram for SecureSdb:
SequoiaDB

Additional Inherited Members

- Public Member Functions inherited from SequoiaDB
 __construct (string $hostName=NULL, string $userName=NULL, string $password=NULL)
 creates a new database connection object
 
void install (array|string $install)
 set function, "install" default is true, output array, set false, output string
 
array string getError (void)
 When function return type is "array|string", the return content contains the error code,.
 
array string connect (string $hostName, string $userName=NULL, string $password=NULL)
 Connect to database.
 
void close (void)
 Disconnect to database.
 
SequoiaCursor execSQL (string $sql)
 execute of SQL code
 
array string execUpdateSQL (string $sql)
 execute of SQL code
 
SequoiaCursor getSnapshot (int $snapType, array|string $condition=NULL, array|string $select=NULL, array|string $orderBy=NULL)
 Get the snapshot.
 
SequoiaCursor getList (int $listType, array|string $condition=NULL, array|string $select=NULL, array|string $orderBy=NULL)
 Get the specified list.
 
SequoiaGroup selectGroup (string $name)
 Gets group object.
 
array string resetSnapshot (void)
 Reset the snapshot.
 
SequoiadbCS selectCS (string $name, int $pageSize=4096)
 Gets a collection Space, if is not exist,will auto create.
 
SequoiaCursor listCSs (void)
 Lists all of the collection space.
 
SequoiaCursor listCollections (void)
 Lists all of the collection.
 
array string createCataGroup (string $hostname, string $serviceName, string $databasePath, array|string $config)
 create cata group
 
array string dropCollectionSpace (string $name)
 drop a collection Space
 

Detailed Description

secure SequoiaDB, use SSL connection


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