Searched defs:setRowId (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DPreparedStatement.java766 void setRowId(int parameterIndex, RowId x) throws SQLException; method in interface:PreparedStatement
H A DCallableStatement.java1814 void setRowId(String parameterName, RowId x) throws SQLException; method in interface:CallableStatement
/openjdk7/jdk/src/share/classes/javax/sql/
H A DRowSet.java1944 void setRowId(int parameterIndex, RowId x) throws SQLException; method in interface:RowSet
1956 void setRowId(String parameterName, RowId x) throws SQLException; method in interface:RowSet
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java4228 public void setRowId(int parameterIndex, RowId x) throws SQLException{ method in class:BaseRowSet
4243 public void setRowId(String parameterName, RowId x) throws SQLException{ method in class:BaseRowSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java4865 public void setRowId(int parameterIndex, RowId x) throws SQLException { method in class:JdbcRowSetImpl
4879 public void setRowId(String parameterName, RowId x) throws SQLException { method in class:JdbcRowSetImpl
H A DCachedRowSetImpl.java7935 public void setRowId(int parameterIndex, RowId x) throws SQLException { method in class:CachedRowSetImpl
7950 public void setRowId(String parameterName, RowId x) throws SQLException { method in class:CachedRowSetImpl

Completed in 90 milliseconds