Method | Description | |
---|---|---|
execute ( |
Executes an SQL query on the server. | |
getDatabase ( string $database = null ) : Doctrine\OrientDB\Binding\BindingResultInterface | Retrieves details regarding the specified database. | |
getDatabaseName ( ) : string | Returns the name of the database the binding is currently using. |
public getDatabase ( string $database = null ) : Doctrine\OrientDB\Binding\BindingResultInterface | ||
$database | string | |
return | Doctrine\OrientDB\Binding\BindingResultInterface |
public getDatabaseName ( ) : string | ||
return | string |