Class: YbDDLParser::AST::Command
- Inherits:
-
Data
- Object
- Data
- YbDDLParser::AST::Command
- Defined in:
- lib/yb_ddl_parser/ast.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
readonly
Returns the value of attribute column.
-
#constraint ⇒ Object
readonly
Returns the value of attribute constraint.
-
#definition ⇒ Object
readonly
Returns the value of attribute definition.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#missing_ok ⇒ Object
readonly
Returns the value of attribute missing_ok.
-
#tablespace ⇒ Object
readonly
Returns the value of attribute tablespace.
Instance Attribute Details
#column ⇒ Object (readonly)
Returns the value of attribute column
21 22 23 |
# File 'lib/yb_ddl_parser/ast.rb', line 21 def column @column end |
#constraint ⇒ Object (readonly)
Returns the value of attribute constraint
21 22 23 |
# File 'lib/yb_ddl_parser/ast.rb', line 21 def constraint @constraint end |
#definition ⇒ Object (readonly)
Returns the value of attribute definition
21 22 23 |
# File 'lib/yb_ddl_parser/ast.rb', line 21 def definition @definition end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
21 22 23 |
# File 'lib/yb_ddl_parser/ast.rb', line 21 def kind @kind end |
#missing_ok ⇒ Object (readonly)
Returns the value of attribute missing_ok
21 22 23 |
# File 'lib/yb_ddl_parser/ast.rb', line 21 def missing_ok @missing_ok end |
#tablespace ⇒ Object (readonly)
Returns the value of attribute tablespace
21 22 23 |
# File 'lib/yb_ddl_parser/ast.rb', line 21 def tablespace @tablespace end |