PHP Class Doctrine\OrientDB\Query\Command\Insert

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

Méthodes publiques

Méthode Description
fields ( array $fields, boolean $append = true ) : Insert Sets the fields to insert within the query.
into ( string $target ) : Insert Sets the class in which the query will insert informations.
values ( array $values, boolean $append = true ) : Insert Sets the $values to insert.

Méthodes protégées

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

Method Details

fields() public méthode

Sets the fields to insert within the query.
public fields ( array $fields, boolean $append = true ) : Insert
$fields array
$append boolean
Résultat Insert

getSchema() protected méthode

protected getSchema ( )

getTokenFormatters() protected méthode

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

into() public méthode

Sets the class in which the query will insert informations.
public into ( string $target ) : Insert
$target string
Résultat Insert

values() public méthode

Sets the $values to insert.
public values ( array $values, boolean $append = true ) : Insert
$values array
$append boolean
Résultat Insert