public String getParameterValues(org.phoenixbioinformatics.api.db.api.ISubscription parameters) { // Create the output string with the key parameters. return parameters.getPrimaryKey().getValueList(); }
public void bindParameters( PreparedStatement stmt, org.phoenixbioinformatics.api.db.api.ISubscription parameters) throws SQLException { // Set the parameters starting with the first parameter. parameters.getPrimaryKey().setParams(stmt, 1); }