Class: YbDDLParser::AST::Command

Inherits:
Data
  • Object
show all
Defined in:
lib/yb_ddl_parser/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject (readonly)

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



21
22
23
# File 'lib/yb_ddl_parser/ast.rb', line 21

def column
  @column
end

#constraintObject (readonly)

Returns the value of attribute constraint

Returns:

  • (Object)

    the current value of constraint



21
22
23
# File 'lib/yb_ddl_parser/ast.rb', line 21

def constraint
  @constraint
end

#definitionObject (readonly)

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



21
22
23
# File 'lib/yb_ddl_parser/ast.rb', line 21

def definition
  @definition
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



21
22
23
# File 'lib/yb_ddl_parser/ast.rb', line 21

def kind
  @kind
end

#missing_okObject (readonly)

Returns the value of attribute missing_ok

Returns:

  • (Object)

    the current value of missing_ok



21
22
23
# File 'lib/yb_ddl_parser/ast.rb', line 21

def missing_ok
  @missing_ok
end

#tablespaceObject (readonly)

Returns the value of attribute tablespace

Returns:

  • (Object)

    the current value of tablespace



21
22
23
# File 'lib/yb_ddl_parser/ast.rb', line 21

def tablespace
  @tablespace
end