Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Parsegres::AST::ColumnDef
Inherits
Parsegres::AST::Node
<
Parsegres::Inspectable
<
Reference
<
Object
Constructors
new
(name :
String
, type_name :
String
)
Source
Instance methods
constraints
Source
constraints=
(constraints :
Array
(
ColumnConstraint
))
Source
name
Source
name=
(name :
String
)
Source
type_name
Source
type_name=
(type_name :
String
)
Source