Doctrine\OrientDB\Query\Command\OClass\Drop::getSchema PHP Method

getSchema() protected method

protected getSchema ( )
    protected function getSchema()
    {
        return "DROP CLASS :Class";
    }