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

getSchema() protected method

protected getSchema ( )
    protected function getSchema()
    {
        return "CREATE PROPERTY :Class.:Property :Type :Linked";
    }