|
| | __construct (array|string $address, string $userName="", string $password="") |
| |
| | connect (array|string $address="127.0.0.1:11810", string $userName="", string $password="") |
| |
| | __construct (array|string $address, string $userName="", string $password="", boolean $useSSL=false) |
| |
| | install (array|string $options=null) |
| |
| | getError () |
| |
| | connect (array|string $address="127.0.0.1:11810", string $userName="", string $password="", boolean $useSSL=false) |
| |
| | close () |
| |
| | isValid () |
| |
| | snapshot (integer $type, array|string $condition=null, array|string $selector=null, array|string $orderBy=null, array|string $hint=null) |
| |
| | resetSnapshot (array|string $condition=null) |
| |
| | list (integer $type, array|string $condition=null, array|string $selector=null, array|string $orderBy=null, array|string $hint=null) |
| |
| | listCS (array|string $condition=null, array|string $selector=null, array|string $orderBy=null, array|string $hint=null) |
| |
| | selectCS (string $name, array|string $options=null) |
| |
| | selectCS (string $name, integer $pageSize=null) |
| |
| | createCS (string $name, array|string $options=null) |
| |
| | getCS (string $name) |
| |
| | dropCS (string $name) |
| |
| | listCL (array|string $condition=null, array|string $selector=null, array|string $orderBy=null, array|string $hint=null) |
| |
| | getCL (string $fullName) |
| |
| | truncate (string $fullName) |
| |
| | listDomain (array|string $condition=null, array|string $selector=null, array|string $orderBy=null, array|string $hint=null) |
| |
| | createDomain (string $name, array|string $options=null) |
| |
| | getDomain (string $name) |
| |
| | dropDomain (string $name) |
| |
| | listGroup (array|string $condition=null, array|string $selector=null, array|string $orderBy=null, array|string $hint=null) |
| |
| | getGroup (string $name) |
| |
| | createGroup (string $name) |
| |
| | removeGroup (string $name) |
| |
| | createCataGroup (string $hostName, string $serviceName, string $databasePath, array|string $configure=null) |
| |
| | execSQL (string $sql) |
| |
| | execUpdateSQL (string $sql) |
| |
| | createUser (string $userName, string $passwd) |
| |
| | removeUser (string $userName, string $passwd) |
| |
| | flushConfigure (array|string $options) |
| |
| | listProcedure (array|string $condition=null, array|string $selector=null, array|string $orderBy=null, array|string $hint=null) |
| |
| | createJsProcedure (string $code) |
| |
| | removeProcedure (string $name) |
| |
| | evalJs (string $code) |
| |
| | transactionBegin () |
| |
| | transactionCommit () |
| |
| | transactionRollback () |
| |
| | backupOffline (array|string $options) |
| |
| | listBackup (array|string $options, array|string $condition=null, array|string $selector=null, array|string $orderBy=null, array|string $hint=null) |
| |
| | removeBackup (array|string $options) |
| |
| | listTask (array|string $condition=null, array|string $selector=null, array|string $orderBy=null, array|string $hint=null) |
| |
| | waitTask (array|integer|SequoiaInt64 $taskID) |
| |
| | cancelTask (integer|SequoiaInt64 $taskID, boolean $isAsync=true) |
| |
| | setSessionAttr (array|string $options) |
| |
| | forceSession (integer|SequoiaINT64 $sessionID) |
| |
| | getList (integer $type, array|string $condition=null, array|string $selector=null, array|string $orderBy=null) |
| |
| | getSnapshot (integer $type, array|string $condition=null, array|string $selector=null, array|string $orderBy=null) |
| |
| | selectCS (string $name, integer $pageSize=4096) |
| |
| | listCSs () |
| |
| | dropCollectionSpace (string $name) |
| |
| | listCollections () |
| |
| | listDomains () |
| |
| | selectGroup (string $name) |
| |
secure SequoiaDB, use SSL connection