Function needed for making cross-database SQL. More...
Static Public Member Functions | |
static | bitmask_to_array ($bitmask) |
Both mysql and oracle supports logical and, but in completely different ways. | |
static | bitmask_to_string ($bitmask) |
Both mysql and oracle supports logical and, but in completely different ways. |
Function needed for making cross-database SQL.
static db_Core::bitmask_to_array | ( | $ | bitmask | ) | [static] |
Both mysql and oracle supports logical and, but in completely different ways.
Workaround by generating a list of set bits in a bitmask.
$bitmask | A bitmask |
static db_Core::bitmask_to_string | ( | $ | bitmask | ) | [static] |
Both mysql and oracle supports logical and, but in completely different ways.
Workaround by generating a comma-separated string of the set bit values
$bitmask | A bitmask |