Home
last modified time | relevance | path

Searched refs:getBlob (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/sql/
DCallableStatement.java147 public Blob getBlob(int parameterIndex) throws SQLException; in getBlob() method
161 public Blob getBlob(String parameterName) throws SQLException; in getBlob() method
DResultSet.java388 public Blob getBlob(int columnIndex) throws SQLException; in getBlob() method
400 public Blob getBlob(String columnName) throws SQLException; in getBlob() method