Doctrine\OrientDB\Query\Command\Property\Alter::getSchema PHP Method

getSchema() protected method

protected getSchema ( )
    protected function getSchema()
    {
        return "ALTER PROPERTY :Class.:Property :Attribute :Value";
    }