Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCursorWrapper.java112 public byte[] getBlob(int i) { in getBlob() method in ShadowCursorWrapper
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCursorWrapper.java112 public byte[] getBlob(int i) { in getBlob() method in ShadowCursorWrapper
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
DBaseCursor.java101 public byte[] getBlob(int columnIndex) { in getBlob() method in BaseCursor
DRoboCursor.java88 public byte[] getBlob(int columnIndex) { in getBlob() method in RoboCursor
/external/robolectric/shadows/framework/src/main/java/org/robolectric/fakes/
DBaseCursor.java104 public byte[] getBlob(int columnIndex) { in getBlob() method in BaseCursor
DRoboCursor.java91 public byte[] getBlob(int columnIndex) { in getBlob() method in RoboCursor
/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