Java™ Platform
Standard Ed. 6

Uses of Interface
javax.sql.RowSetInternal

Packages that use RowSetInternal
javax.sql Provides the API for server side data source access and processing from the JavaTM programming language. 
 

Uses of RowSetInternal in javax.sql
 

Methods in javax.sql with parameters of type RowSetInternal
 void RowSetReader.readData(RowSetInternal caller)
          Reads the new contents of the calling RowSet object.
 boolean RowSetWriter.writeData(RowSetInternal caller)
          Writes the changes in this RowSetWriter object's rowset back to the data source from which it got its data.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.