Some of API changes made in Mustang build b91 seem not to have any corresponding CCC request.
JCK team assumes that they should be CCC approved or removed.
The changes in question are listed below with a corresponding build number in brackets.
1. (b91)New method: void javax.sql.RowSet.setAsciiStream(int,java.io.InputStream) throws java.sql.SQLException
2. (b91)New method: void javax.sql.RowSet.setAsciiStream(java.lang.String,java.io.InputStream) throws java.sql.SQLException
3. (b91)New method: void javax.sql.RowSet.setAsciiStream(java.lang.String,java.io.InputStream,int) throws java.sql.SQLException
4. (b91)New method: void javax.sql.RowSet.setBinaryStream(int,java.io.InputStream) throws java.sql.SQLException
5. (b91)New method: void javax.sql.RowSet.setBinaryStream(java.lang.String,java.io.InputStream) throws java.sql.SQLException
6. (b91)New method: void javax.sql.RowSet.setBinaryStream(java.lang.String,java.io.InputStream,int) throws java.sql.SQLException
7. (b91)New method: void javax.sql.RowSet.setBlob(int,java.io.InputStream) throws java.sql.SQLException
8. (b91)New method: void javax.sql.RowSet.setBlob(int,java.io.InputStream,long) throws java.sql.SQLException
9. (b91)New method: void javax.sql.RowSet.setBlob(java.lang.String,java.io.InputStream) throws java.sql.SQLException
10.(b91)New method: void javax.sql.RowSet.setBlob(java.lang.String,java.io.InputStream,long) throws java.sql.SQLException
11.(b91)New method: void javax.sql.RowSet.setBlob(java.lang.String,java.sql.Blob) throws java.sql.SQLException
12.(b91)New method: void javax.sql.RowSet.setBoolean(java.lang.String,boolean) throws java.sql.SQLException
13.(b91)New method: void javax.sql.RowSet.setByte(java.lang.String,byte) throws java.sql.SQLException
14.(b91)New method: void javax.sql.RowSet.setBytes(java.lang.String,byte[]) throws java.sql.SQLException
15.(b91)New method: void javax.sql.RowSet.setCharacterStream(int,java.io.Reader) throws java.sql.SQLException
16.(b91)New method: void javax.sql.RowSet.setCharacterStream(java.lang.String,java.io.Reader) throws java.sql.SQLException
17.(b91)New method: void javax.sql.RowSet.setCharacterStream(java.lang.String,java.io.Reader,int) throws java.sql.SQLException
18.(b91)New method: void javax.sql.RowSet.setClob(int,java.io.Reader) throws java.sql.SQLException
19.(b91)New method: void javax.sql.RowSet.setClob(int,java.io.Reader,long) throws java.sql.SQLException
20.(b91)New method: void javax.sql.RowSet.setClob(java.lang.String,java.io.Reader) throws java.sql.SQLException
21.(b91)New method: void javax.sql.RowSet.setClob(java.lang.String,java.io.Reader,long) throws java.sql.SQLException
22.(b91)New method: void javax.sql.RowSet.setClob(java.lang.String,java.sql.Clob) throws java.sql.SQLException
23.(b91)New method: void javax.sql.RowSet.setDate(java.lang.String,java.sql.Date) throws java.sql.SQLException
24.(b91)New method: void javax.sql.RowSet.setDate(java.lang.String,java.sql.Date,java.util.Calendar) throws java.sql.SQLException
25.(b91)New method: void javax.sql.RowSet.setDouble(java.lang.String,double) throws java.sql.SQLException
26.(b91)New method: void javax.sql.RowSet.setFloat(java.lang.String,float) throws java.sql.SQLException
27.(b91)New method: void javax.sql.RowSet.setInt(java.lang.String,int) throws java.sql.SQLException
28.(b91)New method: void javax.sql.RowSet.setLong(java.lang.String,long) throws java.sql.SQLException
29.(b91)New method: void javax.sql.RowSet.setNCharacterStream(int,java.io.Reader) throws java.sql.SQLException
30.(b91)New method: void javax.sql.RowSet.setNCharacterStream(java.lang.String,java.io.Reader) throws java.sql.SQLException
31.(b91)New method: void javax.sql.RowSet.setNClob(int,java.io.Reader) throws java.sql.SQLException
32.(b91)New method: void javax.sql.RowSet.setNClob(int,java.io.Reader,long) throws java.sql.SQLException
33.(b91)New method: void javax.sql.RowSet.setNClob(java.lang.String,java.io.Reader) throws java.sql.SQLException
34.(b91)New method: void javax.sql.RowSet.setNClob(java.lang.String,java.io.Reader,long) throws java.sql.SQLException
35.(b91)New method: void javax.sql.RowSet.setNull(java.lang.String,int) throws java.sql.SQLException
36.(b91)New method: void javax.sql.RowSet.setNull(java.lang.String,int,java.lang.String) throws java.sql.SQLException
37.(b91)New method: void javax.sql.RowSet.setObject(java.lang.String,java.lang.Object) throws java.sql.SQLException
38.(b91)New method: void javax.sql.RowSet.setObject(java.lang.String,java.lang.Object,int) throws java.sql.SQLException
39.(b91)New method: void javax.sql.RowSet.setObject(java.lang.String,java.lang.Object,int,int) throws java.sql.SQLException
40.(b91)New method: void javax.sql.RowSet.setShort(java.lang.String,short) throws java.sql.SQLException
41.(b91)New method: void javax.sql.RowSet.setString(java.lang.String,java.lang.String) throws java.sql.SQLException
42.(b91)New method: void javax.sql.RowSet.setTime(java.lang.String,java.sql.Time) throws java.sql.SQLException
43.(b91)New method: void javax.sql.RowSet.setTime(java.lang.String,java.sql.Time,java.util.Calendar) throws java.sql.SQLException
44.(b91)New method: void javax.sql.RowSet.setTimestamp(java.lang.String,java.sql.Timestamp) throws java.sql.SQLException
45.(b91)New method: void javax.sql.RowSet.setTimestamp(java.lang.String,java.sql.Timestamp,java.util.Calendar) throws java.sql.SQLException
46.(b91)New method: void javax.sql.RowSet.setURL(int,java.net.URL) throws java.sql.SQLException
47.(b91)New method: void javax.sql.rowset.BaseRowSet.setAsciiStream(int,java.io.InputStream) throws java.sql.SQLException
48.(b91)New method: void javax.sql.rowset.BaseRowSet.setAsciiStream(java.lang.String,java.io.InputStream) throws java.sql.SQLException
49.(b91)New method: void javax.sql.rowset.BaseRowSet.setAsciiStream(java.lang.String,java.io.InputStream,int) throws java.sql.SQLException
50.(b91)New method: void javax.sql.rowset.BaseRowSet.setBigDecimal(java.lang.String,java.math.BigDecimal) throws java.sql.SQLException
51.(b91)New method: void javax.sql.rowset.BaseRowSet.setBinaryStream(int,java.io.InputStream) throws java.sql.SQLException
52.(b91)New method: void javax.sql.rowset.BaseRowSet.setBinaryStream(java.lang.String,java.io.InputStream) throws java.sql.SQLException
53.(b91)New method: void javax.sql.rowset.BaseRowSet.setBinaryStream(java.lang.String,java.io.InputStream,int) throws java.sql.SQLException
54.(b91)New method: void javax.sql.rowset.BaseRowSet.setBlob(int,java.io.InputStream) throws java.sql.SQLException
55.(b91)New method: void javax.sql.rowset.BaseRowSet.setBlob(int,java.io.InputStream,long) throws java.sql.SQLException
56.(b91)New method: void javax.sql.rowset.BaseRowSet.setBlob(java.lang.String,java.io.InputStream) throws java.sql.SQLException
57.(b91)New method: void javax.sql.rowset.BaseRowSet.setBlob(java.lang.String,java.io.InputStream,long) throws java.sql.SQLException
58.(b91)New method: void javax.sql.rowset.BaseRowSet.setBlob(java.lang.String,java.sql.Blob) throws java.sql.SQLException
59.(b91)New method: void javax.sql.rowset.BaseRowSet.setBoolean(java.lang.String,boolean) throws java.sql.SQLException
60.(b91)New method: void javax.sql.rowset.BaseRowSet.setByte(java.lang.String,byte) throws java.sql.SQLException
61.(b91)New method: void javax.sql.rowset.BaseRowSet.setBytes(java.lang.String,byte[]) throws java.sql.SQLException
62.(b91)New method: void javax.sql.rowset.BaseRowSet.setCharacterStream(int,java.io.Reader) throws java.sql.SQLException
63.(b91)New method: void javax.sql.rowset.BaseRowSet.setCharacterStream(java.lang.String,java.io.Reader) throws java.sql.SQLException
64.(b91)New method: void javax.sql.rowset.BaseRowSet.setCharacterStream(java.lang.String,java.io.Reader,int) throws java.sql.SQLException
65.(b91)New method: void javax.sql.rowset.BaseRowSet.setClob(int,java.io.Reader) throws java.sql.SQLException
66.(b91)New method: void javax.sql.rowset.BaseRowSet.setClob(int,java.io.Reader,long) throws java.sql.SQLException
67.(b91)New method: void javax.sql.rowset.BaseRowSet.setClob(java.lang.String,java.io.Reader) throws java.sql.SQLException
68.(b91)New method: void javax.sql.rowset.BaseRowSet.setClob(java.lang.String,java.io.Reader,long) throws java.sql.SQLException
69.(b91)New method: void javax.sql.rowset.BaseRowSet.setClob(java.lang.String,java.sql.Clob) throws java.sql.SQLException
70.(b91)New method: void javax.sql.rowset.BaseRowSet.setDate(java.lang.String,java.sql.Date) throws java.sql.SQLException
71.(b91)New method: void javax.sql.rowset.BaseRowSet.setDate(java.lang.String,java.sql.Date,java.util.Calendar) throws java.sql.SQLException
72.(b91)New method: void javax.sql.rowset.BaseRowSet.setDouble(java.lang.String,double) throws java.sql.SQLException
73.(b91)New method: void javax.sql.rowset.BaseRowSet.setFloat(java.lang.String,float) throws java.sql.SQLException
74.(b91)New method: void javax.sql.rowset.BaseRowSet.setInt(java.lang.String,int) throws java.sql.SQLException
75.(b91)New method: void javax.sql.rowset.BaseRowSet.setLong(java.lang.String,long) throws java.sql.SQLException
76.(b91)New method: void javax.sql.rowset.BaseRowSet.setNCharacterStream(int,java.io.Reader) throws java.sql.SQLException
77.(b91)New method: void javax.sql.rowset.BaseRowSet.setNCharacterStream(int,java.io.Reader,long) throws java.sql.SQLException
78.(b91)New method: void javax.sql.rowset.BaseRowSet.setNCharacterStream(java.lang.String,java.io.Reader) throws java.sql.SQLException
79.(b91)New method: void javax.sql.rowset.BaseRowSet.setNCharacterStream(java.lang.String,java.io.Reader,long) throws java.sql.SQLException
80.(b91)New method: void javax.sql.rowset.BaseRowSet.setNClob(int,java.io.Reader) throws java.sql.SQLException
81.(b91)New method: void javax.sql.rowset.BaseRowSet.setNClob(int,java.io.Reader,long) throws java.sql.SQLException
82.(b91)New method: void javax.sql.rowset.BaseRowSet.setNClob(int,java.sql.NClob) throws java.sql.SQLException
83.(b91)New method: void javax.sql.rowset.BaseRowSet.setNClob(java.lang.String,java.io.Reader) throws java.sql.SQLException
84.(b91)New method: void javax.sql.rowset.BaseRowSet.setNClob(java.lang.String,java.io.Reader,long) throws java.sql.SQLException
85.(b91)New method: void javax.sql.rowset.BaseRowSet.setNClob(java.lang.String,java.sql.NClob) throws java.sql.SQLException
86.(b91)New method: void javax.sql.rowset.BaseRowSet.setNString(int,java.lang.String) throws java.sql.SQLException
87.(b91)New method: void javax.sql.rowset.BaseRowSet.setNString(java.lang.String,java.lang.String) throws java.sql.SQLException
88.(b91)New method: void javax.sql.rowset.BaseRowSet.setNull(java.lang.String,int) throws java.sql.SQLException
89.(b91)New method: void javax.sql.rowset.BaseRowSet.setNull(java.lang.String,int,java.lang.String) throws java.sql.SQLException
90.(b91)New method: void javax.sql.rowset.BaseRowSet.setObject(java.lang.String,java.lang.Object) throws java.sql.SQLException
91.(b91)New method: void javax.sql.rowset.BaseRowSet.setObject(java.lang.String,java.lang.Object,int) throws java.sql.SQLException
92.(b91)New method: void javax.sql.rowset.BaseRowSet.setObject(java.lang.String,java.lang.Object,int,int) throws java.sql.SQLException
93.(b91)New method: void javax.sql.rowset.BaseRowSet.setRowId(int,java.sql.RowId) throws java.sql.SQLException
94.(b91)New method: void javax.sql.rowset.BaseRowSet.setRowId(java.lang.String,java.sql.RowId) throws java.sql.SQLException
95.(b91)New method: void javax.sql.rowset.BaseRowSet.setSQLXML(int,java.sql.SQLXML) throws java.sql.SQLException
96.(b91)New method: void javax.sql.rowset.BaseRowSet.setSQLXML(java.lang.String,java.sql.SQLXML) throws java.sql.SQLException
97.(b91)New method: void javax.sql.rowset.BaseRowSet.setShort(java.lang.String,short) throws java.sql.SQLException
98.(b91)New method: void javax.sql.rowset.BaseRowSet.setString(java.lang.String,java.lang.String) throws java.sql.SQLException
99.(b91)New method: void javax.sql.rowset.BaseRowSet.setTime(java.lang.String,java.sql.Time) throws java.sql.SQLException
100.(b91)New method: void javax.sql.rowset.BaseRowSet.setTime(java.lang.String,java.sql.Time,java.util.Calendar) throws java.sql.SQLException
101.(b91)New method: void javax.sql.rowset.BaseRowSet.setTimestamp(java.lang.String,java.sql.Timestamp) throws java.sql.SQLException
102.(b91)New method: void javax.sql.rowset.BaseRowSet.setTimestamp(java.lang.String,java.sql.Timestamp,java.util.Calendar) throws java.sql.SQLException
103.(b91)New method: void javax.sql.rowset.BaseRowSet.setURL(int,java.net.URL) throws java.sql.SQLException
JCK team assumes that they should be CCC approved or removed.
The changes in question are listed below with a corresponding build number in brackets.
1. (b91)New method: void javax.sql.RowSet.setAsciiStream(int,java.io.InputStream) throws java.sql.SQLException
2. (b91)New method: void javax.sql.RowSet.setAsciiStream(java.lang.String,java.io.InputStream) throws java.sql.SQLException
3. (b91)New method: void javax.sql.RowSet.setAsciiStream(java.lang.String,java.io.InputStream,int) throws java.sql.SQLException
4. (b91)New method: void javax.sql.RowSet.setBinaryStream(int,java.io.InputStream) throws java.sql.SQLException
5. (b91)New method: void javax.sql.RowSet.setBinaryStream(java.lang.String,java.io.InputStream) throws java.sql.SQLException
6. (b91)New method: void javax.sql.RowSet.setBinaryStream(java.lang.String,java.io.InputStream,int) throws java.sql.SQLException
7. (b91)New method: void javax.sql.RowSet.setBlob(int,java.io.InputStream) throws java.sql.SQLException
8. (b91)New method: void javax.sql.RowSet.setBlob(int,java.io.InputStream,long) throws java.sql.SQLException
9. (b91)New method: void javax.sql.RowSet.setBlob(java.lang.String,java.io.InputStream) throws java.sql.SQLException
10.(b91)New method: void javax.sql.RowSet.setBlob(java.lang.String,java.io.InputStream,long) throws java.sql.SQLException
11.(b91)New method: void javax.sql.RowSet.setBlob(java.lang.String,java.sql.Blob) throws java.sql.SQLException
12.(b91)New method: void javax.sql.RowSet.setBoolean(java.lang.String,boolean) throws java.sql.SQLException
13.(b91)New method: void javax.sql.RowSet.setByte(java.lang.String,byte) throws java.sql.SQLException
14.(b91)New method: void javax.sql.RowSet.setBytes(java.lang.String,byte[]) throws java.sql.SQLException
15.(b91)New method: void javax.sql.RowSet.setCharacterStream(int,java.io.Reader) throws java.sql.SQLException
16.(b91)New method: void javax.sql.RowSet.setCharacterStream(java.lang.String,java.io.Reader) throws java.sql.SQLException
17.(b91)New method: void javax.sql.RowSet.setCharacterStream(java.lang.String,java.io.Reader,int) throws java.sql.SQLException
18.(b91)New method: void javax.sql.RowSet.setClob(int,java.io.Reader) throws java.sql.SQLException
19.(b91)New method: void javax.sql.RowSet.setClob(int,java.io.Reader,long) throws java.sql.SQLException
20.(b91)New method: void javax.sql.RowSet.setClob(java.lang.String,java.io.Reader) throws java.sql.SQLException
21.(b91)New method: void javax.sql.RowSet.setClob(java.lang.String,java.io.Reader,long) throws java.sql.SQLException
22.(b91)New method: void javax.sql.RowSet.setClob(java.lang.String,java.sql.Clob) throws java.sql.SQLException
23.(b91)New method: void javax.sql.RowSet.setDate(java.lang.String,java.sql.Date) throws java.sql.SQLException
24.(b91)New method: void javax.sql.RowSet.setDate(java.lang.String,java.sql.Date,java.util.Calendar) throws java.sql.SQLException
25.(b91)New method: void javax.sql.RowSet.setDouble(java.lang.String,double) throws java.sql.SQLException
26.(b91)New method: void javax.sql.RowSet.setFloat(java.lang.String,float) throws java.sql.SQLException
27.(b91)New method: void javax.sql.RowSet.setInt(java.lang.String,int) throws java.sql.SQLException
28.(b91)New method: void javax.sql.RowSet.setLong(java.lang.String,long) throws java.sql.SQLException
29.(b91)New method: void javax.sql.RowSet.setNCharacterStream(int,java.io.Reader) throws java.sql.SQLException
30.(b91)New method: void javax.sql.RowSet.setNCharacterStream(java.lang.String,java.io.Reader) throws java.sql.SQLException
31.(b91)New method: void javax.sql.RowSet.setNClob(int,java.io.Reader) throws java.sql.SQLException
32.(b91)New method: void javax.sql.RowSet.setNClob(int,java.io.Reader,long) throws java.sql.SQLException
33.(b91)New method: void javax.sql.RowSet.setNClob(java.lang.String,java.io.Reader) throws java.sql.SQLException
34.(b91)New method: void javax.sql.RowSet.setNClob(java.lang.String,java.io.Reader,long) throws java.sql.SQLException
35.(b91)New method: void javax.sql.RowSet.setNull(java.lang.String,int) throws java.sql.SQLException
36.(b91)New method: void javax.sql.RowSet.setNull(java.lang.String,int,java.lang.String) throws java.sql.SQLException
37.(b91)New method: void javax.sql.RowSet.setObject(java.lang.String,java.lang.Object) throws java.sql.SQLException
38.(b91)New method: void javax.sql.RowSet.setObject(java.lang.String,java.lang.Object,int) throws java.sql.SQLException
39.(b91)New method: void javax.sql.RowSet.setObject(java.lang.String,java.lang.Object,int,int) throws java.sql.SQLException
40.(b91)New method: void javax.sql.RowSet.setShort(java.lang.String,short) throws java.sql.SQLException
41.(b91)New method: void javax.sql.RowSet.setString(java.lang.String,java.lang.String) throws java.sql.SQLException
42.(b91)New method: void javax.sql.RowSet.setTime(java.lang.String,java.sql.Time) throws java.sql.SQLException
43.(b91)New method: void javax.sql.RowSet.setTime(java.lang.String,java.sql.Time,java.util.Calendar) throws java.sql.SQLException
44.(b91)New method: void javax.sql.RowSet.setTimestamp(java.lang.String,java.sql.Timestamp) throws java.sql.SQLException
45.(b91)New method: void javax.sql.RowSet.setTimestamp(java.lang.String,java.sql.Timestamp,java.util.Calendar) throws java.sql.SQLException
46.(b91)New method: void javax.sql.RowSet.setURL(int,java.net.URL) throws java.sql.SQLException
47.(b91)New method: void javax.sql.rowset.BaseRowSet.setAsciiStream(int,java.io.InputStream) throws java.sql.SQLException
48.(b91)New method: void javax.sql.rowset.BaseRowSet.setAsciiStream(java.lang.String,java.io.InputStream) throws java.sql.SQLException
49.(b91)New method: void javax.sql.rowset.BaseRowSet.setAsciiStream(java.lang.String,java.io.InputStream,int) throws java.sql.SQLException
50.(b91)New method: void javax.sql.rowset.BaseRowSet.setBigDecimal(java.lang.String,java.math.BigDecimal) throws java.sql.SQLException
51.(b91)New method: void javax.sql.rowset.BaseRowSet.setBinaryStream(int,java.io.InputStream) throws java.sql.SQLException
52.(b91)New method: void javax.sql.rowset.BaseRowSet.setBinaryStream(java.lang.String,java.io.InputStream) throws java.sql.SQLException
53.(b91)New method: void javax.sql.rowset.BaseRowSet.setBinaryStream(java.lang.String,java.io.InputStream,int) throws java.sql.SQLException
54.(b91)New method: void javax.sql.rowset.BaseRowSet.setBlob(int,java.io.InputStream) throws java.sql.SQLException
55.(b91)New method: void javax.sql.rowset.BaseRowSet.setBlob(int,java.io.InputStream,long) throws java.sql.SQLException
56.(b91)New method: void javax.sql.rowset.BaseRowSet.setBlob(java.lang.String,java.io.InputStream) throws java.sql.SQLException
57.(b91)New method: void javax.sql.rowset.BaseRowSet.setBlob(java.lang.String,java.io.InputStream,long) throws java.sql.SQLException
58.(b91)New method: void javax.sql.rowset.BaseRowSet.setBlob(java.lang.String,java.sql.Blob) throws java.sql.SQLException
59.(b91)New method: void javax.sql.rowset.BaseRowSet.setBoolean(java.lang.String,boolean) throws java.sql.SQLException
60.(b91)New method: void javax.sql.rowset.BaseRowSet.setByte(java.lang.String,byte) throws java.sql.SQLException
61.(b91)New method: void javax.sql.rowset.BaseRowSet.setBytes(java.lang.String,byte[]) throws java.sql.SQLException
62.(b91)New method: void javax.sql.rowset.BaseRowSet.setCharacterStream(int,java.io.Reader) throws java.sql.SQLException
63.(b91)New method: void javax.sql.rowset.BaseRowSet.setCharacterStream(java.lang.String,java.io.Reader) throws java.sql.SQLException
64.(b91)New method: void javax.sql.rowset.BaseRowSet.setCharacterStream(java.lang.String,java.io.Reader,int) throws java.sql.SQLException
65.(b91)New method: void javax.sql.rowset.BaseRowSet.setClob(int,java.io.Reader) throws java.sql.SQLException
66.(b91)New method: void javax.sql.rowset.BaseRowSet.setClob(int,java.io.Reader,long) throws java.sql.SQLException
67.(b91)New method: void javax.sql.rowset.BaseRowSet.setClob(java.lang.String,java.io.Reader) throws java.sql.SQLException
68.(b91)New method: void javax.sql.rowset.BaseRowSet.setClob(java.lang.String,java.io.Reader,long) throws java.sql.SQLException
69.(b91)New method: void javax.sql.rowset.BaseRowSet.setClob(java.lang.String,java.sql.Clob) throws java.sql.SQLException
70.(b91)New method: void javax.sql.rowset.BaseRowSet.setDate(java.lang.String,java.sql.Date) throws java.sql.SQLException
71.(b91)New method: void javax.sql.rowset.BaseRowSet.setDate(java.lang.String,java.sql.Date,java.util.Calendar) throws java.sql.SQLException
72.(b91)New method: void javax.sql.rowset.BaseRowSet.setDouble(java.lang.String,double) throws java.sql.SQLException
73.(b91)New method: void javax.sql.rowset.BaseRowSet.setFloat(java.lang.String,float) throws java.sql.SQLException
74.(b91)New method: void javax.sql.rowset.BaseRowSet.setInt(java.lang.String,int) throws java.sql.SQLException
75.(b91)New method: void javax.sql.rowset.BaseRowSet.setLong(java.lang.String,long) throws java.sql.SQLException
76.(b91)New method: void javax.sql.rowset.BaseRowSet.setNCharacterStream(int,java.io.Reader) throws java.sql.SQLException
77.(b91)New method: void javax.sql.rowset.BaseRowSet.setNCharacterStream(int,java.io.Reader,long) throws java.sql.SQLException
78.(b91)New method: void javax.sql.rowset.BaseRowSet.setNCharacterStream(java.lang.String,java.io.Reader) throws java.sql.SQLException
79.(b91)New method: void javax.sql.rowset.BaseRowSet.setNCharacterStream(java.lang.String,java.io.Reader,long) throws java.sql.SQLException
80.(b91)New method: void javax.sql.rowset.BaseRowSet.setNClob(int,java.io.Reader) throws java.sql.SQLException
81.(b91)New method: void javax.sql.rowset.BaseRowSet.setNClob(int,java.io.Reader,long) throws java.sql.SQLException
82.(b91)New method: void javax.sql.rowset.BaseRowSet.setNClob(int,java.sql.NClob) throws java.sql.SQLException
83.(b91)New method: void javax.sql.rowset.BaseRowSet.setNClob(java.lang.String,java.io.Reader) throws java.sql.SQLException
84.(b91)New method: void javax.sql.rowset.BaseRowSet.setNClob(java.lang.String,java.io.Reader,long) throws java.sql.SQLException
85.(b91)New method: void javax.sql.rowset.BaseRowSet.setNClob(java.lang.String,java.sql.NClob) throws java.sql.SQLException
86.(b91)New method: void javax.sql.rowset.BaseRowSet.setNString(int,java.lang.String) throws java.sql.SQLException
87.(b91)New method: void javax.sql.rowset.BaseRowSet.setNString(java.lang.String,java.lang.String) throws java.sql.SQLException
88.(b91)New method: void javax.sql.rowset.BaseRowSet.setNull(java.lang.String,int) throws java.sql.SQLException
89.(b91)New method: void javax.sql.rowset.BaseRowSet.setNull(java.lang.String,int,java.lang.String) throws java.sql.SQLException
90.(b91)New method: void javax.sql.rowset.BaseRowSet.setObject(java.lang.String,java.lang.Object) throws java.sql.SQLException
91.(b91)New method: void javax.sql.rowset.BaseRowSet.setObject(java.lang.String,java.lang.Object,int) throws java.sql.SQLException
92.(b91)New method: void javax.sql.rowset.BaseRowSet.setObject(java.lang.String,java.lang.Object,int,int) throws java.sql.SQLException
93.(b91)New method: void javax.sql.rowset.BaseRowSet.setRowId(int,java.sql.RowId) throws java.sql.SQLException
94.(b91)New method: void javax.sql.rowset.BaseRowSet.setRowId(java.lang.String,java.sql.RowId) throws java.sql.SQLException
95.(b91)New method: void javax.sql.rowset.BaseRowSet.setSQLXML(int,java.sql.SQLXML) throws java.sql.SQLException
96.(b91)New method: void javax.sql.rowset.BaseRowSet.setSQLXML(java.lang.String,java.sql.SQLXML) throws java.sql.SQLException
97.(b91)New method: void javax.sql.rowset.BaseRowSet.setShort(java.lang.String,short) throws java.sql.SQLException
98.(b91)New method: void javax.sql.rowset.BaseRowSet.setString(java.lang.String,java.lang.String) throws java.sql.SQLException
99.(b91)New method: void javax.sql.rowset.BaseRowSet.setTime(java.lang.String,java.sql.Time) throws java.sql.SQLException
100.(b91)New method: void javax.sql.rowset.BaseRowSet.setTime(java.lang.String,java.sql.Time,java.util.Calendar) throws java.sql.SQLException
101.(b91)New method: void javax.sql.rowset.BaseRowSet.setTimestamp(java.lang.String,java.sql.Timestamp) throws java.sql.SQLException
102.(b91)New method: void javax.sql.rowset.BaseRowSet.setTimestamp(java.lang.String,java.sql.Timestamp,java.util.Calendar) throws java.sql.SQLException
103.(b91)New method: void javax.sql.rowset.BaseRowSet.setURL(int,java.net.URL) throws java.sql.SQLException