PHP Интерфейс Doctrine\OrientDB\Query\Command\InsertInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
fields ( array $fields, boolean $append = true ) : Insert Sets the $fields that are going to be inserted.
into ( string $target ) : Insert Sets the $target cluster in which the new document will be created.
values ( array $values, boolean $append = true ) : Insert Sets the $values to be inserted in the document created with the INSERT statement.

Описание методов

fields() публичный Метод

The $append parameter is used in order to preserve/discard already-set fields.
public fields ( array $fields, boolean $append = true ) : Insert
$fields array
$append boolean
Результат Insert

into() публичный Метод

Sets the $target cluster in which the new document will be created.
public into ( string $target ) : Insert
$target string
Результат Insert

values() публичный Метод

The $append parameter is used in order to preserve/discard already-set fields.
public values ( array $values, boolean $append = true ) : Insert
$values array
$append boolean
Результат Insert