Searched refs:getBlob (Results 1 – 12 of 12) sorted by relevance
36 …assertThat(window.getBlob(0, 3)).isEqualTo(new byte[] {(byte) 0xba, (byte) 0xdc, (byte) 0xaf, (byt… in shouldFillWindowWithCursor()41 assertThat(window.getBlob(1, 3)).isEqualTo(null); in shouldFillWindowWithCursor()43 assertThat(window.getBlob(2, 3)).isEqualTo(new byte[]{}); in shouldFillWindowWithCursor()
111 byte[] byteValueFromDatabase = cursor.getBlob(0); in testInsertAndQuery()134 byte[] byteValueFromDatabase = cursor.getBlob(0); in testInsertAndRawQuery()161 byte[] byteValueFromDatabase = cursor.getBlob(0); in testInsertOrThrow()253 assertThat(cursor.getBlob(cursor.getColumnIndexOrThrow("blob_col"))).isNotNull(); in testInsertEmptyBlobArgument()261 assertThat(cursor.getBlob(cursor.getColumnIndexOrThrow("blob_col"))).isNull(); in testInsertEmptyBlobArgument()906 assertThat(nullValuesCursor.getBlob(3)).isNull(); in shouldCorrectlyReturnNullValues()918 assertThat(data.getBlob(0)).isEqualTo(values.getAsString("first_column").getBytes(UTF_8)); in shouldGetBlobFromString()
95 assertThat(cursor.getBlob(0)).isEqualTo(blob); in shouldDefineGetBlob()
211 byte[] retrievedByteData = cursor.getBlob(5); in testGetBlob()
112 public byte[] getBlob(int i) { in getBlob() method in ShadowCursorWrapper113 return wrappedCursor.getBlob(i); in getBlob()
101 public byte[] getBlob(int columnIndex) { in getBlob() method in BaseCursor
88 public byte[] getBlob(int columnIndex) { in getBlob() method in RoboCursor
105 …assertThat(cursor.getBlob(indexOf(BLOB_COLUMN))).asList().containsExactly((byte) 1, (byte) 2, (byt… in get_shouldReturnColumnValue()
723 public Blob getBlob(String parameterName) throws SQLException {727 public Blob getBlob(int parameterIndex) throws SQLException {
692 public java.sql.Blob getBlob(int columnIndex) throws SQLException {696 public java.sql.Blob getBlob(String columnName) throws SQLException {698 return getBlob(col);
323 public Blob getBlob(int columnIndex) throws SQLException { in getBlob() method in Impl_RowSet327 public Blob getBlob(String columnName) throws SQLException { in getBlob() method in Impl_RowSet
4042 b = bb.getBlob();