PHP 인터페이스 Doctrine\OrientDB\Query\Command\InsertInterface

파일 보기 프로젝트 열기: doctrine/orientdb-odm

공개 메소드들

메소드 설명
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