Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Sql.rowset Classes and Interfaces - 39 results found.
NameDescriptionTypePackageFramework
BaseRowSetAn abstract class providing a RowSet object with its basic functionality.Classjavax.sql.rowsetJava SE
CachedRowSetThe interface that all standard implementations of CachedRowSet must implement.Interfacejavax.sql.rowsetJava SE
FilteredRowSetThe standard interface that all standard implementations of FilteredRowSet must implement.Interfacejavax.sql.rowsetJava SE
JdbcRowSetThe standard interface that all standard implementations of JdbcRowSet must implement.Interfacejavax.sql.rowsetJava SE
Joinable The Joinable interface provides the methods for getting and setting a match column, which is the basis for forming the SQL JOINInterfacejavax.sql.rowsetJava SE
JoinRowSetThe JoinRowSet interface provides a mechanism for combining related data from different RowSet objects into one JoinRowSetInterfacejavax.sql.rowsetJava SE
PredicateThe standard interface that provides the framework for all FilteredRowSet objects to describe their filters.Interfacejavax.sql.rowsetJava SE
RowSetEventAn Event object generated when an event occurs to a RowSet object.Classjavax.sqlJava SE
RowSetMetaDataImplProvides implementations for the methods that set and get metadata information about a RowSet object's columns.Classjavax.sql.rowsetJava SE
RowSetProviderA factory API that enables applications to obtain a RowSetFactory implementation that can be used to create differentClassjavax.sql.rowsetJava SE
RowSetWarningAn extension of SQLException that provides information about database warnings set on RowSet objects.Classjavax.sql.rowsetJava SE
RowSetInterfacejavax.sqlJava SE
RowSetFactoryAn interface that defines the implementation of a factory that is used to obtain different types of RowSet implementations.Interfacejavax.sql.rowsetJava SE
RowSetInternalThe interface that a RowSet object implements in order to present itself to a RowSetReader or RowSetWriterInterfacejavax.sqlJava SE
RowSetListenerAn interface that must be implemented by a component that wants to be notified when a significantInterfacejavax.sqlJava SE
RowSetMetaDataAn object that contains information about the columns in a RowSet object.Interfacejavax.sqlJava SE
RowSetReaderThe facility that a disconnected RowSet object calls on to populate itself with rows of data.Interfacejavax.sqlJava SE
RowSetWriterAn object that implements the RowSetWriter interface, called a writer.Interfacejavax.sqlJava SE
SerialArrayA serialized version of an Array object, which is the mapping in the Java programming language of an SQLClassjavax.sql.rowset.serialJava SE
SerialBlobA serialized mapping in the Java programming language of an SQL The SerialBlob class provides a constructor for creatingClassjavax.sql.rowset.serialJava SE
SerialClobA serialized mapping in the Java programming language of an SQL The SerialClob class provides a constructor for creatingClassjavax.sql.rowset.serialJava SE
SerialDatalinkA serialized mapping in the Java programming language of an SQL DATALINK value.Classjavax.sql.rowset.serialJava SE
SerialExceptionIndicates and an error with the serialization or de-serialization of SQL types such as BLOB, CLOB, STRUCT or ARRAY inClassjavax.sql.rowset.serialJava SE
SerialJavaObjectA serializable mapping in the Java programming language of an SQL JAVA_OBJECT value.Classjavax.sql.rowset.serialJava SE
SerialRefA serialized mapping of a Ref object, which is the mapping in the Java programming language of an SQL REF value.Classjavax.sql.rowset.serialJava SE
SerialStructA serialized mapping in the Java programming language of an SQL structured type.Classjavax.sql.rowset.serialJava SE
SQLInputImplAn input stream used for custom mapping user-defined types (UDTs).Classjavax.sql.rowset.serialJava SE
SQLOutputImplThe output stream for writing the attributes of a custom-mapped user-defined type (UDT) back to the database.Classjavax.sql.rowset.serialJava SE
SyncFactoryThe Service Provider Interface (SPI) mechanism that generates SyncProvider instances to be used by disconnected RowSet objects.Classjavax.sql.rowset.spiJava SE
SyncFactoryExceptionIndicates an error with SyncFactory mechanism.Classjavax.sql.rowset.spiJava SE
SyncProviderThe synchronization mechanism that provides reader/writer capabilities for disconnected RowSet objects.Classjavax.sql.rowset.spiJava SE
SyncProviderExceptionIndicates an error with the SyncProvider mechanism.Classjavax.sql.rowset.spiJava SE
SyncResolverDefines a framework that allows applications to use a manual decision tree to decide what should be done when a synchronization conflict occurs.Interfacejavax.sql.rowset.spiJava SE
TransactionalWriterA specialized interface that facilitates an extension of the standard SyncProvider abstract class so that it has finer grainedInterfacejavax.sql.rowset.spiJava SE
WebRowSetThe standard interface that all implementations of a WebRowSet The WebRowSetImpl provides the standardInterfacejavax.sql.rowsetJava SE
XmlReaderA specialized interface that facilitates an extension of the SyncProvider abstract class for XML orientatedInterfacejavax.sql.rowset.spiJava SE
XmlWriterA specialized interface that facilitates an extension of the SyncProvider abstract class for XML orientatedInterfacejavax.sql.rowset.spiJava SE
BaseRowSetAn abstract class providing a RowSet object with its basic functionality.Classsql.rowsetCode Trails
CachedRowSetThe interface that all standard implementations of CachedRowSet must implement.Interfacesql.rowsetCode Trails