Searched refs:RowId (Results 1 – 7 of 7) sorted by relevance
63 public interface RowId { interface
422 RowId readRowId() throws SQLException; in readRowId()
415 void writeRowId(RowId x) throws SQLException; in writeRowId()
1784 RowId getRowId(int parameterIndex) throws SQLException; in getRowId()1801 RowId getRowId(String parameterName) throws SQLException; in getRowId()1817 void setRowId(String parameterName, RowId x) throws SQLException; in setRowId()
770 void setRowId(int parameterIndex, RowId x) throws SQLException; in setRowId()
1944 void setRowId(int parameterIndex, RowId x) throws SQLException; in setRowId()1956 void setRowId(String parameterName, RowId x) throws SQLException; in setRowId()
721 "ojluni/src/main/java/java/sql/RowId.java",