|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--javax.sql.RowSetWriterImpl
The RowSetWriterImpl class is an example implementation of the RowSetWriter interface.
| Constructor Summary | |
RowSetWriterImpl()
|
|
| Method Summary | |
RowSetReaderImpl |
getReader()
Gets the reader. |
void |
setReader(RowSetReaderImpl reader)
Sets the reader. |
boolean |
writeData(RowSetInternal caller)
This method is called by the rowset internally when the application invokes acceptUpdates(). |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public RowSetWriterImpl()
| Method Detail |
public boolean writeData(RowSetInternal caller)
throws java.sql.SQLException
public void setReader(RowSetReaderImpl reader)
throws java.sql.SQLException
public RowSetReaderImpl getReader()
throws java.sql.SQLException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||