Class: OdfCore::Element::Db::AutoIncrement

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/db/auto_increment.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'db:auto-increment'
CHILDREN =
[].freeze
ATTRIBUTES =
["db:additional-column-statement", "db:row-retrieving-statement"].freeze

Instance Attribute Summary

Attributes inherited from AbstractElement

#attributes, #children

Method Summary

Methods inherited from AbstractElement

#<<, #[], #[]=, attributes, children, #initialize, xml_element_name

Constructor Details

This class inherits a constructor from OdfCore::Element::AbstractElement