return "bank.server.Customer";
if( h == null ) { return "SELECT * from t_customer"; } else { int id = ((Integer)h.get("cust_id")).intValue(); return "SELECT * from t_customer WHERE cust_id = " + id; }