class ToParent

Included Modules

Defined in:

pocketlib/dbschema.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(fk_name : Nil | String, local_name : Nil | String, to_parent_obj : Table) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def fk_name : String | Nil #

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

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

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

[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 local_name : String | Nil #

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

[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]