source: MML/trunk/applications/database/mym/dbm/@ParFilterDB/tableList.m @ 4

Last change on this file since 4 was 4, checked in by zhangj, 10 years ago

Initial import--MML version from SOLEIL@2013

File size: 263 bytes
Line 
1function collections = tableList(a_f)
2% CLIST - list all collections existing for the tableCurrent connection
3%   clist(f) returns the collection names in a cell array.
4
5[collections, tags] = tableList(a_f.BasicDB);
6collections(~strcmp(tags, 'parFilterDB')) = [];
Note: See TracBrowser for help on using the repository browser.