PHP Class PhpOrient\Protocols\Binary\Operations\DbOpen

Inheritance: extends PhpOrient\Protocols\Binary\Abstracts\Operation
Show file Open project: ostico/phporient

Public Properties

Property Type Description
$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 Properties

Property Type Description
$_clientID Client identifier
$opCode The op code.

Protected Methods

Method Description
_read ( ) : PhpOrient\Protocols\Common\ClustersMap Read the response from the socket.
_write ( ) Write the data to the socket.

Method Details

_read() protected method

Read the response from the socket.
protected _read ( ) : PhpOrient\Protocols\Common\ClustersMap
return PhpOrient\Protocols\Common\ClustersMap

_write() protected method

Write the data to the socket.
protected _write ( )

Property Details

$_clientID protected property

Client identifier
protected $_clientID

$clientName public property

the name of the client library.
public $clientName

$clientVersion public property

the client version.
public $clientVersion

$database public property

the name of the database to open.
public $database

$opCode protected property

The op code.
protected $opCode

$password public property

the password to connect with.
public $password

$serializationType public property

Type of serialization
public string $serializationType
return string

$type public property

The database_type of database to open.
public $type

$username public property

the username to connect with.
public $username