Home
last modified time | relevance | path

Searched refs:RowId (Results 1 – 9 of 9) 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()
DResultSet.java2975 RowId getRowId(int columnIndex) throws SQLException; in getRowId()
2992 RowId getRowId(String columnLabel) throws SQLException; in getRowId()
3011 void updateRowId(int columnIndex, RowId x) throws SQLException; in updateRowId()
3030 void updateRowId(String columnLabel, RowId x) throws SQLException; in updateRowId()
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/api/
Dcurrent.txt8900 method public java.sql.RowId getRowId(int) throws java.sql.SQLException;
8901 method public java.sql.RowId getRowId(String) throws java.sql.SQLException;
8960 method public void setRowId(String, java.sql.RowId) throws java.sql.SQLException;
9405 method public void setRowId(int, java.sql.RowId) throws java.sql.SQLException;
9487 method public java.sql.RowId getRowId(int) throws java.sql.SQLException;
9488 method public java.sql.RowId getRowId(String) throws java.sql.SQLException;
9599 method public void updateRowId(int, java.sql.RowId) throws java.sql.SQLException;
9600 method public void updateRowId(String, java.sql.RowId) throws java.sql.SQLException;
9651 public interface RowId {
9743 method public java.sql.RowId readRowId() throws java.sql.SQLException;
[all …]
/libcore/
Dopenjdk_java_files.bp721 "ojluni/src/main/java/java/sql/RowId.java",