Class: OdfCore::Element::Db::ApplicationConnectionSettings

Inherits:
AbstractElement
  • Object
show all
Defined in:
lib/odf_core/element/db/application_connection_settings.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'db:application-connection-settings'
CHILDREN =
["db:data-source-settings", "db:table-filter", "db:table-type-filter"].freeze
ATTRIBUTES =
[
  "db:append-table-alias-name",
  "db:boolean-comparison-mode",
  "db:enable-sql92-check",
  "db:ignore-driver-privileges",
  "db:is-table-name-length-limited",
  "db:max-row-count",
  "db:suppress-version-columns",
  "db:use-catalog",
].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