Package org.ujmp.jdbc
Class ImportMatrixJDBC
java.lang.Object
org.ujmp.jdbc.ImportMatrixJDBC
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DenseObjectMatrix2D
fromDatabase
(String url, String sqlStatement, String username, String password) static DenseObjectMatrix2D
fromDatabase
(Connection connection, String sqlStatement) static DenseObjectMatrix2D
fromDatabase
(DBType type, String host, int port, String databasename, String sqlStatement, String username, String password)
-
Constructor Details
-
ImportMatrixJDBC
public ImportMatrixJDBC()
-
-
Method Details
-
fromDatabase
public static DenseObjectMatrix2D fromDatabase(String url, String sqlStatement, String username, String password) throws Exception - Throws:
Exception
-
fromDatabase
public static DenseObjectMatrix2D fromDatabase(Connection connection, String sqlStatement) throws Exception - Throws:
Exception
-
fromDatabase
public static DenseObjectMatrix2D fromDatabase(DBType type, String host, int port, String databasename, String sqlStatement, String username, String password) throws Exception - Throws:
Exception
-