Doctrine\OrientDB\Query\Command\Create\Link::getSchema PHP Метод

getSchema() защищенный Метод

protected getSchema ( )
    protected function getSchema()
    {
        return "CREATE LINK :Name FROM :SourceClass.:SourceProperty TO :DestinationClass.:DestinationProperty :Inverse";
    }