struct CQL::CheckConstraint

Overview

Represents a CHECK constraint with a custom condition.

Defined in:

constraint.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(condition : String, name : String | Nil = nil) #

[View source]

Instance Method Detail

def condition : String #

[View source]
def condition=(condition : String) #

[View source]
def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]