comparison m-toolbox/classes/+utils/@repository/repository.m @ 24:056f8e1e995e database-connection-manager

Properly record history in fromRepository constructors
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Mon, 05 Dec 2011 16:20:06 +0100
parents e05504b18072
children
comparison
equal deleted inserted replaced
23:a71a40911c27 24:056f8e1e995e
1 classdef repository 1 classdef repository
2 2
3 methods (Static) 3 methods (Static)
4 4
5 adjustPlist(conn, pl);
5 type = getObjectType(conn, id); 6 type = getObjectType(conn, id);
6 ids = getCollectionIDs(conn, cid); 7 ids = getCollectionIDs(conn, cid);
7 varargout = getUser(conn); 8 varargout = getUser(conn);
8 9
9 varargout = insertObjMetadata(varargin); 10 varargout = insertObjMetadata(varargin);