PDA

View Full Version : add property to existing object ?


BubikolRamios
07-27-2008, 11:35 AM
is there a way to do something like that.

pseudocode;

public ResultSet rs;
rs.addproperty(isEmpty, integer)
rs.isEmpty = 1;

ess
07-28-2008, 04:29 PM
Don't think you can

See ResultSet documentation at http://java.sun.com/j2se/1.4.2/docs/api/java/sql/ResultSet.html for more information

~E