Class: OdfCore::Element::Db::DriverSettings

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

Constant Summary collapse

XML_ELEMENT_NAME =
'db:driver-settings'
CHILDREN =
[
  "db:auto-increment",
  "db:character-set",
  "db:delimiter",
  "db:table-settings",
].freeze
ATTRIBUTES =
[
  "db:base-dn",
  "db:is-first-row-header-line",
  "db:parameter-name-substitution",
  "db:show-deleted",
  "db:system-driver-settings",
].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