Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/sql/
DCallableStatement.java257 public Clob getClob(int parameterIndex) throws SQLException; in getClob() method
271 public Clob getClob(String parameterName) throws SQLException; in getClob() method
DResultSet.java514 public Clob getClob(int columnIndex) throws SQLException; in getClob() method
527 public Clob getClob(String colName) throws SQLException; in getClob() method