| Package | Description |
|---|---|
| org.synchronoss.cpo.jdbc.cpoJdbcConfig | |
| org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl |
| Modifier and Type | Method and Description |
|---|---|
CtProperty |
CtJdbcReadWriteConfig.addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
CtProperty[] |
CtJdbcReadWriteConfig.getPropertyArray()
Gets array of all "property" elements
|
CtProperty |
CtJdbcReadWriteConfig.getPropertyArray(int i)
Gets ith "property" element
|
CtProperty |
CtJdbcReadWriteConfig.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
static CtProperty |
CtProperty.Factory.newInstance() |
static CtProperty |
CtProperty.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static CtProperty |
CtProperty.Factory.parse(File file) |
static CtProperty |
CtProperty.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static CtProperty |
CtProperty.Factory.parse(InputStream is) |
static CtProperty |
CtProperty.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static CtProperty |
CtProperty.Factory.parse(Node node) |
static CtProperty |
CtProperty.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static CtProperty |
CtProperty.Factory.parse(Reader r) |
static CtProperty |
CtProperty.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static CtProperty |
CtProperty.Factory.parse(String xmlAsString) |
static CtProperty |
CtProperty.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static CtProperty |
CtProperty.Factory.parse(URL u) |
static CtProperty |
CtProperty.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static CtProperty |
CtProperty.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static CtProperty |
CtProperty.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static CtProperty |
CtProperty.Factory.parse(XMLStreamReader sr) |
static CtProperty |
CtProperty.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
CtJdbcReadWriteConfig.setPropertyArray(CtProperty[] propertyArray)
Sets array of all "property" element
|
void |
CtJdbcReadWriteConfig.setPropertyArray(int i,
CtProperty property)
Sets ith "property" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
CtPropertyImpl
An XML ctProperty(@http://www.synchronoss.org/cpo/jdbc/CpoJdbcConfig.xsd).
|
| Modifier and Type | Method and Description |
|---|---|
CtProperty |
CtJdbcReadWriteConfigImpl.addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
CtProperty[] |
CtJdbcReadWriteConfigImpl.getPropertyArray()
Gets array of all "property" elements
|
CtProperty |
CtJdbcReadWriteConfigImpl.getPropertyArray(int i)
Gets ith "property" element
|
CtProperty |
CtJdbcReadWriteConfigImpl.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
CtJdbcReadWriteConfigImpl.setPropertyArray(CtProperty[] propertyArray)
Sets array of all "property" element
|
void |
CtJdbcReadWriteConfigImpl.setPropertyArray(int i,
CtProperty property)
Sets ith "property" element
|
Copyright © 2014. All Rights Reserved.