- All Superinterfaces:
- CachedRowSet, Joinable, ResultSet, RowSet
- All Known Subinterfaces:
- FilteredRowSet, JoinRowSet
- See Also:
- Source Code,
JdbcRowSet
static final String PUBLIC_XML_SCHEMA
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void readXml(InputStream iStream)
throws SQLException,
IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void readXml(Reader reader)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final String SCHEMA_SYSTEM_ID
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void writeXml(OutputStream oStream)
throws SQLException,
IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void writeXml(Writer writer)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void writeXml(ResultSet rs,
OutputStream oStream)
throws SQLException,
IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void writeXml(ResultSet rs,
Writer writer)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples