class ToRelated

Included Modules

Defined in:

pocketlib/dbschema.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(to_parent_name : String) #

[View source]

Instance Method Detail

def col_names : Array(ColName) #

[View source]
def col_names=(col_names : Array(ColName)) #

[View source]
def from_columns_in_own_row : Array(Int32) #

[View source]
def from_columns_in_own_row=(from_columns_in_own_row : Array(Int32)) #

[View source]
def is_optional : Bool | Nil #

[View source]
def is_optional=(is_optional : Bool | Nil) #

[View source]
def key_and_rows : Hash(PkValue, Array(RowId)) #

[View source]
def key_and_rows=(key_and_rows : Hash(PkValue, Array(RowId))) #

[View source]
def row_and_key : Hash(RowId, PkValue) #

[View source]
def row_and_key=(row_and_key : Hash(RowId, PkValue)) #

[View source]
def to_parent_name : String #

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

[View source]
def to_parent_obj : Table #

[View source]
def to_parent_obj=(to_parent_obj : Table) #

[View source]