public interface CtJdbcConfig extends CtDataSourceConfig
| Modifier and Type | Interface and Description |
|---|---|
static class |
CtJdbcConfig.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
CtJdbcReadWriteConfig |
addNewReadConfig()
Appends and returns a new empty "readConfig" element
|
CtJdbcReadWriteConfig |
addNewReadWriteConfig()
Appends and returns a new empty "readWriteConfig" element
|
CtJdbcReadWriteConfig |
addNewWriteConfig()
Appends and returns a new empty "writeConfig" element
|
CtJdbcReadWriteConfig |
getReadConfig()
Gets the "readConfig" element
|
CtJdbcReadWriteConfig |
getReadWriteConfig()
Gets the "readWriteConfig" element
|
boolean |
getSupportsBlobs()
Gets the "supportsBlobs" attribute
|
boolean |
getSupportsCalls()
Gets the "supportsCalls" attribute
|
boolean |
getSupportsMillis()
Gets the "supportsMillis" attribute
|
boolean |
getSupportsSelect4Update()
Gets the "supportsSelect4Update" attribute
|
CtJdbcReadWriteConfig |
getWriteConfig()
Gets the "writeConfig" element
|
boolean |
isSetReadConfig()
True if has "readConfig" element
|
boolean |
isSetReadWriteConfig()
True if has "readWriteConfig" element
|
boolean |
isSetSupportsBlobs()
True if has "supportsBlobs" attribute
|
boolean |
isSetSupportsCalls()
True if has "supportsCalls" attribute
|
boolean |
isSetSupportsMillis()
True if has "supportsMillis" attribute
|
boolean |
isSetSupportsSelect4Update()
True if has "supportsSelect4Update" attribute
|
boolean |
isSetWriteConfig()
True if has "writeConfig" element
|
void |
setReadConfig(CtJdbcReadWriteConfig readConfig)
Sets the "readConfig" element
|
void |
setReadWriteConfig(CtJdbcReadWriteConfig readWriteConfig)
Sets the "readWriteConfig" element
|
void |
setSupportsBlobs(boolean supportsBlobs)
Sets the "supportsBlobs" attribute
|
void |
setSupportsCalls(boolean supportsCalls)
Sets the "supportsCalls" attribute
|
void |
setSupportsMillis(boolean supportsMillis)
Sets the "supportsMillis" attribute
|
void |
setSupportsSelect4Update(boolean supportsSelect4Update)
Sets the "supportsSelect4Update" attribute
|
void |
setWriteConfig(CtJdbcReadWriteConfig writeConfig)
Sets the "writeConfig" element
|
void |
unsetReadConfig()
Unsets the "readConfig" element
|
void |
unsetReadWriteConfig()
Unsets the "readWriteConfig" element
|
void |
unsetSupportsBlobs()
Unsets the "supportsBlobs" attribute
|
void |
unsetSupportsCalls()
Unsets the "supportsCalls" attribute
|
void |
unsetSupportsMillis()
Unsets the "supportsMillis" attribute
|
void |
unsetSupportsSelect4Update()
Unsets the "supportsSelect4Update" attribute
|
void |
unsetWriteConfig()
Unsets the "writeConfig" element
|
org.apache.xmlbeans.XmlBoolean |
xgetSupportsBlobs()
Gets (as xml) the "supportsBlobs" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetSupportsCalls()
Gets (as xml) the "supportsCalls" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetSupportsMillis()
Gets (as xml) the "supportsMillis" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetSupportsSelect4Update()
Gets (as xml) the "supportsSelect4Update" attribute
|
void |
xsetSupportsBlobs(org.apache.xmlbeans.XmlBoolean supportsBlobs)
Sets (as xml) the "supportsBlobs" attribute
|
void |
xsetSupportsCalls(org.apache.xmlbeans.XmlBoolean supportsCalls)
Sets (as xml) the "supportsCalls" attribute
|
void |
xsetSupportsMillis(org.apache.xmlbeans.XmlBoolean supportsMillis)
Sets (as xml) the "supportsMillis" attribute
|
void |
xsetSupportsSelect4Update(org.apache.xmlbeans.XmlBoolean supportsSelect4Update)
Sets (as xml) the "supportsSelect4Update" attribute
|
getCpoConfigProcessor, getMetaDescriptorName, getName, setCpoConfigProcessor, setMetaDescriptorName, setName, xgetCpoConfigProcessor, xgetMetaDescriptorName, xgetName, xsetCpoConfigProcessor, xsetMetaDescriptorName, xsetNamechangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextCtJdbcReadWriteConfig getReadWriteConfig()
boolean isSetReadWriteConfig()
void setReadWriteConfig(CtJdbcReadWriteConfig readWriteConfig)
CtJdbcReadWriteConfig addNewReadWriteConfig()
void unsetReadWriteConfig()
CtJdbcReadWriteConfig getReadConfig()
boolean isSetReadConfig()
void setReadConfig(CtJdbcReadWriteConfig readConfig)
CtJdbcReadWriteConfig addNewReadConfig()
void unsetReadConfig()
CtJdbcReadWriteConfig getWriteConfig()
boolean isSetWriteConfig()
void setWriteConfig(CtJdbcReadWriteConfig writeConfig)
CtJdbcReadWriteConfig addNewWriteConfig()
void unsetWriteConfig()
boolean getSupportsBlobs()
org.apache.xmlbeans.XmlBoolean xgetSupportsBlobs()
boolean isSetSupportsBlobs()
void setSupportsBlobs(boolean supportsBlobs)
void xsetSupportsBlobs(org.apache.xmlbeans.XmlBoolean supportsBlobs)
void unsetSupportsBlobs()
boolean getSupportsCalls()
org.apache.xmlbeans.XmlBoolean xgetSupportsCalls()
boolean isSetSupportsCalls()
void setSupportsCalls(boolean supportsCalls)
void xsetSupportsCalls(org.apache.xmlbeans.XmlBoolean supportsCalls)
void unsetSupportsCalls()
boolean getSupportsMillis()
org.apache.xmlbeans.XmlBoolean xgetSupportsMillis()
boolean isSetSupportsMillis()
void setSupportsMillis(boolean supportsMillis)
void xsetSupportsMillis(org.apache.xmlbeans.XmlBoolean supportsMillis)
void unsetSupportsMillis()
boolean getSupportsSelect4Update()
org.apache.xmlbeans.XmlBoolean xgetSupportsSelect4Update()
boolean isSetSupportsSelect4Update()
void setSupportsSelect4Update(boolean supportsSelect4Update)
void xsetSupportsSelect4Update(org.apache.xmlbeans.XmlBoolean supportsSelect4Update)
void unsetSupportsSelect4Update()
Copyright © 2014. All Rights Reserved.