Code:
public List getListingData() {
//clear the list
managerList.clear();
//fill the list with new data
try {
open();
try {
CallableStatement cs = null;
String query = "{ call CP_LISTINGS.Get_Listings(?,?,?,?,?,?,?,?,?,?,?) }";
cs = conn.prepareCall(query);
Leave a comment: