Home
last modified time | relevance | path

Searched refs:RowId (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DRowId.java63 public interface RowId { interface
DSQLInput.java422 RowId readRowId() throws SQLException; in readRowId()
DSQLOutput.java415 void writeRowId(RowId x) throws SQLException; in writeRowId()
DCallableStatement.java1784 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()
DPreparedStatement.java770 void setRowId(int parameterIndex, RowId x) throws SQLException; in setRowId()
/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java1944 void setRowId(int parameterIndex, RowId x) throws SQLException; in setRowId()
1956 void setRowId(String parameterName, RowId x) throws SQLException; in setRowId()
/libcore/
Dopenjdk_java_files.bp721 "ojluni/src/main/java/java/sql/RowId.java",