PHP 클래스 Doctrine\OrientDB\Query\Command\Property\Create

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

공개 메소드들

메소드 설명
__construct ( string $property, string $type = null, string $linked = null ) Generates a valid SQL statements to add $property of type $type linked to $linked.
setLinked ( $linked )
setType ( $type )

보호된 메소드들

메소드 설명
getSchema ( )
getTokenFormatters ( ) : array Returns the formatters for this query's tokens.

메소드 상세

__construct() 공개 메소드

Generates a valid SQL statements to add $property of type $type linked to $linked.
public __construct ( string $property, string $type = null, string $linked = null )
$property string
$type string
$linked string

getSchema() 보호된 메소드

protected getSchema ( )

getTokenFormatters() 보호된 메소드

Returns the formatters for this query's tokens.
protected getTokenFormatters ( ) : array
리턴 array

setLinked() 공개 메소드

public setLinked ( $linked )

setType() 공개 메소드

public setType ( $type )