Searched defs:columnUpdated (Results 1 - 4 of 4) 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/
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));
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
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

Completed in 74 milliseconds