Searched defs:getRowId (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DCallableStatement.java1781 RowId getRowId(int parameterIndex) throws SQLException; method in interface:CallableStatement
1798 RowId getRowId(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java2962 RowId getRowId(int columnIndex) throws SQLException; method in interface:ResultSet
2979 RowId getRowId(String columnLabel) throws SQLException; method in interface:ResultSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java4670 public RowId getRowId(int columnIndex) throws SQLException { method in class:JdbcRowSetImpl
4685 public RowId getRowId(String columnName) throws SQLException { method in class:JdbcRowSetImpl
H A DCachedRowSetImpl.java7738 public RowId getRowId(int columnIndex) throws SQLException { method in class:CachedRowSetImpl
7753 public RowId getRowId(String columnName) throws SQLException { method in class:CachedRowSetImpl

Completed in 98 milliseconds