PHP Класс PhpOrient\Protocols\Binary\Operations\DbOpen

Наследование: extends PhpOrient\Protocols\Binary\Abstracts\Operation
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$clientName the name of the client library.
$clientVersion the client version.
$database the name of the database to open.
$password the password to connect with.
$serializationType string Type of serialization
$type The database_type of database to open.
$username the username to connect with.

Защищенные свойства (Protected)

Свойство Тип Описание
$_clientID Client identifier
$opCode The op code.

Защищенные методы

Метод Описание
_read ( ) : PhpOrient\Protocols\Common\ClustersMap Read the response from the socket.
_write ( ) Write the data to the socket.

Описание методов

_read() защищенный Метод

Read the response from the socket.
protected _read ( ) : PhpOrient\Protocols\Common\ClustersMap
Результат PhpOrient\Protocols\Common\ClustersMap

_write() защищенный Метод

Write the data to the socket.
protected _write ( )

Описание свойств

$_clientID защищенное свойство

Client identifier
protected $_clientID

$clientName публичное свойство

the name of the client library.
public $clientName

$clientVersion публичное свойство

the client version.
public $clientVersion

$database публичное свойство

the name of the database to open.
public $database

$opCode защищенное свойство

The op code.
protected $opCode

$password публичное свойство

the password to connect with.
public $password

$serializationType публичное свойство

Type of serialization
public string $serializationType
Результат string

$type публичное свойство

The database_type of database to open.
public $type

$username публичное свойство

the username to connect with.
public $username