PHP 인터페이스 Doctrine\OrientDB\Binding\BindingInterface

파일 보기 프로젝트 열기: doctrine/orientdb-odm 0 사용 예제들

공개 메소드들

메소드 설명
execute ( Query $query, string $fetchPlan = null ) : Doctrine\OrientDB\Binding\BindingResultInterface 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.

메소드 상세

execute() 공개 메소드

The second argument specifies when to use COMMAND or QUERY as the underlying command.
public execute ( Query $query, string $fetchPlan = null ) : Doctrine\OrientDB\Binding\BindingResultInterface
$query Doctrine\OrientDB\Query\Query
$fetchPlan string Optional fetch plan for the query.
리턴 Doctrine\OrientDB\Binding\BindingResultInterface

getDatabase() 공개 메소드

Retrieves details regarding the specified database.
public getDatabase ( string $database = null ) : Doctrine\OrientDB\Binding\BindingResultInterface
$database string
리턴 Doctrine\OrientDB\Binding\BindingResultInterface

getDatabaseName() 공개 메소드

Returns the name of the database the binding is currently using.
public getDatabaseName ( ) : string
리턴 string