Mercurial > hg > ltpda
comparison m-toolbox/classes/+utils/@repository/repository.m @ 13:e05504b18072 database-connection-manager
Move more functions to utils.repository
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Mon, 05 Dec 2011 16:20:06 +0100 |
parents | 9174aadb93a5 |
children | 056f8e1e995e |
comparison
equal
deleted
inserted
replaced
12:86aabb42dd84 | 13:e05504b18072 |
---|---|
4 | 4 |
5 type = getObjectType(conn, id); | 5 type = getObjectType(conn, id); |
6 ids = getCollectionIDs(conn, cid); | 6 ids = getCollectionIDs(conn, cid); |
7 varargout = getUser(conn); | 7 varargout = getUser(conn); |
8 | 8 |
9 varargout = insertObjMetadata(varargin); | |
10 varargout = insertObjMetadataV1(varargin); | |
11 | |
12 varargout = updateObjMetadata(varargin); | |
13 varargout = updateObjMetadataV1(varargin); | |
14 | |
9 end % static methods | 15 end % static methods |
10 | 16 |
11 end | 17 end |