Searched refs:getCursorName (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DResultSet.java852 String getCursorName() throws SQLException; method in interface:ResultSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java1637 public String getCursorName() throws SQLException { method in class:JoinRowSetImpl
1638 return crsInternal.getCursorName();
H A DJdbcRowSetImpl.java1584 public String getCursorName() throws SQLException { method in class:JdbcRowSetImpl
1587 return rs.getCursorName();
H A DCachedRowSetImpl.java2873 public String getCursorName() throws SQLException { method in class:CachedRowSetImpl
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java1878 public String getCursorName() throws SQLException { method in class:SyncResolverImpl

Completed in 123 milliseconds