Code covered by the BSD License
-
db2mat(db,indices,imps)
function [devData err] = db2mat(db,indices,imps)
-
mat2db(fileName,db,indices,im...
function err = mat2db(fileName,db,indices,imps)
-
edu.stanford.covert.db.Databa...
Interface for querying a database
-
edu.stanford.covert.db.MySQLD...
Class for querying a MySQL database. This is a Java ODBC wrapper.
-
edu.stanford.covert.db.MySQLD...
-
queryExample.m
-
View all files
queryMySQL
by Jonathan Karr
19 Jul 2010
(Updated 22 Jun 2012)
Platform independent MySQL database solution with blob support.
|
Watch this File
|
| File Information |
| Description |
Platform independent MySQL database solution with blob support.
Only requires MATLAB >= 2008a (to support classes). Note: the code could be refactored to work with MATLAB < 2008a. Doesn't require any MathWorks toolboxes. |
| Acknowledgements |
Access A My Sql Database
inspired this file.
|
| Required Products |
MATLAB
|
| MATLAB release |
MATLAB 7.13 (R2011b)
|
| Other requirements |
Requires MATLAB >= 2008a. Note: could be refactored to support MATLAB < 2008a. Does not require the Mathworks' database toolbox. |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 19 Jul 2010 |
Added tags. |
| 16 Aug 2010 |
Corrected javaaddpath for MySQLLoader class in example usage in queryMySQL.m |
| 25 May 2011 |
Now uses MATLAB classes |
| 06 Jun 2011 |
Adding definitions of example tables and stored procedures. Properly casting returned blobs -- thanks to Jonathon parish. Added support for column names with non-alphanumeric characters -- thanks to Hachi Manzur. |
| 30 May 2012 |
Fixed support for date, time, datetime, and tiny data types. |
| 12 Jun 2012 |
1) Now returned bigint as (u)int64 rather than double -- thanks Pierre Martineau for the suggestion.
2) Now creating database connection with using an external java wrapper -- thanks Matteo Broggi. |
| 22 Jun 2012 |
Adding email for contributor Matteo Broggi |
|
Contact us