PHP Class Doctrine\OrientDB\Query\Command\Delete

Inheritance: extends Doctrine\OrientDB\Query\Command
Datei anzeigen Open project: doctrine/orientdb-odm

Public Methods

Method 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

Protected Methods

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

Method Details

__construct() public method

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

canHydrate() public method

public canHydrate ( )

getSchema() protected method

protected getSchema ( )

getTokenFormatters() protected method

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

getValidReturnTypes() public method

Returns the acceptable return types
public getValidReturnTypes ( ) : Array
return Array

setClass() protected method

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