Package org.ujmp.core.io
Class ImportMatrixJDBC
java.lang.Object
org.ujmp.core.io.ImportMatrixJDBC
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectMatrix
fromDatabase
(String url, String sqlStatement, String username, String password) static ObjectMatrix
fromDatabase
(Connection connection, String sqlStatement) static ObjectMatrix
fromDatabase
(DBType type, String host, int port, String database, String sqlStatement, String username, String password)
-
Constructor Details
-
ImportMatrixJDBC
public ImportMatrixJDBC()
-
-
Method Details
-
fromDatabase
public static ObjectMatrix fromDatabase(String url, String sqlStatement, String username, String password) -
fromDatabase
-
fromDatabase
-