source: MML/trunk/applications/database/mym/dbm/@BasicDB/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: 309 bytes
Line 
1function [collections, tag] = tableList(a_f)
2% COLLLIST - return all tables existing for the current connection
3%   [c, t] = tableList(f) returns the collection names c in a cell array, as
4%     well as any existing tags t.
5
6[collections, tag] = mym(a_f.conInfo.id, 'SELECT collection,tag FROM _collections');
Note: See TracBrowser for help on using the repository browser.