Свойство | Тип | Описание | |
---|---|---|---|
$defaultDbName |
Метод | Описание | |
---|---|---|
__construct ( $optsOrHost = null, $port = null, $db = null, $apiKey = null, $timeout = null ) | ||
__destruct ( ) | ||
close ( $noreplyWait = true ) | ||
continueQuery ( $token ) | ||
isOpen ( ) | ||
noreplyWait ( ) | ||
reconnect ( $noreplyWait = true ) | ||
run ( r\Query $query, $options = [], &$profile = '' ) | ||
server ( ) | ||
setTimeout ( $timeout ) | ||
stopQuery ( $token ) | ||
useDb ( $dbName ) |
Метод | Описание | |
---|---|---|
applyTimeout ( $timeout ) | ||
checkResponse ( $response, $responseToken, $token, $query = null ) | ||
connect ( ) | ||
convertOptions ( $options ) | ||
createCursorFromResponse ( $response, $token, $notes, $toNativeOptions ) | ||
createDatumFromResponse ( $response ) | ||
generateToken ( ) | ||
receiveResponse ( $token, $query = null, $noChecks = false ) | ||
receiveStr ( $length ) | ||
sendQuery ( $token, $json ) | ||
sendStr ( $s ) |
public __construct ( $optsOrHost = null, $port = null, $db = null, $apiKey = null, $timeout = null ) |