class CryStorage::SQL::Constant

Included Modules

Defined in:

query_execution.cr

Constructors

Instance Method Summary

Instance methods inherited from module CryStorage::SQL::ExprValue

attribute? attribute?, bool_expr? bool_expr?, constant? constant?, eval(slot) eval, unsafe_as_attribute unsafe_as_attribute, unsafe_as_constant unsafe_as_constant

Instance methods inherited from class Object

tabulate(io)
tabulate
tabulate
, tap(&) tap

Constructor Detail

def self.new(value : Int32 | String) #

[View source]

Instance Method Detail

def eval(slot) #

[View source]
def eval : Int32 | String #

[View source]
def to_s(io) #

[View source]