JDBaccess API 1.0
A B C D E F G H I P R S T U X

E

end() - Method in interface com.jdbaccess.da.DataAccess
Terminate the data access object, so that it can be moved to the internal cache (in statement pool) for later reuse
end() - Method in interface com.jdbaccess.da.Insert
Ends this data access, so that it can be moved to the internal cache (in statement pool) for reuse
end() - Method in interface com.jdbaccess.da.Transaction
Ends a transaction.
execute() - Method in interface com.jdbaccess.da.Delete
Execute the delete of one or more rows.
execute() - Method in interface com.jdbaccess.da.Function
Execute the function.
execute() - Method in interface com.jdbaccess.da.Insert
Execute the given Insert-object.
execute() - Method in interface com.jdbaccess.da.Procedure
Execute the procedure and return an ArrayList of all output paramaters or one ouput paramter as an object if only one output parameter exists the
execute() - Method in interface com.jdbaccess.da.Select
Executes the given Select-object
execute() - Method in interface com.jdbaccess.da.Update
Execute the update object.
executeFunction(String, String, String, String, ArrayList, String) - Method in interface com.jdbaccess.dao.DataAccessObject
Try to find the function with that object type and name over the defined data access xml files.
executeFunction(String, String, String, String, ArrayList, String) - Method in class com.jdbaccess.dao.DataAccessObjectImpl
 
executeProcedure(String, String, String, String, ArrayList, ArrayList) - Method in interface com.jdbaccess.dao.DataAccessObject
Try to find the procedure with that object type and name with user defined data access xml files.
executeProcedure(String, String, String, String, ArrayList, ArrayList) - Method in class com.jdbaccess.dao.DataAccessObjectImpl
 

JDBaccess API 1.0
A B C D E F G H I P R S T U X
Copyright © 2005-2006 JDBaccess.com, Königsweg 210, D-14129 Berlin, Germany. All Rights Reserved.