PHP Класс Doctrine\OrientDB\Query\Command\Insert

Наследование: extends Doctrine\OrientDB\Query\Command, implements Doctrine\OrientDB\Query\Command\InsertInterface
Показать файл Открыть проект

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

Метод Описание
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.

Защищенные методы

Метод Описание
getSchema ( )
getTokenFormatters ( ) : Array Returns the formatters for this query's tokens.

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

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

Sets the fields to insert within the query.
public fields ( array $fields, boolean $append = true ) : Insert
$fields array
$append boolean
Результат Insert

getSchema() защищенный метод

protected getSchema ( )

getTokenFormatters() защищенный метод

Returns the formatters for this query's tokens.
protected getTokenFormatters ( ) : Array
Результат Array

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

Sets the class in which the query will insert informations.
public into ( string $target ) : Insert
$target string
Результат Insert

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

Sets the $values to insert.
public values ( array $values, boolean $append = true ) : Insert
$values array
$append boolean
Результат Insert