Searched refs:RowId (Results 1 – 9 of 9) 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 | 8900 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/ |
D | openjdk_java_files.bp | 721 "ojluni/src/main/java/java/sql/RowId.java",
|