BitSet Function |
Name | Description | |
---|---|---|
BitSet(Binary) |
Sets a bit to 1 in a value of Numeric, Varbinary, or Blob type and returns the resulting value.
There is a numeric and a binary version of the syntax. If the specified expression is not an integer, it is converted to an integer before setting the bit. | |
BitSet(Usual) |
Sets a bit to 1 in a value of Numeric, Varbinary, or Blob type and returns the resulting value.
There is a numeric and a binary version of the syntax. If the specified expression is not an integer, it is converted to an integer before setting the bit. | |
BitSet(Long, Long) |
Sets a bit to 1 in a value of Numeric, Varbinary, or Blob type and returns the resulting value.
There is a numeric and a binary version of the syntax. If the specified expression is not an integer, it is converted to an integer before setting the bit. | |
BitSet(Binary, Long) |
Sets a bit to 1 in a value of Numeric, Varbinary, or Blob type and returns the resulting value.
There is a numeric and a binary version of the syntax. If the specified expression is not an integer, it is converted to an integer before setting the bit. | |
BitSet(Usual, Usual) |
Sets a bit to 1 in a value of Numeric, Varbinary, or Blob type and returns the resulting value.
There is a numeric and a binary version of the syntax. If the specified expression is not an integer, it is converted to an integer before setting the bit. | |
BitSet(Binary, Long, Long) |
Sets a bit to 1 in a value of Numeric, Varbinary, or Blob type and returns the resulting value.
There is a numeric and a binary version of the syntax. If the specified expression is not an integer, it is converted to an integer before setting the bit. | |
BitSet(Usual, Usual, Usual) |
Sets a bit to 1 in a value of Numeric, Varbinary, or Blob type and returns the resulting value.
There is a numeric and a binary version of the syntax. If the specified expression is not an integer, it is converted to an integer before setting the bit. |