|
|||||||||
| Home >> All >> org >> fencedb >> [ base overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.fencedb.base
Class DBAccess

java.lang.Objectorg.fencedb.base.DBAccess
- public class DBAccess
- extends java.lang.Object
Description of the Class
| Field Summary | |
private org.odmg.Database |
db
|
private org.odmg.Implementation |
odmg
|
private static DBAccess |
self
|
| Constructor Summary | |
DBAccess()
Constructor for the DBAccess object |
|
| Method Summary | |
static DBAccess |
getInstance()
Gets the instance attribute of the DBAccess object |
org.odmg.Implementation |
getOdmg()
Gets the odmg attribute of the DBAccess object |
java.util.List |
runOQL(java.lang.String oqlQuery)
Description of the Method |
java.util.List |
runOQL(java.lang.String oqlQuery,
java.util.Vector args)
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
self
private static DBAccess self
odmg
private org.odmg.Implementation odmg
db
private org.odmg.Database db
| Constructor Detail |
DBAccess
public DBAccess()
- Constructor for the DBAccess object
| Method Detail |
getInstance
public static DBAccess getInstance()
- Gets the instance attribute of the DBAccess object
getOdmg
public org.odmg.Implementation getOdmg()
- Gets the odmg attribute of the DBAccess object
runOQL
public java.util.List runOQL(java.lang.String oqlQuery, java.util.Vector args) throws org.odmg.QueryException
- Description of the Method
runOQL
public java.util.List runOQL(java.lang.String oqlQuery) throws org.odmg.QueryException
- Description of the Method
|
|||||||||
| Home >> All >> org >> fencedb >> [ base overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.fencedb.base.DBAccess