Uses of Class
org.ujmp.core.enums.DB

Packages that use DB
org.ujmp.core   
org.ujmp.core.enums   
org.ujmp.core.io   
 

Uses of DB in org.ujmp.core
 

Methods in org.ujmp.core with parameters of type DB
static ObjectMatrix2D MatrixFactory.importFromJDBC(DB type, String host, int port, String database, String sqlStatement, String username, String password)
           
static ObjectMatrix2D MatrixFactory.linkToJDBC(DB type, String host, int port, String database, String sqlStatement, String username, String password)
           
 

Uses of DB in org.ujmp.core.enums
 

Methods in org.ujmp.core.enums that return DB
static DB DB.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DB[] DB.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of DB in org.ujmp.core.io
 

Methods in org.ujmp.core.io with parameters of type DB
static ObjectMatrix2D ImportMatrixJDBC.fromDatabase(DB type, String host, int port, String database, String sqlStatement, String username, String password)
           
static ObjectMatrix2D LinkMatrixJDBC.toDatabase(DB type, String host, int port, String database, String sqlStatement, String username, String password)
           
 



Copyright © 2010. All Rights Reserved.