Class: YbDDLParser::AST::Column
- Inherits:
-
Data
- Object
- Data
- YbDDLParser::AST::Column
- Defined in:
- lib/yb_ddl_parser/ast.rb
Instance Attribute Summary collapse
-
#constraints ⇒ Object
readonly
Returns the value of attribute constraints.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#typmods ⇒ Object
readonly
Returns the value of attribute typmods.
Instance Attribute Details
#constraints ⇒ Object (readonly)
Returns the value of attribute constraints
19 20 21 |
# File 'lib/yb_ddl_parser/ast.rb', line 19 def constraints @constraints end |
#name ⇒ Object (readonly)
Returns the value of attribute name
19 20 21 |
# File 'lib/yb_ddl_parser/ast.rb', line 19 def name @name end |
#type ⇒ Object (readonly)
Returns the value of attribute type
19 20 21 |
# File 'lib/yb_ddl_parser/ast.rb', line 19 def type @type end |
#typmods ⇒ Object (readonly)
Returns the value of attribute typmods
19 20 21 |
# File 'lib/yb_ddl_parser/ast.rb', line 19 def typmods @typmods end |