|
Maatri 0.4 (Build 905) Embeddable Database Engine |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MaatriException in com.bittecsystems.maatri |
---|
Methods in com.bittecsystems.maatri that throw MaatriException | |
---|---|
static void |
Maatri.closeConnection(int con)
Closes the connection specified by the con parameter. |
static java.lang.Object |
Maatri.fetch(int con,
int dir,
int qid)
Return the next / previous object in query result. |
static int |
Maatri.get(int con,
java.lang.Class classObj,
java.lang.String where)
Return a Query Id for the passed query string. |
static int |
Maatri.openConnection(java.lang.String path)
Opens a connection to the database file in the location specified by the path parameter. |
static void |
Maatri.set(int con,
java.lang.Object obj)
Data manipulation function for inserting persistable object to the database. |
static void |
Maatri.set(int con,
java.lang.Object objOri,
java.lang.Object objNew)
Data manipulation function providing one interface to either replace existing object or removing it from the database. |
Constructors in com.bittecsystems.maatri that throw MaatriException | |
---|---|
Maatri()
Constructor Maatri can be called from openConnection method only. |
|
Maatri 0.4 (Build 905) Embeddable Database Engine |
|||||||||
PREV NEXT | FRAMES NO FRAMES |