Home
last modified time | relevance | path

Searched refs:RowId (Results 1 – 10 of 10) 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.txt9700 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/
Dopenjdk_java_files.bp757 "ojluni/src/main/java/java/sql/RowId.java",
DEXPECTED_UPSTREAM746 ojluni/src/main/java/java/sql/RowId.java,jdk11u/jdk-11.0.13-ga,src/java.sql/share/classes/java/sql/