Searched refs:getClob (Results 1 - 5 of 5) sorted by relevance

/dalvik/libcore/sql/src/main/java/java/sql/
H A DCallableStatement.java258 public Clob getClob(int parameterIndex) throws SQLException; method in interface:CallableStatement
272 public Clob getClob(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java516 public Clob getClob(int columnIndex) throws SQLException; method in interface:ResultSet
529 public Clob getClob(String colName) throws SQLException; method in interface:ResultSet
/dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
H A DJDBCPreparedStatement.java702 public Clob getClob(String parameterName) throws SQLException {
706 public Clob getClob(int parameterIndex) throws SQLException {
H A DJDBCResultSet.java542 public java.sql.Clob getClob(int columnIndex) throws SQLException { method in class:JDBCResultSet
546 public java.sql.Clob getClob(String columnIndex) throws SQLException { method in class:JDBCResultSet
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java360 public Clob getClob(int columnIndex) throws SQLException { method in class:Impl_RowSet
364 public Clob getClob(String colName) throws SQLException { method in class:Impl_RowSet

Completed in 52 milliseconds