org.ujmp.core.io
Class ImportMatrixJDBC

java.lang.Object
  extended by org.ujmp.core.io.ImportMatrixJDBC

public class ImportMatrixJDBC
extends Object


Constructor Summary
ImportMatrixJDBC()
           
 
Method Summary
static ObjectMatrix2D fromDatabase(DB type, String host, int port, String database, 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)

fromDatabase

public static ObjectMatrix2D fromDatabase(DB type,
                                          String host,
                                          int port,
                                          String database,
                                          String sqlStatement,
                                          String username,
                                          String password)


Copyright © 2010. All Rights Reserved.