|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
org.odftoolkit.odfdom.pkg.OdfElement
org.odftoolkit.odfdom.dom.element.db.DbApplicationConnectionSettingsElement
public class DbApplicationConnectionSettingsElement
DOM implementation of OpenDocument element db:application-connection-settings.
| Field Summary | |
|---|---|
static OdfName |
ELEMENT_NAME
|
| Fields inherited from class org.apache.xerces.dom.ElementNSImpl |
|---|
localName, namespaceURI |
| Fields inherited from class org.apache.xerces.dom.ElementImpl |
|---|
attributes, name |
| Fields inherited from class org.apache.xerces.dom.ParentNode |
|---|
firstChild, fNodeListCache, ownerDocument |
| Fields inherited from class org.apache.xerces.dom.ChildNode |
|---|
nextSibling, previousSibling |
| Fields inherited from interface org.w3c.dom.TypeInfo |
|---|
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION |
| Constructor Summary | |
|---|---|
DbApplicationConnectionSettingsElement(OdfFileDom ownerDoc)
Create the instance of DbApplicationConnectionSettingsElement |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class org.odftoolkit.odfdom.pkg.OdfElement |
|---|
cloneNode, cloneOdfElement, equals, findFirstChildNode, findNextChildNode, findPreviousChildNode, getAncestorAs, getOdfAttribute, getOdfAttribute, getOdfAttributeValue, getParentAs, hasOdfAttribute, insertBefore, onInsertNode, onInsertNode, onRemoveNode, onRemoveNode, removeChild, replaceChild, setOdfAttribute, setOdfAttributeValue, toString |
| Methods inherited from class org.apache.xerces.dom.ElementNSImpl |
|---|
getBaseURI, getLocalName, getNamespaceURI, getPrefix, getTypeName, getTypeNamespace, isDerivedFrom, setPrefix, setType, setValues |
| Methods inherited from class org.apache.xerces.dom.ParentNode |
|---|
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, item, setTextContent, synchronizeChildren |
| Methods inherited from class org.apache.xerces.dom.ChildNode |
|---|
getNextSibling, getParentNode, getPreviousSibling |
| Methods inherited from class org.apache.xerces.dom.NodeImpl |
|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, compareDocumentPosition, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, getTextContent, getUserData, hasChildNodes, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, setNodeValue, setTextContent, setUserData |
| Field Detail |
|---|
public static final OdfName ELEMENT_NAME
| Constructor Detail |
|---|
public DbApplicationConnectionSettingsElement(OdfFileDom ownerDoc)
DbApplicationConnectionSettingsElement
ownerDoc - The type is OdfFileDom| Method Detail |
|---|
public OdfName getOdfName()
getOdfName in class OdfElementOdfName the name of element db:application-connection-settings.public Boolean getDbAppendTableAliasNameAttribute()
DbAppendTableAliasNameAttribute , See db:append-table-alias-name
Boolean , 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-name
dbAppendTableAliasNameValue - The type is Booleanpublic String getDbBooleanComparisonModeAttribute()
DbBooleanComparisonModeAttribute , See db:boolean-comparison-mode
String , 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-mode
dbBooleanComparisonModeValue - The type is Stringpublic Boolean getDbEnableSql92CheckAttribute()
DbEnableSql92CheckAttribute , See db:enable-sql92-check
Boolean , 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-check
dbEnableSql92CheckValue - The type is Booleanpublic Boolean getDbIgnoreDriverPrivilegesAttribute()
DbIgnoreDriverPrivilegesAttribute , See db:ignore-driver-privileges
Boolean , 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-privileges
dbIgnoreDriverPrivilegesValue - The type is Booleanpublic Boolean getDbIsTableNameLengthLimitedAttribute()
DbIsTableNameLengthLimitedAttribute , See db:is-table-name-length-limited
Boolean , 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-limited
dbIsTableNameLengthLimitedValue - The type is Booleanpublic Integer getDbMaxRowCountAttribute()
DbMaxRowCountAttribute , See db:max-row-count
Integer , 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-count
dbMaxRowCountValue - The type is Integerpublic Boolean getDbSuppressVersionColumnsAttribute()
DbSuppressVersionColumnsAttribute , See db:suppress-version-columns
Boolean , 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-columns
dbSuppressVersionColumnsValue - The type is Booleanpublic Boolean getDbUseCatalogAttribute()
DbUseCatalogAttribute , See db:use-catalog
Boolean , the value or null, if the attribute is not set and no default value defined.public void setDbUseCatalogAttribute(Boolean dbUseCatalogValue)
DbUseCatalogAttribute , See db:use-catalog
dbUseCatalogValue - The type is Booleanpublic DbDataSourceSettingsElement newDbDataSourceSettingsElement()
public DbTableFilterElement newDbTableFilterElement()
public DbTableTypeFilterElement newDbTableTypeFilterElement()
public void accept(ElementVisitor visitor)
OdfElement
accept in class OdfElementvisitor - an instance of DefaultElementVisitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||