Skip to content Skip to sidebar Skip to footer
Showing posts with the label Bit Manipulation

Aggregate Bitfield Values With Binary Or

I have a table with int values being used as bitfields (where each bit is a flag). Now I would like… Read more Aggregate Bitfield Values With Binary Or

Can I Convert A Bunch Of Boolean Columns To A Single Bitmap In Postgresql?

I'd like to convert a query such as: SELECT BoolA, BoolB, BoolC, BoolD FROM MyTable; Into a bi… Read more Can I Convert A Bunch Of Boolean Columns To A Single Bitmap In Postgresql?

Android/sqlite - Bit Operation On Where Clause

I'd like to know if it's possible to do in Android something like this: public Cursor getFl… Read more Android/sqlite - Bit Operation On Where Clause