org.ujmp.jdbc
Class ImportMatrixJDBC

java.lang.Object
  extended by org.ujmp.jdbc.ImportMatrixJDBC

public class ImportMatrixJDBC
extends Object


Constructor Summary
ImportMatrixJDBC()
           
 
Method Summary
static ObjectMatrix2D fromDatabase(DB type, String host, int port, String databasename, String sqlStatement, String username, String password)
           
static ObjectMatrix2D fromDatabase(String url, String sqlStatement, String username, String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportMatrixJDBC

public ImportMatrixJDBC()
Method Detail

fromDatabase

public static ObjectMatrix2D fromDatabase(String url,
                                          String sqlStatement,
                                          String username,
                                          String password)
                                   throws Exception
Throws:
Exception

fromDatabase

public static ObjectMatrix2D fromDatabase(DB type,
                                          String host,
                                          int port,
                                          String databasename,
                                          String sqlStatement,
                                          String username,
                                          String password)
                                   throws Exception
Throws:
Exception


Copyright © 2010. All Rights Reserved.