Class: YbDDLParser::AST::Constraint
- Inherits:
-
Data
- Object
- Data
- YbDDLParser::AST::Constraint
- Defined in:
- lib/yb_ddl_parser/ast.rb
Instance Attribute Summary collapse
-
#columns ⇒ Object
readonly
Returns the value of attribute columns.
-
#functions ⇒ Object
readonly
Returns the value of attribute functions.
-
#key_columns ⇒ Object
readonly
Returns the value of attribute key_columns.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#raw_expression ⇒ Object
readonly
Returns the value of attribute raw_expression.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#columns ⇒ Object (readonly)
Returns the value of attribute columns
17 18 19 |
# File 'lib/yb_ddl_parser/ast.rb', line 17 def columns @columns end |
#functions ⇒ Object (readonly)
Returns the value of attribute functions
17 18 19 |
# File 'lib/yb_ddl_parser/ast.rb', line 17 def functions @functions end |
#key_columns ⇒ Object (readonly)
Returns the value of attribute key_columns
17 18 19 |
# File 'lib/yb_ddl_parser/ast.rb', line 17 def key_columns @key_columns end |
#name ⇒ Object (readonly)
Returns the value of attribute name
17 18 19 |
# File 'lib/yb_ddl_parser/ast.rb', line 17 def name @name end |
#raw_expression ⇒ Object (readonly)
Returns the value of attribute raw_expression
17 18 19 |
# File 'lib/yb_ddl_parser/ast.rb', line 17 def raw_expression @raw_expression end |
#type ⇒ Object (readonly)
Returns the value of attribute type
17 18 19 |
# File 'lib/yb_ddl_parser/ast.rb', line 17 def type @type end |