Searched refs:RowId (Results 1 – 10 of 10) sorted by relevance
/libcore/ojluni/src/main/java/java/sql/ |
D | RowId.java | 63 public interface RowId { interface
|
D | SQLInput.java | 422 RowId readRowId() throws SQLException; in readRowId()
|
D | SQLOutput.java | 415 void writeRowId(RowId x) throws SQLException; in writeRowId()
|
D | CallableStatement.java | 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()
|
D | ResultSet.java | 2975 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()
|
D | PreparedStatement.java | 770 void setRowId(int parameterIndex, RowId x) throws SQLException; in setRowId()
|
/libcore/ojluni/src/main/java/javax/sql/ |
D | RowSet.java | 1944 void setRowId(int parameterIndex, RowId x) throws SQLException; in setRowId() 1956 void setRowId(String parameterName, RowId x) throws SQLException; in setRowId()
|
/libcore/api/ |
D | current.txt | 9700 method public java.sql.RowId getRowId(int) throws java.sql.SQLException; 9701 method public java.sql.RowId getRowId(String) throws java.sql.SQLException; 9760 method public void setRowId(String, java.sql.RowId) throws java.sql.SQLException; 10205 method public void setRowId(int, java.sql.RowId) throws java.sql.SQLException; 10287 method public java.sql.RowId getRowId(int) throws java.sql.SQLException; 10288 method public java.sql.RowId getRowId(String) throws java.sql.SQLException; 10399 method public void updateRowId(int, java.sql.RowId) throws java.sql.SQLException; 10400 method public void updateRowId(String, java.sql.RowId) throws java.sql.SQLException; 10451 public interface RowId { 10543 method public java.sql.RowId readRowId() throws java.sql.SQLException; [all …]
|
/libcore/ |
D | openjdk_java_files.bp | 757 "ojluni/src/main/java/java/sql/RowId.java",
|
D | EXPECTED_UPSTREAM | 746 ojluni/src/main/java/java/sql/RowId.java,jdk11u/jdk-11.0.13-ga,src/java.sql/share/classes/java/sql/…
|