Searched refs:getColumnBlob (Results 1 – 4 of 4) sorted by relevance
533 byte[] a = s.getColumnBlob(0); in testBlob()548 assertEquals(null, s.getColumnBlob(0)); in testBlob()555 assertNull(s.getColumnBlob(0)); in testBlob()563 byte[] r = s.getColumnBlob(0); in testBlob()
637 public byte[] getColumnBlob(int columnIndex) { in getColumnBlob() method in SQLiteRawStatement
1390 UnflaggedApi: android.database.sqlite.SQLiteRawStatement#getColumnBlob(int):1391 …t be flagged with @FlaggedApi: method android.database.sqlite.SQLiteRawStatement.getColumnBlob(int)
14995 method @Nullable public byte[] getColumnBlob(int);