Home | History | Annotate | Download | only in sql

Lines Matching refs:Ref

821      * java.sql.Ref}.
825 * @return a Ref representing the value of the SQL REF in the column
829 public Ref getRef(int columnIndex) throws SQLException;
833 * java.sql.Ref}.
837 * @return a Ref representing the value of the SQL {@code REF} in the column
841 public Ref getRef(String colName) throws SQLException;
1801 * Updates a column specified by a column index with a {@code java.sql.Ref}
1811 public void updateRef(int columnIndex, Ref x) throws SQLException;
1814 * Updates a column specified by a column name with a {@code java.sql.Ref}
1824 public void updateRef(String columnName, Ref x) throws SQLException;