PHP Class Doctrine\OrientDB\Query\Command\Index\Put

Inheritance: extends Doctrine\OrientDB\Query\Command\Index
Afficher le fichier Open project: doctrine/orientdb-odm

Méthodes publiques

Méthode Description
__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.

Méthodes protégées

Méthode Description
getSchema ( )
getTokenFormatters ( ) : Array Returns the formatters for this query's tokens.

Method Details

__construct() public méthode

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 méthode

protected getSchema ( )

getTokenFormatters() protected méthode

Returns the formatters for this query's tokens.
protected getTokenFormatters ( ) : Array
Résultat Array