Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
javax.sql | Provides the API for server side data source access and processing from the JavaTM programming language. |
javax.sql.rowset | Standard interfaces and base classes for JDBC RowSet
implementations. |
Uses of RowSetMetaData in javax.sql |
---|
Modifier and Type | Method and Description |
---|---|
void |
RowSetInternal.setMetaData(RowSetMetaData md)
Sets the given RowSetMetaData object as the
RowSetMetaData object for this RowSet
object. |
Uses of RowSetMetaData in javax.sql.rowset |
---|
Modifier and Type | Class and Description |
---|---|
class |
RowSetMetaDataImpl
Provides implementations for the methods that set and get metadata information about a RowSet object's columns. |
Modifier and Type | Method and Description |
---|---|
void |
CachedRowSet.setMetaData(RowSetMetaData md)
Sets the metadata for this CachedRowSet object with
the given RowSetMetaData object. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.