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