Doctrine\OrientDB\Query\Command\Update\Add::getSchema PHP Method

getSchema() protected method

protected getSchema ( )
    protected function getSchema()
    {
        return "UPDATE :Class ADD :RidUpdates :Where";
    }