Method |
Description |
|
__construct ( string $host = null, string $port = null, string $username = null, string $password = null, string $database = null ) |
Creates a new binding parameters instance. |
|
create ( mixed $parameters ) : BindingParameters |
Creates a new binding parameters instance from a URI string
or a parameters array. |
|
fromArray ( array $parameters ) : BindingParameters |
Creates a new binding parameters instance from a parameters array. |
|
fromString ( $uri ) : BindingParameters |
Creates a new binding parameters instance from a URI string. |
|
getDatabase ( ) : string |
Returns the specified database on the OrientDB server. |
|
getHost ( ) : string |
Returns the specified IP host pointing to the OrientDB server. |
|
getPassword ( ) : string |
Returns the specified password to access the OrientDB server. |
|
getPort ( ) : integer |
Returns the specified TCP port pointing to the OrientDB server. |
|
getUsername ( ) : string |
Returns the specified username to access the OrientDB server. |
|