public class DbApplicationConnectionSettingsElement extends OdfElement
Modifier and Type | Field and Description |
---|---|
static OdfName |
ELEMENT_NAME |
localName, namespaceURI
attributes, name
firstChild, fNodeListCache, ownerDocument
nextSibling, previousSibling
DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_IS_CONTAINED, DOCUMENT_POSITION_PRECEDING, ELEMENT_DEFINITION_NODE, FIRSTCHILD, flags, HASSTRING, ID, IGNORABLEWS, NORMALIZED, OWNED, ownerNode, READONLY, SPECIFIED, SYNCCHILDREN, SYNCDATA, TREE_POSITION_ANCESTOR, TREE_POSITION_DESCENDANT, TREE_POSITION_DISCONNECTED, TREE_POSITION_EQUIVALENT, TREE_POSITION_FOLLOWING, TREE_POSITION_PRECEDING, TREE_POSITION_SAME_NODE
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION
Constructor and Description |
---|
DbApplicationConnectionSettingsElement(OdfFileDom ownerDoc)
Create the instance of
DbApplicationConnectionSettingsElement |
Modifier and Type | Method and Description |
---|---|
void |
accept(ElementVisitor visitor)
Accept an visitor instance to allow the visitor to do some operations.
|
Boolean |
getDbAppendTableAliasNameAttribute()
Receives the value of the ODFDOM attribute representation
DbAppendTableAliasNameAttribute , See db:append-table-alias-name |
String |
getDbBooleanComparisonModeAttribute()
Receives the value of the ODFDOM attribute representation
DbBooleanComparisonModeAttribute , See db:boolean-comparison-mode |
Boolean |
getDbEnableSql92CheckAttribute()
Receives the value of the ODFDOM attribute representation
DbEnableSql92CheckAttribute , See db:enable-sql92-check |
Boolean |
getDbIgnoreDriverPrivilegesAttribute()
Receives the value of the ODFDOM attribute representation
DbIgnoreDriverPrivilegesAttribute , See db:ignore-driver-privileges |
Boolean |
getDbIsTableNameLengthLimitedAttribute()
Receives the value of the ODFDOM attribute representation
DbIsTableNameLengthLimitedAttribute , See db:is-table-name-length-limited |
Integer |
getDbMaxRowCountAttribute()
Receives the value of the ODFDOM attribute representation
DbMaxRowCountAttribute , See db:max-row-count |
Boolean |
getDbSuppressVersionColumnsAttribute()
Receives the value of the ODFDOM attribute representation
DbSuppressVersionColumnsAttribute , See db:suppress-version-columns |
Boolean |
getDbUseCatalogAttribute()
Receives the value of the ODFDOM attribute representation
DbUseCatalogAttribute , See db:use-catalog |
OdfName |
getOdfName()
Get the element name
|
DbDataSourceSettingsElement |
newDbDataSourceSettingsElement()
Create child element db:data-source-settings.
|
DbTableFilterElement |
newDbTableFilterElement()
Create child element db:table-filter.
|
DbTableTypeFilterElement |
newDbTableTypeFilterElement()
Create child element db:table-type-filter.
|
void |
setDbAppendTableAliasNameAttribute(Boolean dbAppendTableAliasNameValue)
Sets the value of ODFDOM attribute representation
DbAppendTableAliasNameAttribute , See db:append-table-alias-name |
void |
setDbBooleanComparisonModeAttribute(String dbBooleanComparisonModeValue)
Sets the value of ODFDOM attribute representation
DbBooleanComparisonModeAttribute , See db:boolean-comparison-mode |
void |
setDbEnableSql92CheckAttribute(Boolean dbEnableSql92CheckValue)
Sets the value of ODFDOM attribute representation
DbEnableSql92CheckAttribute , See db:enable-sql92-check |
void |
setDbIgnoreDriverPrivilegesAttribute(Boolean dbIgnoreDriverPrivilegesValue)
Sets the value of ODFDOM attribute representation
DbIgnoreDriverPrivilegesAttribute , See db:ignore-driver-privileges |
void |
setDbIsTableNameLengthLimitedAttribute(Boolean dbIsTableNameLengthLimitedValue)
Sets the value of ODFDOM attribute representation
DbIsTableNameLengthLimitedAttribute , See db:is-table-name-length-limited |
void |
setDbMaxRowCountAttribute(Integer dbMaxRowCountValue)
Sets the value of ODFDOM attribute representation
DbMaxRowCountAttribute , See db:max-row-count |
void |
setDbSuppressVersionColumnsAttribute(Boolean dbSuppressVersionColumnsValue)
Sets the value of ODFDOM attribute representation
DbSuppressVersionColumnsAttribute , See db:suppress-version-columns |
void |
setDbUseCatalogAttribute(Boolean dbUseCatalogValue)
Sets the value of ODFDOM attribute representation
DbUseCatalogAttribute , See db:use-catalog |
cloneNode, equals, findFirstChildNode, findNextChildNode, findPreviousChildNode, getAncestorAs, getOdfAttribute, getOdfAttribute, getOdfAttributeValue, getParentAs, hasOdfAttribute, insertBefore, onInsertNode, onInsertNode, onRemoveNode, onRemoveNode, removeChild, replaceChild, setOdfAttribute, setOdfAttributeValue, toString
getBaseURI, getLocalName, getNamespaceURI, getPrefix, getTypeName, getTypeNamespace, isDerivedFrom, setPrefix, setType, setValues
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getXercesAttribute, hasAttribute, hasAttributeNS, hasAttributes, isEqualNode, normalize, reconcileDefaultAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setOwnerDocument, setReadOnly, setupDefaultAttributes, setXercesAttributeNode, synchronizeData
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, item, setTextContent, synchronizeChildren
getNextSibling, getParentNode, getPreviousSibling
addEventListener, appendChild, changed, changes, compareDocumentPosition, compareTreePosition, dispatchEvent, getContainer, getFeature, getNodeNumber, getNodeValue, getReadOnly, getUserData, getUserData, getUserDataRecord, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setNodeValue, setUserData, setUserData
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
appendChild, compareDocumentPosition, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, getTextContent, getUserData, hasChildNodes, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, setNodeValue, setTextContent, setUserData
public static final OdfName ELEMENT_NAME
public DbApplicationConnectionSettingsElement(OdfFileDom ownerDoc)
DbApplicationConnectionSettingsElement
ownerDoc
- The type is OdfFileDom
public OdfName getOdfName()
getOdfName
in class OdfElement
OdfName
the name of element db:application-connection-settings.public Boolean getDbAppendTableAliasNameAttribute()
DbAppendTableAliasNameAttribute
, See db:append-table-alias-nameBoolean
, the value or null
, if the attribute is not set and no default value defined.public void setDbAppendTableAliasNameAttribute(Boolean dbAppendTableAliasNameValue)
DbAppendTableAliasNameAttribute
, See db:append-table-alias-namedbAppendTableAliasNameValue
- The type is Boolean
public String getDbBooleanComparisonModeAttribute()
DbBooleanComparisonModeAttribute
, See db:boolean-comparison-modeString
, the value or null
, if the attribute is not set and no default value defined.public void setDbBooleanComparisonModeAttribute(String dbBooleanComparisonModeValue)
DbBooleanComparisonModeAttribute
, See db:boolean-comparison-modedbBooleanComparisonModeValue
- The type is String
public Boolean getDbEnableSql92CheckAttribute()
DbEnableSql92CheckAttribute
, See db:enable-sql92-checkBoolean
, the value or null
, if the attribute is not set and no default value defined.public void setDbEnableSql92CheckAttribute(Boolean dbEnableSql92CheckValue)
DbEnableSql92CheckAttribute
, See db:enable-sql92-checkdbEnableSql92CheckValue
- The type is Boolean
public Boolean getDbIgnoreDriverPrivilegesAttribute()
DbIgnoreDriverPrivilegesAttribute
, See db:ignore-driver-privilegesBoolean
, the value or null
, if the attribute is not set and no default value defined.public void setDbIgnoreDriverPrivilegesAttribute(Boolean dbIgnoreDriverPrivilegesValue)
DbIgnoreDriverPrivilegesAttribute
, See db:ignore-driver-privilegesdbIgnoreDriverPrivilegesValue
- The type is Boolean
public Boolean getDbIsTableNameLengthLimitedAttribute()
DbIsTableNameLengthLimitedAttribute
, See db:is-table-name-length-limitedBoolean
, the value or null
, if the attribute is not set and no default value defined.public void setDbIsTableNameLengthLimitedAttribute(Boolean dbIsTableNameLengthLimitedValue)
DbIsTableNameLengthLimitedAttribute
, See db:is-table-name-length-limiteddbIsTableNameLengthLimitedValue
- The type is Boolean
public Integer getDbMaxRowCountAttribute()
DbMaxRowCountAttribute
, See db:max-row-countInteger
, the value or null
, if the attribute is not set and no default value defined.public void setDbMaxRowCountAttribute(Integer dbMaxRowCountValue)
DbMaxRowCountAttribute
, See db:max-row-countdbMaxRowCountValue
- The type is Integer
public Boolean getDbSuppressVersionColumnsAttribute()
DbSuppressVersionColumnsAttribute
, See db:suppress-version-columnsBoolean
, the value or null
, if the attribute is not set and no default value defined.public void setDbSuppressVersionColumnsAttribute(Boolean dbSuppressVersionColumnsValue)
DbSuppressVersionColumnsAttribute
, See db:suppress-version-columnsdbSuppressVersionColumnsValue
- The type is Boolean
public Boolean getDbUseCatalogAttribute()
DbUseCatalogAttribute
, See db:use-catalogBoolean
, the value or null
, if the attribute is not set and no default value defined.public void setDbUseCatalogAttribute(Boolean dbUseCatalogValue)
DbUseCatalogAttribute
, See db:use-catalogdbUseCatalogValue
- The type is Boolean
public DbDataSourceSettingsElement newDbDataSourceSettingsElement()
public DbTableFilterElement newDbTableFilterElement()
public DbTableTypeFilterElement newDbTableTypeFilterElement()
public void accept(ElementVisitor visitor)
OdfElement
accept
in class OdfElement
visitor
- an instance of DefaultElementVisitorCopyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.