class

Parsegres::AST::ForeignKeyTableConstraint

Inherits Parsegres::AST::TableConstraint < Parsegres::AST::Node < Parsegres::Inspectable < Reference < Object

Constructors

new(columns : Array(String), ref_table : String)
Source

Instance methods

columns
Source
columns=(columns : Array(String))
Source
ref_columns
Source
ref_columns=(ref_columns : Array(String) | Nil)
Source
ref_schema
Source
ref_schema=(ref_schema : String | Nil)
Source
ref_table
Source
ref_table=(ref_table : String)
Source