Class: YbDDLParser::AST::KeyColumn
- Inherits:
-
Data
- Object
- Data
- YbDDLParser::AST::KeyColumn
- Defined in:
- lib/yb_ddl_parser/ast.rb
Instance Attribute Summary collapse
-
#expression ⇒ Object
readonly
Returns the value of attribute expression.
-
#hash_group ⇒ Object
readonly
Returns the value of attribute hash_group.
-
#hashed ⇒ Object
readonly
Returns the value of attribute hashed.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#nulls ⇒ Object
readonly
Returns the value of attribute nulls.
-
#order ⇒ Object
readonly
Returns the value of attribute order.
Instance Method Summary collapse
Instance Attribute Details
#expression ⇒ Object (readonly)
Returns the value of attribute expression
11 12 13 |
# File 'lib/yb_ddl_parser/ast.rb', line 11 def expression @expression end |
#hash_group ⇒ Object (readonly)
Returns the value of attribute hash_group
11 12 13 |
# File 'lib/yb_ddl_parser/ast.rb', line 11 def hash_group @hash_group end |
#hashed ⇒ Object (readonly)
Returns the value of attribute hashed
11 12 13 |
# File 'lib/yb_ddl_parser/ast.rb', line 11 def hashed @hashed end |
#name ⇒ Object (readonly)
Returns the value of attribute name
11 12 13 |
# File 'lib/yb_ddl_parser/ast.rb', line 11 def name @name end |
#nulls ⇒ Object (readonly)
Returns the value of attribute nulls
11 12 13 |
# File 'lib/yb_ddl_parser/ast.rb', line 11 def nulls @nulls end |
#order ⇒ Object (readonly)
Returns the value of attribute order
11 12 13 |
# File 'lib/yb_ddl_parser/ast.rb', line 11 def order @order end |
Instance Method Details
#hash? ⇒ Boolean
12 13 14 |
# File 'lib/yb_ddl_parser/ast.rb', line 12 def hash? hashed == true end |