com.sun.rave.faces.data
Interface RowSetBindable

All Known Subinterfaces:
RowSetColumnBindable
All Known Implementing Classes:
DataValueBinder

public interface RowSetBindable


Field Summary
static java.lang.String PROPNAME_BOUND_ROWSET
           
 
Method Summary
 javax.sql.RowSet getBoundRowSet()
           
 void setBoundRowSet(javax.sql.RowSet boundRowSet)
           
 

Field Detail

PROPNAME_BOUND_ROWSET

static final java.lang.String PROPNAME_BOUND_ROWSET
See Also:
Constant Field Values
Method Detail

setBoundRowSet

void setBoundRowSet(javax.sql.RowSet boundRowSet)

getBoundRowSet

javax.sql.RowSet getBoundRowSet()