PHP 클래스 Doctrine\OrientDB\Query\Command\Insert

상속: extends Doctrine\OrientDB\Query\Command, implements Doctrine\OrientDB\Query\Command\InsertInterface
파일 보기 프로젝트 열기: doctrine/orientdb-odm

공개 메소드들

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