struct PgORM::Database::ColumnInfo

Included Modules

Defined in:

pg-orm/database.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(rs : DB::ResultSet) #

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

[View source]

Class Method Detail

def self.from_rs(rs : DB::ResultSet) #

[View source]

Instance Method Detail

def column_default : String | Nil #

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

[View source]
def column_name : String #

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

[View source]
def data_type : String #

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

[View source]
def is_nullable : String #

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

[View source]
def nilable? #

[View source]
def table #

[View source]
def table_catalog : String #

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

[View source]
def table_name : String #

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

[View source]
def table_schema : String #

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

[View source]
def table_type : String #

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

[View source]