Class: Sequel::SQL::BooleanConstant
- Inherits:
- 
      Constant
      
        - Object
- Expression
- GenericExpression
- Constant
- Sequel::SQL::BooleanConstant
 
- Defined in:
- lib/sequel/sql.rb
Overview
Represents boolean constants such as NULL, TRUE, and FALSE.
Constant Summary
Constants inherited from Constant
Instance Attribute Summary
Attributes inherited from Constant
Method Summary
Methods inherited from Constant
Methods included from IsDistinctFrom::Methods
Methods included from Sequel::SQLite::JSONOpMethods
#sqlite_json_op, #sqlite_jsonb_op
Methods included from Postgres::HStoreOpMethods
Methods included from Postgres::RangeOpMethods
Methods included from Postgres::ArrayOpMethods
Methods included from Postgres::JSONOpMethods
Methods included from Postgres::InetOpMethods
Methods included from Postgres::PGRowOp::ExpressionMethods
Methods included from SubscriptMethods
Methods included from StringMethods
#escaped_ilike, #escaped_like, #ilike, #like
Methods included from PatternMatchMethods
Methods included from OrderMethods
Methods included from NumericMethods
Methods included from ComplexExpressionMethods
#extract, #sql_boolean, #sql_number, #sql_string
Methods included from CastMethods
#cast, #cast_numeric, #cast_string
Methods included from BooleanMethods
Methods included from AliasMethods
Methods inherited from Expression
#==, attr_reader, #clone, #eql?, #hash, inherited, #inspect
Constructor Details
This class inherits a constructor from Sequel::SQL::Constant