struct Citext

Overview

Represents a case insensitive text, used by Postgres Wrap a string and basically change the equality check to make it case insensitive.s

Defined in:

clear/extensions/citext/citext.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(string : String) #

[View source]

Instance Method Detail

def !=(x : String | Citext) #

[View source]
def ==(x : String | Citext) #

[View source]
def string : String #

[View source]

Macro Detail

macro method_missing(call) #

[View source]