|
JDBaccess API 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Procedure | |
---|---|
com.jdbaccess.da | |
com.jdbaccess.dao |
Uses of Procedure in com.jdbaccess.da |
---|
Methods in com.jdbaccess.da that return Procedure | |
---|---|
static Procedure |
DAFactory.getProcedure(Transaction t)
Get a new Procedure object for that transaction. |
static Procedure |
DAFactory.getProcedure(Transaction t,
java.lang.String objectType,
java.lang.String name,
java.lang.Class startClass)
Looks for a Procedure in xml data access files beginning in directory of the given start class for that objectType and name and for that transaction |
Uses of Procedure in com.jdbaccess.dao |
---|
Methods in com.jdbaccess.dao that return Procedure | |
---|---|
Procedure |
DataAccessObjectImpl.executeProcedure(java.lang.String objectType,
java.lang.String name,
java.lang.String moduleName,
java.lang.String procedureName,
java.util.ArrayList params,
java.util.ArrayList outputParamTypes)
|
Procedure |
DataAccessObject.executeProcedure(java.lang.String objectType,
java.lang.String name,
java.lang.String moduleName,
java.lang.String procedureName,
java.util.ArrayList params,
java.util.ArrayList outputParamTypes)
Try to find the procedure with that object type and name with user defined data access xml files. |
|
JDBaccess API 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |