|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ujmp.jdbc.ImportMatrixJDBC
public class ImportMatrixJDBC
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 |
---|
public ImportMatrixJDBC()
Method Detail |
---|
public static ObjectMatrix2D fromDatabase(String url, String sqlStatement, String username, String password) throws Exception
Exception
public static ObjectMatrix2D fromDatabase(DB type, String host, int port, String databasename, String sqlStatement, String username, String password) throws Exception
Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |