primary_key
Data::Pg::Column
Inherits Reference < Object
Constructors
Instance methods
bool?
Sourcename
name=(v : Nil)
nil assignments are always ignored
name?
not_null
not_null=(v : Bool) : Bool
not_null=(v : Nil)
nil assignments are always ignored
not_null?
num
num=(v : Int32) : Int32
num=(v : Nil)
nil assignments are always ignored
num?
primary_key=(v : Bool) : Bool
primary_key=(v : Nil)
nil assignments are always ignored
primary_key?
timestamp?
Sourceto_clickhouse
Sourceto_s(io : IO)
Appends a short String representation of this object which includes its class name and its object address.
class Person
def initialize(@name : String, @age : Int32)
end
end
Person.new("John", 32).to_s # => #<Person:0x10a199f20>
type
type=(v : Nil)
nil assignments are always ignored
type?