Home
last modified time | relevance | path

Searched refs:theClob (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/sql/
DSQLOutput.java259 public void writeClob(Clob theClob) throws SQLException; in writeClob() argument
DPreparedStatement.java303 public void setClob(int parameterIndex, Clob theClob) throws SQLException; in setClob() argument
/libcore/luni/src/main/java/javax/sql/
DRowSet.java706 public void setClob(int parameterIndex, Clob theClob) throws SQLException; in setClob() argument
753 public void setClob(String parameterName, Clob theClob) throws SQLException; in setClob() argument