Methods

Class/Module Index [+]

Quicksearch

Sequel::SQL::BitwiseMethods

This defines the bitwise methods: &, |, ^, ~, <<, and >>. Because these methods overlap with the standard BooleanMethods methods, and they only make sense for numbers, they are only included in NumericExpression.

Public Instance Methods

~() click to toggle source

Do the bitwise compliment of the self

# File lib/sequel/sql.rb, line 206
def ~
  NumericExpression.new(:'B~', self)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.