PHP Class Doctrine\OrientDB\Query\Command\Delete

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

Méthodes publiques

Méthode Description
__construct ( string $from ) Builds a new statement, setting the class in which the records are gonna be deleted.
canHydrate ( )
getValidReturnTypes ( ) : Array Returns the acceptable return types

Méthodes protégées

Méthode Description
getSchema ( )
getTokenFormatters ( ) : Array Returns the formatters for this query's tokens.
setClass ( string $class ) Sets the query $class.

Method Details

__construct() public méthode

Builds a new statement, setting the class in which the records are gonna be deleted.
public __construct ( string $from )
$from string

canHydrate() public méthode

public canHydrate ( )

getSchema() protected méthode

protected getSchema ( )

getTokenFormatters() protected méthode

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

getValidReturnTypes() public méthode

Returns the acceptable return types
public getValidReturnTypes ( ) : Array
Résultat Array

setClass() protected méthode

Sets the query $class.
protected setClass ( string $class )
$class string