Searched refs:columnUpdated (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DCachedRowSet.java956 public boolean columnUpdated(int idx) throws SQLException; method in interface:CachedRowSet
971 public boolean columnUpdated(String columnName) throws SQLException; method in interface:CachedRowSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DCachedRowSetWriter.java692 if(crs.columnUpdated(i)) {
1332 if (crs.columnUpdated(i)) {
1364 if(crs.columnUpdated(i+1)) {
H A DSyncResolverImpl.java2489 public boolean columnUpdated(int idx) throws SQLException { method in class:SyncResolverImpl
2508 public boolean columnUpdated(String columnName) throws SQLException { method in class:SyncResolverImpl
H A DWebRowSetXmlWriter.java340 if (caller.columnUpdated(i)) {
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java2193 public boolean columnUpdated(int indexColumn) throws SQLException { method in class:JoinRowSetImpl
2194 return crsInternal.columnUpdated(indexColumn);
H A DCachedRowSetImpl.java3789 public boolean columnUpdated(int idx) throws SQLException { method in class:CachedRowSetImpl
3813 public boolean columnUpdated(String columnName) throws SQLException { method in class:CachedRowSetImpl
3814 return columnUpdated(getColIdxByName(columnName));

Completed in 699 milliseconds