Mercurial > hg > ltpda
comparison m-toolbox/classes/+utils/@jmysql/jmysql.m @ 15:ce3fbb7ebe71 database-connection-manager
Remove broken functions from utils.jmysql
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Mon, 05 Dec 2011 16:20:06 +0100 |
parents | 6d43f39633b8 |
children |
comparison
equal
deleted
inserted
replaced
14:6d43f39633b8 | 15:ce3fbb7ebe71 |
---|---|
27 %%% MYSQL TOOLS | 27 %%% MYSQL TOOLS |
28 varargout = connect(varargin) % connects to an LTPDA repository and returns the connection object | 28 varargout = connect(varargin) % connects to an LTPDA repository and returns the connection object |
29 varargout = query(varargin) % perform a query on an LTPDA repository and returns the results | 29 varargout = query(varargin) % perform a query on an LTPDA repository and returns the results |
30 varargout = resultsToCell(varargin) % convert a ResultSet to a cell-array | 30 varargout = resultsToCell(varargin) % convert a ResultSet to a cell-array |
31 varargout = displayResults(varargin) % display a ResultSet in a table | 31 varargout = displayResults(varargin) % display a ResultSet in a table |
32 varargout = queryDialog(varargin) % show a query builder dialog | |
33 varargout = submitDialog(varargin) % show a submission dialog | |
34 varargout = dbquery(varargin) | 32 varargout = dbquery(varargin) |
35 | 33 |
36 end % End static methods | 34 end % End static methods |
37 | 35 |
38 end | 36 end |