PHP Class Doctrine\OrientDB\Query\Command\Property\Create

Inheritance: extends Doctrine\OrientDB\Query\Command\Property
Afficher le fichier Open project: doctrine/orientdb-odm

Méthodes publiques

Méthode Description
__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 )

Méthodes protégées

Méthode Description
getSchema ( )
getTokenFormatters ( ) : array Returns the formatters for this query's tokens.

Method Details

__construct() public méthode

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 méthode

protected getSchema ( )

getTokenFormatters() protected méthode

Returns the formatters for this query's tokens.
protected getTokenFormatters ( ) : array
Résultat array

setLinked() public méthode

public setLinked ( $linked )

setType() public méthode

public setType ( $type )