|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DbJVMethod | |
---|---|
org.modelsphere.sms.oo.java.db | |
org.modelsphere.sms.or.db |
Uses of DbJVMethod in org.modelsphere.sms.oo.java.db |
---|
Methods in org.modelsphere.sms.oo.java.db with parameters of type DbJVMethod | |
---|---|
void |
DbJVClass.addToThrowingMethods(DbJVMethod value)
Adds an element to the list of throwing methods associated to a DbJVClass's instance. |
void |
DbJVClass.removeFromThrowingMethods(DbJVMethod value)
Removes an element from the list of throwing methods associated to a DbJVClass's instance. |
void |
DbJVClass.setThrowingMethods(DbJVMethod value,
int op)
Adds an element to or removes an element from the list of throwing methods associated to a DbJVClass's instance. |
Uses of DbJVMethod in org.modelsphere.sms.or.db |
---|
Methods in org.modelsphere.sms.or.db that return DbJVMethod | |
---|---|
DbJVMethod |
DbORProcedure.getJavaMethod()
Gets the java method object associated to a DbORProcedure's instance. |
Methods in org.modelsphere.sms.or.db with parameters of type DbJVMethod | |
---|---|
void |
DbORProcedure.setJavaMethod(DbJVMethod value)
Sets the java method object associated to a DbORProcedure's instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |