org.ujmp.jdbc
Class LinkMatrixJDBC

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

public class LinkMatrixJDBC
extends Object


Constructor Summary
LinkMatrixJDBC()
           
 
Method Summary
static AbstractDenseJDBCMatrix2D toDatabase(DB type, String host, int port, String databasename, String sqlStatement, String username, String password)
           
static AbstractDenseJDBCMatrix2D toDatabase(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

LinkMatrixJDBC

public LinkMatrixJDBC()
Method Detail

toDatabase

public static AbstractDenseJDBCMatrix2D toDatabase(String url,
                                                   String sqlStatement,
                                                   String username,
                                                   String password)
                                            throws Exception
Throws:
Exception

toDatabase

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


Copyright © 2010. All Rights Reserved.