Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/sql/
DSQLOutput.java248 public void writeBlob(Blob theBlob) throws SQLException; in writeBlob() argument
DPreparedStatement.java221 public void setBlob(int parameterIndex, Blob theBlob) throws SQLException; in setBlob() argument
/libcore/luni/src/main/java/javax/sql/
DRowSet.java457 public void setBlob(int parameterIndex, Blob theBlob) throws SQLException; in setBlob() argument
540 public void setBlob(String parameterName, Blob theBlob) throws SQLException; in setBlob() argument