PHP 클래스 Doctrine\OrientDB\Query\Command\Index\Put

상속: extends Doctrine\OrientDB\Query\Command\Index
파일 보기 프로젝트 열기: doctrine/orientdb-odm

공개 메소드들

메소드 설명
__construct ( string $indexName, string $key, string $rid ) Creates a new instance of this command setting the index to insert into, the key of the new entry and its value, which is a RID.

보호된 메소드들

메소드 설명
getSchema ( )
getTokenFormatters ( ) : Array Returns the formatters for this query's tokens.

메소드 상세

__construct() 공개 메소드

Creates a new instance of this command setting the index to insert into, the key of the new entry and its value, which is a RID.
public __construct ( string $indexName, string $key, string $rid )
$indexName string
$key string
$rid string

getSchema() 보호된 메소드

protected getSchema ( )

getTokenFormatters() 보호된 메소드

Returns the formatters for this query's tokens.
protected getTokenFormatters ( ) : Array
리턴 Array