class

Ralph::ColumnMetadata

Inherits Reference / Object

Metadata about a column

Constructors

new(name : String, type : Class, primary : Bool = false, default : String | Int32 | Int64 | Float64 | Bool | Nil = nil, nilable : Bool = false)
Source

Instance methods

default
Source
default=(default : String | Int32 | Int64 | Float64 | Bool | Nil)
Source
name
Source
name=(name : String)
Source
nilable
Source
nilable=(nilable : Bool)
Source
primary
Source
primary=(primary : Bool)
Source
type_name
Source
type_name=(type_name : String)
Source