Home
last modified time | relevance | path

Searched defs:getBlob (Results 1 – 5 of 5) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowMatrixCursor.java67 public byte[] getBlob(int column) { in getBlob() method in ShadowMatrixCursor
DShadowSQLiteCursor.java101 public byte[] getBlob(int columnIndex) { in getBlob() method in ShadowSQLiteCursor
DShadowCursorWrapper.java104 public byte[] getBlob(int i) { in getBlob() method in ShadowCursorWrapper
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/database/
DTestCursor.java98 public byte[] getBlob(int columnIndex) { in getBlob() method in TestCursor
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java323 public Blob getBlob(int columnIndex) throws SQLException { in getBlob() method in Impl_RowSet
327 public Blob getBlob(String columnName) throws SQLException { in getBlob() method in Impl_RowSet