Searched refs:toCollection (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DCachedRowSet.java1008 * @see #toCollection(int)
1009 * @see #toCollection(String)
1011 public Collection<?> toCollection() throws SQLException; method in interface:CachedRowSet
1037 * @see #toCollection
1038 * @see #toCollection(String)
1040 public Collection<?> toCollection(int column) throws SQLException; method in interface:CachedRowSet
1066 * @see #toCollection
1067 * @see #toCollection(int)
1069 public Collection<?> toCollection(String column) throws SQLException; method in interface:CachedRowSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java4236 * @see #toCollection(int)
4237 * @see #toCollection(String)
4240 public Collection<?> toCollection() throws SQLException { method in class:JoinRowSetImpl
4241 return crsInternal.toCollection();
4258 * @see #toCollection()
4259 * @see #toCollection(String)
4262 public Collection<?> toCollection(int column) throws SQLException { method in class:JoinRowSetImpl
4263 return crsInternal.toCollection(column);
4280 * @see #toCollection()
4281 * @see #toCollection(in
4284 public Collection<?> toCollection(String column) throws SQLException { method in class:JoinRowSetImpl
[all...]
H A DCachedRowSetImpl.java1281 * @see #toCollection(int)
1282 * @see #toCollection(String)
1285 public Collection<?> toCollection() throws SQLException { method in class:CachedRowSetImpl
1310 * @see #toCollection()
1311 * @see #toCollection(String)
1314 public Collection<?> toCollection(int column) throws SQLException { method in class:CachedRowSetImpl
1346 * @see #toCollection()
1347 * @see #toCollection(int)
1350 public Collection<?> toCollection(String column) throws SQLException { method in class:CachedRowSetImpl
1351 return toCollection(getColIdxByNam
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java855 * @see #toCollection(int)
856 * @see #toCollection(String)
859 public Collection toCollection() throws SQLException { method in class:SyncResolverImpl
877 * @see #toCollection()
878 * @see #toCollection(String)
881 public Collection toCollection(int column) throws SQLException { method in class:SyncResolverImpl
899 * @see #toCollection()
900 * @see #toCollection(int)
903 public Collection toCollection(String column) throws SQLException { method in class:SyncResolverImpl

Completed in 67 milliseconds