|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CtJdbcConfig
An XML ctJdbcConfig(@http://www.synchronoss.org/cpo/jdbc/CpoJdbcConfig.xsd). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
CtJdbcConfig.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Fields inherited from interface org.apache.xmlbeans.XmlObject |
|---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
| Method Summary | |
|---|---|
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 |
| Methods inherited from interface org.synchronoss.cpo.core.cpoCoreConfig.CtDataSourceConfig |
|---|
getCpoConfigProcessor, getMetaDescriptorName, getName, setCpoConfigProcessor, setMetaDescriptorName, setName, xgetCpoConfigProcessor, xgetMetaDescriptorName, xgetName, xsetCpoConfigProcessor, xsetMetaDescriptorName, xsetName |
| Methods inherited from interface org.apache.xmlbeans.XmlObject |
|---|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
| Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
|---|
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
CtJdbcReadWriteConfig 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||