PHP Класс Doctrine\OrientDB\Query\Command\Property\Create

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

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

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