|
OpMath | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DB | |
| com.opmath.util.db | A number of utility classes concerned with access to JDBC data sources. |
| Uses of DB in com.opmath.util.db |
| Subinterfaces of DB in com.opmath.util.db | |
interface |
DBRemote
The interface that must be implemented for any remote database server that can support OpMath Data Platform operations. |
| Classes in com.opmath.util.db that implement DB | |
class |
DBObject
The superclass for implementations of the com.opmath.util.db.DB
interface. |
class |
DBRemoteObject
The superclass for implementations of the com.opmath.util.db.DBRemote
interface. |
| Methods in com.opmath.util.db that return DB | |
static DB |
DBObject.newDbConnection(String className,
String path)
A factory method for implementations of the DB interface. |
static DB |
DBRemoteObject.newDbConnection(String className,
String path)
Explicitly prohibited by this class. |
|
OpMath | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||