Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowCursorWrapper.java104 public byte[] getBlob(int i) { in getBlob() method in ShadowCursorWrapper
105 return wrappedCursor.getBlob(i); in getBlob()
DShadowMatrixCursor.java67 public byte[] getBlob(int column) { in getBlob() method in ShadowMatrixCursor
DShadowSQLiteCursor.java101 public byte[] getBlob(int columnIndex) { in getBlob() method in ShadowSQLiteCursor
/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/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DDatabaseTestBase.java97 byte[] byteValueFromDatabase = cursor.getBlob(0); in testInsertAndQuery()
120 byte[] byteValueFromDatabase = cursor.getBlob(0); in testInsertAndRawQuery()
144 byte[] byteValueFromDatabase = cursor.getBlob(0); in testInsertOrThrow()
DMatrixCursorTest.java76 assertThat(cursor.getBlob(0), equalTo(blob)); in shouldDefineGetBlob()
DSQLiteCursorTest.java221 byte[] retrievedByteData = cursor.getBlob(5); in testGetBlob()
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCPreparedStatement.java723 public Blob getBlob(String parameterName) throws SQLException {
727 public Blob getBlob(int parameterIndex) throws SQLException {
DJDBCResultSet.java692 public java.sql.Blob getBlob(int columnIndex) throws SQLException {
696 public java.sql.Blob getBlob(String columnName) throws SQLException {
698 return getBlob(col);
/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
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js4042 b = bb.getBlob();