Skip navigation links
A B C D E F G I J L M N O P R S T U V X 

A

AbstractJdbcDataSource - Class in org.synchronoss.cpo.jdbc
 
AbstractJdbcDataSource(String) - Constructor for class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
 
AbstractJdbcDataSource(String, SortedMap<String, String>) - Constructor for class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
 
AbstractJdbcDataSource(String, Properties) - Constructor for class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
 
AbstractJdbcDataSourceInfo - Class in org.synchronoss.cpo.jdbc
 
AbstractJdbcDataSourceInfo(String) - Constructor for class org.synchronoss.cpo.jdbc.AbstractJdbcDataSourceInfo
 
AbstractJdbcDataSourceInfo(String, SortedMap<String, String>) - Constructor for class org.synchronoss.cpo.jdbc.AbstractJdbcDataSourceInfo
 
AbstractJdbcDataSourceInfo(String, Properties) - Constructor for class org.synchronoss.cpo.jdbc.AbstractJdbcDataSourceInfo
 
addNewProperty() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Appends and returns a new empty value (as xml) as the last "property" element
addNewProperty() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Appends and returns a new empty value (as xml) as the last "property" element
addNewReadConfig() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Appends and returns a new empty "readConfig" element
addNewReadConfig() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Appends and returns a new empty "readConfig" element
addNewReadWriteConfig() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Appends and returns a new empty "readWriteConfig" element
addNewReadWriteConfig() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Appends and returns a new empty "readWriteConfig" element
addNewWriteConfig() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Appends and returns a new empty "writeConfig" element
addNewWriteConfig() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Appends and returns a new empty "writeConfig" element
AddReleasible(CpoReleasible) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
Adds a releasible object to this object.

B

BOTH - Static variable in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Scope
 
buildColumnName(CpoAttribute) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 

C

CallableStatementCpoData - Class in org.synchronoss.cpo.jdbc
 
CallableStatementCpoData(CallableStatement, CpoAttribute, int) - Constructor for class org.synchronoss.cpo.jdbc.CallableStatementCpoData
 
CallableStatementCpoData(JdbcCallableStatementFactory, CpoAttribute, int) - Constructor for class org.synchronoss.cpo.jdbc.CallableStatementCpoData
 
ClassJdbcDataSourceInfo - Class in org.synchronoss.cpo.jdbc
Collects the info required to instantiate a DataSource from a JDBC Driver Provides the DataSourceInfo factory method getDataSource which instantiates the DataSource
ClassJdbcDataSourceInfo(String, SortedMap<String, String>) - Constructor for class org.synchronoss.cpo.jdbc.ClassJdbcDataSourceInfo
Creates a ClassJdbcDataSourceInfo from a Jdbc Driver
clearConnectionBusy(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
close() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
close() - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Closes the current transaction behind the CpoTrxAdapter.
closeLocalConnection(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
closeLocalConnection(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
Closes a local connection.
closeResource(JdbcCpoAdapter) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
commit() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
commit() - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Commits the current transaction behind the CpoTrxAdapter
commitLocalConnection(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
commitLocalConnection(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
Commits a local connection.
commitResource(JdbcCpoAdapter) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
connectionClosed(ConnectionEvent) - Method in class org.synchronoss.cpo.jdbc.ClassJdbcDataSourceInfo
 
connectionErrorOccurred(ConnectionEvent) - Method in class org.synchronoss.cpo.jdbc.ClassJdbcDataSourceInfo
 
createCpoArgument() - Method in class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaAdapter
 
createCpoAttribute() - Method in class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaAdapter
 
createDataSource() - Method in class org.synchronoss.cpo.jdbc.ClassJdbcDataSourceInfo
 
createDataSource() - Method in class org.synchronoss.cpo.jdbc.DriverJdbcDataSourceInfo
 
createDataSource() - Method in class org.synchronoss.cpo.jdbc.JndiJdbcDataSourceInfo
 
createNewResource() - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
CtJdbcArgument - Interface in org.synchronoss.cpo.jdbc.cpoJdbcMeta
An XML ctJdbcArgument(@http://www.synchronoss.org/cpo/jdbc/CpoJdbcMeta.xsd).
CtJdbcArgument.Factory - Class in org.synchronoss.cpo.jdbc.cpoJdbcMeta
A factory class with static methods for creating instances of this type.
CtJdbcArgument.Scope - Interface in org.synchronoss.cpo.jdbc.cpoJdbcMeta
An XML scope(@http://www.synchronoss.org/cpo/jdbc/CpoJdbcMeta.xsd).
CtJdbcArgument.Scope.Enum - Class in org.synchronoss.cpo.jdbc.cpoJdbcMeta
Enumeration value class for org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument$Scope.
CtJdbcArgument.Scope.Factory - Class in org.synchronoss.cpo.jdbc.cpoJdbcMeta
A factory class with static methods for creating instances of this type.
CtJdbcArgumentImpl - Class in org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl
An XML ctJdbcArgument(@http://www.synchronoss.org/cpo/jdbc/CpoJdbcMeta.xsd).
CtJdbcArgumentImpl(SchemaType) - Constructor for class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcArgumentImpl
 
CtJdbcArgumentImpl.ScopeImpl - Class in org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl
An XML scope(@http://www.synchronoss.org/cpo/jdbc/CpoJdbcMeta.xsd).
CtJdbcAttribute - Interface in org.synchronoss.cpo.jdbc.cpoJdbcMeta
An XML ctJdbcAttribute(@http://www.synchronoss.org/cpo/jdbc/CpoJdbcMeta.xsd).
CtJdbcAttribute.Factory - Class in org.synchronoss.cpo.jdbc.cpoJdbcMeta
A factory class with static methods for creating instances of this type.
CtJdbcAttributeImpl - Class in org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl
An XML ctJdbcAttribute(@http://www.synchronoss.org/cpo/jdbc/CpoJdbcMeta.xsd).
CtJdbcAttributeImpl(SchemaType) - Constructor for class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcAttributeImpl
 
CtJdbcConfig - Interface in org.synchronoss.cpo.jdbc.cpoJdbcConfig
An XML ctJdbcConfig(@http://www.synchronoss.org/cpo/jdbc/CpoJdbcConfig.xsd).
CtJdbcConfig.Factory - Class in org.synchronoss.cpo.jdbc.cpoJdbcConfig
A factory class with static methods for creating instances of this type.
CtJdbcConfigImpl - Class in org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl
An XML ctJdbcConfig(@http://www.synchronoss.org/cpo/jdbc/CpoJdbcConfig.xsd).
CtJdbcConfigImpl(SchemaType) - Constructor for class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
 
CtJdbcReadWriteConfig - Interface in org.synchronoss.cpo.jdbc.cpoJdbcConfig
An XML ctJdbcReadWriteConfig(@http://www.synchronoss.org/cpo/jdbc/CpoJdbcConfig.xsd).
CtJdbcReadWriteConfig.Factory - Class in org.synchronoss.cpo.jdbc.cpoJdbcConfig
A factory class with static methods for creating instances of this type.
CtJdbcReadWriteConfigImpl - Class in org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl
An XML ctJdbcReadWriteConfig(@http://www.synchronoss.org/cpo/jdbc/CpoJdbcConfig.xsd).
CtJdbcReadWriteConfigImpl(SchemaType) - Constructor for class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
 
CtProperty - Interface in org.synchronoss.cpo.jdbc.cpoJdbcConfig
An XML ctProperty(@http://www.synchronoss.org/cpo/jdbc/CpoJdbcConfig.xsd).
CtProperty.Factory - Class in org.synchronoss.cpo.jdbc.cpoJdbcConfig
A factory class with static methods for creating instances of this type.
CtPropertyImpl - Class in org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl
An XML ctProperty(@http://www.synchronoss.org/cpo/jdbc/CpoJdbcConfig.xsd).
CtPropertyImpl(SchemaType) - Constructor for class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtPropertyImpl
 

D

deleteObject(T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Removes the Object from the datasource.
deleteObject(String, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Removes the Object from the datasource.
deleteObject(String, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Removes the Object from the datasource.
deleteObject(T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Removes the Object from the datasource.
deleteObject(String, T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Removes the Object from the datasource.
deleteObject(String, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Removes the Object from the datasource.
deleteObjects(Collection<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Removes the Objects contained in the collection from the datasource.
deleteObjects(String, Collection<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Removes the Objects contained in the collection from the datasource.
deleteObjects(String, Collection<T>, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Removes the Objects contained in the collection from the datasource.
deleteObjects(Collection<T>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Removes the Objects contained in the collection from the datasource.
deleteObjects(String, Collection<T>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Removes the Objects contained in the collection from the datasource.
deleteObjects(String, Collection<T>, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Removes the Objects contained in the collection from the datasource.
DriverJdbcDataSourceInfo - Class in org.synchronoss.cpo.jdbc
Collects the info required to instantiate a DataSource from a JDBC Driver Provides the DataSourceInfo factory method getDataSource which instantiates the DataSource
DriverJdbcDataSourceInfo(String, String) - Constructor for class org.synchronoss.cpo.jdbc.DriverJdbcDataSourceInfo
Creates a DriverJdbcDataSourceInfo from a Jdbc Driver
DriverJdbcDataSourceInfo(String, String, Properties) - Constructor for class org.synchronoss.cpo.jdbc.DriverJdbcDataSourceInfo
Creates a DriverJdbcDataSourceInfo from a Jdbc Driver
DriverJdbcDataSourceInfo(String, String, String, String) - Constructor for class org.synchronoss.cpo.jdbc.DriverJdbcDataSourceInfo
Creates a DriverJdbcDataSourceInfo from a Jdbc Driver

E

enumValue() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Scope
 
executeObject(T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Executes an Object whose metadata will call an executable within the datasource.
executeObject(String, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Executes an Object whose metadata will call an executable within the datasource.
executeObject(String, C, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Executes an Object that represents an executable object within the datasource.
executeObject(T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Executes an Object whose metadata will call an executable within the datasource.
executeObject(String, T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Executes an Object whose metadata will call an executable within the datasource.
executeObject(String, C, T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Executes an Object that represents an executable object within the datasource.
existsObject(T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(String, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(String, T, Collection<CpoWhere>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(String, T, Connection, Collection<CpoWhere>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(String, T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(String, T, Collection<CpoWhere>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
The CpoAdapter will check to see if this object exists in the datasource.

F

finalize() - Method in class org.synchronoss.cpo.jdbc.ClassJdbcDataSourceInfo
 
finalize() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
DOCUMENT ME!
forInt(int) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Scope.Enum
Returns the enum value corresponding to an int, or null if none.
forString(String) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Scope.Enum
Returns the enum value for a string, or null if none.

G

getAllowableDataTypes() - Method in class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaAdapter
 
getAttribute() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoArgument
 
getBindableStatement() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
 
getCallableStatement() - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
returns the jdbc callable statment associated with this object
getConnection(String, String) - Method in class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
 
getConnection() - Method in class org.synchronoss.cpo.jdbc.ClassJdbcDataSourceInfo
 
getConnection() - Method in class org.synchronoss.cpo.jdbc.DriverJdbcDataSourceInfo
 
getContext() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getCpoAdapter() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapterFactory
 
getCpoAttributes(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
getCpoAttributes(String) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
getCpoData(CpoAttribute, int) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
 
getCpoMetaDescriptor() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
getCpoMetaDescriptor() - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
getCpoTrxAdapter() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapterFactory
Provides a mechanism for the user to obtain a CpoTrxAdapter object.
getCpoXaAdapter() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapterFactory
 
getCsGetter() - Method in class org.synchronoss.cpo.jdbc.meta.JdbcMethodMapEntry
 
getCsSetter() - Method in class org.synchronoss.cpo.jdbc.meta.JdbcMethodMapEntry
 
getDataSourceClassName() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Gets the "dataSourceClassName" element
getDataSourceClassName() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Gets the "dataSourceClassName" element
getDataSourceName() - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
getDataTypeMapper() - Method in class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaAdapter
 
getDbColumn() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute
Gets the "dbColumn" element
getDbColumn() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcAttributeImpl
Gets the "dbColumn" element
getDbColumn() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAttribute
 
getDbTable() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute
Gets the "dbTable" element
getDbTable() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcAttributeImpl
Gets the "dbTable" element
getDbTable() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAttribute
 
getDriverClassName() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Gets the "driverClassName" element
getDriverClassName() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Gets the "driverClassName" element
getExpressionParser() - Method in class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaAdapter
 
getGroupType(T, String, String, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getInstance(JdbcCpoMetaDescriptor, DataSourceInfo<DataSource>) - Static method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
getInstance(JdbcCpoMetaDescriptor, DataSourceInfo<DataSource>, DataSourceInfo<DataSource>) - Static method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Creates a JdbcCpoAdapter.
getJavaSqlMethod(Class<?>) - Static method in class org.synchronoss.cpo.jdbc.meta.JdbcMethodMapper
 
getJndiName() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Gets the "jndiName" element
getJndiName() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Gets the "jndiName" element
getLoginTimeout() - Method in class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
 
getLogWriter() - Method in class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
 
getMetaAdapterClass() - Method in class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaDescriptor
 
getMetaXmlObjectExporter() - Method in class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaDescriptor
 
getMethodMapper() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
 
getMethodMapper() - Static method in class org.synchronoss.cpo.jdbc.meta.JdbcMethodMapper
 
getName() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty
Gets the "name" attribute
getName() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtPropertyImpl
Gets the "name" attribute
getOutArguments() - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
returns the Out parameters from the callable statement
getParentLogger() - Method in class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
 
getPassword() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Gets the "password" element
getPassword() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Gets the "password" element
getPreparedStatement() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
Returns the jdbc prepared statment associated with this object
getPropertyArray() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Gets array of all "property" elements
getPropertyArray(int) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Gets ith "property" element
getPropertyArray() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Gets array of all "property" elements
getPropertyArray(int) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Gets ith "property" element
getReadConfig() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Gets the "readConfig" element
getReadConfig() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Gets the "readConfig" element
getReadConnection() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getReadConnection() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
DOCUMENT ME!
getReadDataSource() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
getReadWriteConfig() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Gets the "readWriteConfig" element
getReadWriteConfig() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Gets the "readWriteConfig" element
getScope() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument
Gets the "scope" element
getScope() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcArgumentImpl
Gets the "scope" element
getScope() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoArgument
 
getStartingIndex() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
 
getStaticConnection() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
getSupportsBlobs() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Gets the "supportsBlobs" attribute
getSupportsBlobs() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Gets the "supportsBlobs" attribute
getSupportsCalls() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Gets the "supportsCalls" attribute
getSupportsCalls() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Gets the "supportsCalls" attribute
getSupportsMillis() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Gets the "supportsMillis" attribute
getSupportsMillis() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Gets the "supportsMillis" attribute
getSupportsSelect4Update() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Gets the "supportsSelect4Update" attribute
getSupportsSelect4Update() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Gets the "supportsSelect4Update" attribute
getTypeInfo() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument
Gets the "typeInfo" element
getTypeInfo() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcArgumentImpl
Gets the "typeInfo" element
getTypeInfo() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoArgument
 
getUrl() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Gets the "url" element
getUrl() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Gets the "url" element
getUser() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Gets the "user" element
getUser() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Gets the "user" element
getValue() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty
Gets the "value" attribute
getValue() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtPropertyImpl
Gets the "value" attribute
getWriteConfig() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Gets the "writeConfig" element
getWriteConfig() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Gets the "writeConfig" element
getWriteConnection() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getWriteConnection() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
DOCUMENT ME!
getWriteDataSource() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 

I

IN - Static variable in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Scope
 
initTransformClass(CpoMetaDescriptor) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAttribute
 
insertNewProperty(int) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Inserts and returns a new empty value (as xml) as the ith "property" element
insertNewProperty(int) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Inserts and returns a new empty value (as xml) as the ith "property" element
insertObject(T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Creates the Object in the datasource.
insertObject(String, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Creates the Object in the datasource.
insertObject(String, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Creates the Object in the datasource.
insertObject(T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Creates the Object in the datasource.
insertObject(String, T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Creates the Object in the datasource.
insertObject(String, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Creates the Object in the datasource.
insertObjects(Collection<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Iterates through a collection of Objects, creates and stores them in the datasource.
insertObjects(String, Collection<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Iterates through a collection of Objects, creates and stores them in the datasource.
insertObjects(String, Collection<T>, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Iterates through a collection of Objects, creates and stores them in the datasource.
insertObjects(Collection<T>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Iterates through a collection of Objects, creates and stores them in the datasource.
insertObjects(String, Collection<T>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Iterates through a collection of Objects, creates and stores them in the datasource.
insertObjects(String, Collection<T>, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Iterates through a collection of Objects, creates and stores them in the datasource.
INT_BOTH - Static variable in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Scope
 
INT_IN - Static variable in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Scope
 
INT_OUT - Static variable in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Scope
 
invokeGetter() - Method in class org.synchronoss.cpo.jdbc.CallableStatementCpoData
 
invokeSetter(Object) - Method in class org.synchronoss.cpo.jdbc.CallableStatementCpoData
 
invokeSetter(Object) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementCpoData
 
isBatchUpdatesSupported() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
isBusy() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
Returns true if the TrxAdapter is processing a request, false if it is not
isBusy() - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Returns true if the TrxAdapter is processing a request, false if it is not
isClosed() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
isClosed() - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Returns true if the TrxAdapter has been closed, false if it is still active
isConnectionBusy(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
isInParameter() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoArgument
 
isLocalResourceBusy() - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
isOutParameter() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoArgument
 
isSameRM(XAResource) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
This method is called to determine if the resource manager instance represented by the target object is the same as the resouce manager instance represented by the parameter xares.
isSetDataSourceClassName() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
True if has "dataSourceClassName" element
isSetDataSourceClassName() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
True if has "dataSourceClassName" element
isSetDbColumn() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute
True if has "dbColumn" element
isSetDbColumn() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcAttributeImpl
True if has "dbColumn" element
isSetDbTable() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute
True if has "dbTable" element
isSetDbTable() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcAttributeImpl
True if has "dbTable" element
isSetDriverClassName() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
True if has "driverClassName" element
isSetDriverClassName() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
True if has "driverClassName" element
isSetJndiName() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
True if has "jndiName" element
isSetJndiName() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
True if has "jndiName" element
isSetPassword() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
True if has "password" element
isSetPassword() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
True if has "password" element
isSetReadConfig() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
True if has "readConfig" element
isSetReadConfig() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
True if has "readConfig" element
isSetReadWriteConfig() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
True if has "readWriteConfig" element
isSetReadWriteConfig() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
True if has "readWriteConfig" element
isSetScope() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument
True if has "scope" element
isSetScope() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcArgumentImpl
True if has "scope" element
isSetSupportsBlobs() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
True if has "supportsBlobs" attribute
isSetSupportsBlobs() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
True if has "supportsBlobs" attribute
isSetSupportsCalls() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
True if has "supportsCalls" attribute
isSetSupportsCalls() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
True if has "supportsCalls" attribute
isSetSupportsMillis() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
True if has "supportsMillis" attribute
isSetSupportsMillis() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
True if has "supportsMillis" attribute
isSetSupportsSelect4Update() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
True if has "supportsSelect4Update" attribute
isSetSupportsSelect4Update() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
True if has "supportsSelect4Update" attribute
isSetTypeInfo() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument
True if has "typeInfo" element
isSetTypeInfo() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcArgumentImpl
True if has "typeInfo" element
isSetUrl() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
True if has "url" element
isSetUrl() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
True if has "url" element
isSetUser() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
True if has "user" element
isSetUser() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
True if has "user" element
isSetWriteConfig() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
True if has "writeConfig" element
isSetWriteConfig() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
True if has "writeConfig" element
isSupportsBlobs() - Method in class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaDescriptor
 
isSupportsCalls() - Method in class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaDescriptor
 
isSupportsMillis() - Method in class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaDescriptor
 
isSupportsSelect4Update() - Method in class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaDescriptor
 
isWrapperFor(Class<?>) - Method in class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
 

J

JdbcCallableStatementFactory - Class in org.synchronoss.cpo.jdbc
JdbcCallableStatementFactory is the object that encapsulates the creation of the actual CallableStatement for the JDBC driver.
JdbcCallableStatementFactory(Connection, JdbcCpoAdapter, CpoFunction, Object) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
Used to build the CallableStatement that is used by CPO to create the actual JDBC CallableStatement.
JdbcCpoAdapter - Class in org.synchronoss.cpo.jdbc
JdbcCpoAdapter is an interface for a set of routines that are responsible for managing value objects from a datasource.
JdbcCpoAdapter() - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
JdbcCpoAdapter(JdbcCpoMetaDescriptor, DataSourceInfo<DataSource>) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Creates a JdbcCpoAdapter.
JdbcCpoAdapter(JdbcCpoMetaDescriptor, DataSourceInfo<DataSource>, DataSourceInfo<DataSource>) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Creates a JdbcCpoAdapter.
JdbcCpoAdapter(JdbcCpoAdapter) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
This constructor is used specifically to clone a JdbcCpoAdapter.
JdbcCpoAdapterFactory - Class in org.synchronoss.cpo.jdbc
Created by dberry on 11/8/15.
JdbcCpoAdapterFactory(JdbcCpoAdapter) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoAdapterFactory
 
JdbcCpoArgument - Class in org.synchronoss.cpo.jdbc
JdbcCpoArgument is a class that defines the arguments to a JDBC expression
JdbcCpoArgument() - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoArgument
 
JdbcCpoAttribute - Class in org.synchronoss.cpo.jdbc
JdbcCpoAttribute.
JdbcCpoAttribute() - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoAttribute
 
JdbcCpoConfigProcessor - Class in org.synchronoss.cpo.jdbc.config
 
JdbcCpoConfigProcessor() - Constructor for class org.synchronoss.cpo.jdbc.config.JdbcCpoConfigProcessor
 
JdbcCpoMetaAdapter - Class in org.synchronoss.cpo.jdbc.meta
 
JdbcCpoMetaAdapter() - Constructor for class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaAdapter
 
JdbcCpoMetaDescriptor - Class in org.synchronoss.cpo.jdbc.meta
 
JdbcCpoMetaDescriptor(String, boolean) - Constructor for class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaDescriptor
 
JdbcCpoTransform<D,J> - Interface in org.synchronoss.cpo.transform.jdbc
 
JdbcCpoTrxAdapter - Class in org.synchronoss.cpo.jdbc
 
JdbcCpoTrxAdapter(JdbcCpoAdapter) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
JdbcCpoWhere - Class in org.synchronoss.cpo.jdbc
Created with IntelliJ IDEA.
JdbcCpoWhere() - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
JdbcCpoWhere(int, String, int, T) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
JdbcCpoWhere(int, String, int, T, boolean) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
JdbcCpoXaAdapter - Class in org.synchronoss.cpo.jdbc.jta
A JdbcCpoXaAdapter wraps the XAResource processing around a JdbcCpoTrxAdapter.
JdbcCpoXaAdapter(JdbcCpoAdapterFactory) - Constructor for class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
JdbcMetaXmlObjectExporter - Class in org.synchronoss.cpo.jdbc.exporter
XmlObject exporter for jdbc meta objects
JdbcMetaXmlObjectExporter(CpoMetaDescriptor) - Constructor for class org.synchronoss.cpo.jdbc.exporter.JdbcMetaXmlObjectExporter
 
JdbcMethodMapEntry<J,D> - Class in org.synchronoss.cpo.jdbc.meta
MethodMapEntry is a class defines the getters and setters for JDBC specific data classes
JdbcMethodMapEntry(int, Class<J>, Class<D>, Method, Method, Method, Method) - Constructor for class org.synchronoss.cpo.jdbc.meta.JdbcMethodMapEntry
 
JdbcMethodMapper - Class in org.synchronoss.cpo.jdbc.meta
MethodMapper is a class defines the getters and setters for all the JDBC specific data classes
JdbcPreparedStatementCpoData - Class in org.synchronoss.cpo.jdbc
 
JdbcPreparedStatementCpoData(JdbcPreparedStatementFactory, CpoAttribute, int) - Constructor for class org.synchronoss.cpo.jdbc.JdbcPreparedStatementCpoData
 
JdbcPreparedStatementFactory - Class in org.synchronoss.cpo.jdbc
JdbcPreparedStatementFactory is the object that encapsulates the creation of the actual PreparedStatement for the JDBC driver.
JdbcPreparedStatementFactory(Connection, JdbcCpoAdapter, CpoClass, CpoFunction, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Constructor for class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
Used to build the PreparedStatement that is used by CPO to create the actual JDBC PreparedStatement.
JndiJdbcDataSourceInfo - Class in org.synchronoss.cpo.jdbc
Collects the info required to instantiate a DataSource stored as a JNDI Resource.
JndiJdbcDataSourceInfo(String) - Constructor for class org.synchronoss.cpo.jdbc.JndiJdbcDataSourceInfo
Creates a JndiJdbcDataSourceInfo from a JNDIName that represents the datasource in the application server.
JndiJdbcDataSourceInfo(String, Context) - Constructor for class org.synchronoss.cpo.jdbc.JndiJdbcDataSourceInfo
Creates a JndiJdbcDataSourceInfo from a JNDIName that represents the datasource in the application server.

L

loadCpoArgument(CpoArgument, CtArgument) - Method in class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaAdapter
 
loadCpoAttribute(CpoAttribute, CtAttribute) - Method in class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaAdapter
 

M

METHOD_TYPE_READER - Static variable in class org.synchronoss.cpo.jdbc.meta.JdbcMethodMapEntry
 
METHOD_TYPE_STREAM - Static variable in class org.synchronoss.cpo.jdbc.meta.JdbcMethodMapEntry
 

N

newInstance() - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig.Factory
 
newInstance(XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig.Factory
 
newInstance() - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig.Factory
 
newInstance(XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig.Factory
 
newInstance() - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty.Factory
 
newInstance(XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty.Factory
 
newInstance() - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Factory
 
newInstance(XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Factory
 
newInstance() - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Scope.Factory
 
newInstance(XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Scope.Factory
 
newInstance() - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute.Factory
 
newInstance(XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute.Factory
 
newOrderBy(String, boolean) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
newOrderBy(String, String, boolean) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
newOrderBy(String, boolean, String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
newOrderBy(String, String, boolean, String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
newOrderBy(String, boolean) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
newOrderBy(String, String, boolean) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
newOrderBy(String, boolean, String) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
newOrderBy(String, String, boolean, String) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute.Factory
Deprecated.
XMLInputStream
newValue(Object) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Scope.Factory
 
newWhere() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
newWhere(int, String, int, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
newWhere(int, String, int, T, boolean) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
newWhere() - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
DOCUMENT ME!
newWhere(int, String, int, T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
DOCUMENT ME!
newWhere(int, String, int, T, boolean) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
DOCUMENT ME!

O

OracleTemporaryBlob - Class in org.synchronoss.cpo.transform.jdbc
 
OracleTemporaryBlob(BLOB) - Constructor for class org.synchronoss.cpo.transform.jdbc.OracleTemporaryBlob
 
OracleTemporaryClob - Class in org.synchronoss.cpo.transform.jdbc
 
OracleTemporaryClob(CLOB) - Constructor for class org.synchronoss.cpo.transform.jdbc.OracleTemporaryClob
 
org.synchronoss.cpo.jdbc - package org.synchronoss.cpo.jdbc
 
org.synchronoss.cpo.jdbc.config - package org.synchronoss.cpo.jdbc.config
 
org.synchronoss.cpo.jdbc.cpoJdbcConfig - package org.synchronoss.cpo.jdbc.cpoJdbcConfig
 
org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl - package org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl
 
org.synchronoss.cpo.jdbc.cpoJdbcMeta - package org.synchronoss.cpo.jdbc.cpoJdbcMeta
 
org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl - package org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl
 
org.synchronoss.cpo.jdbc.exporter - package org.synchronoss.cpo.jdbc.exporter
 
org.synchronoss.cpo.jdbc.jta - package org.synchronoss.cpo.jdbc.jta
 
org.synchronoss.cpo.jdbc.meta - package org.synchronoss.cpo.jdbc.meta
 
org.synchronoss.cpo.transform.jdbc - package org.synchronoss.cpo.transform.jdbc
 
OUT - Static variable in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Scope
 

P

parse(String) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig.Factory
 
parse(String, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig.Factory
 
parse(File) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig.Factory
 
parse(File, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig.Factory
 
parse(URL) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig.Factory
 
parse(URL, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig.Factory
 
parse(InputStream) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig.Factory
 
parse(Reader) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig.Factory
 
parse(Reader, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig.Factory
 
parse(XMLStreamReader) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig.Factory
 
parse(Node) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig.Factory
 
parse(Node, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig.Factory
 
parse(XMLInputStream) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig.Factory
Deprecated.
XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig.Factory
Deprecated.
XMLInputStream
parse(String) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig.Factory
 
parse(String, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig.Factory
 
parse(File) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig.Factory
 
parse(File, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig.Factory
 
parse(URL) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig.Factory
 
parse(URL, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig.Factory
 
parse(InputStream) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig.Factory
 
parse(Reader) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig.Factory
 
parse(Reader, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig.Factory
 
parse(XMLStreamReader) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig.Factory
 
parse(Node) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig.Factory
 
parse(Node, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig.Factory
 
parse(XMLInputStream) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig.Factory
Deprecated.
XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig.Factory
Deprecated.
XMLInputStream
parse(String) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty.Factory
 
parse(String, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty.Factory
 
parse(File) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty.Factory
 
parse(File, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty.Factory
 
parse(URL) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty.Factory
 
parse(URL, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty.Factory
 
parse(InputStream) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty.Factory
 
parse(Reader) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty.Factory
 
parse(Reader, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty.Factory
 
parse(XMLStreamReader) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty.Factory
 
parse(Node) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty.Factory
 
parse(Node, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty.Factory
 
parse(XMLInputStream) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty.Factory
Deprecated.
XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty.Factory
Deprecated.
XMLInputStream
parse(String) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Factory
 
parse(String, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Factory
 
parse(File) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Factory
 
parse(File, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Factory
 
parse(URL) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Factory
 
parse(URL, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Factory
 
parse(InputStream) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Factory
 
parse(Reader) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Factory
 
parse(Reader, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Factory
 
parse(XMLStreamReader) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Factory
 
parse(Node) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Factory
 
parse(Node, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Factory
 
parse(XMLInputStream) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Factory
Deprecated.
XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Factory
Deprecated.
XMLInputStream
parse(String) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute.Factory
 
parse(String, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute.Factory
 
parse(File) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute.Factory
 
parse(File, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute.Factory
 
parse(URL) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute.Factory
 
parse(URL, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute.Factory
 
parse(InputStream) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute.Factory
 
parse(Reader) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute.Factory
 
parse(Reader, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute.Factory
 
parse(XMLStreamReader) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute.Factory
 
parse(Node) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute.Factory
 
parse(Node, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute.Factory
 
parse(XMLInputStream) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute.Factory
Deprecated.
XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute.Factory
Deprecated.
XMLInputStream
persistObject(T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Persists the Object into the datasource.
persistObject(String, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Persists the Object into the datasource.
persistObject(T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Persists the Object into the datasource.
persistObject(String, T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Persists the Object into the datasource.
persistObjects(Collection<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Persists a collection of Objects into the datasource.
persistObjects(String, Collection<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Persists a collection of Objects into the datasource.
persistObjects(Collection<T>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Persists a collection of Objects into the datasource.
persistObjects(String, Collection<T>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Persists a collection of Objects into the datasource.
prepareResource(JdbcCpoAdapter) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
processBatchUpdateGroup(T[], String, String, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processCpoConfig(CtDataSourceConfig) - Method in class org.synchronoss.cpo.jdbc.config.JdbcCpoConfigProcessor
 
processExecuteGroup(String, C, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Executes an Object whose MetaData contains a stored procedure.
processExecuteGroup(String, C, T, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processSelectGroup(T, String, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the Object from the datasource.
processSelectGroup(T, String, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processSelectGroup(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>, boolean) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processSelectGroup(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>, boolean, CpoResultSet<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
processSelectGroup(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>, Connection, boolean, CpoResultSet<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processUpdateGroup(T, String, String, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processUpdateGroup(T, String, String, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processUpdateGroup(Collection<T>, String, String, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processUpdateGroup(Collection<T>, String, String, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!

R

release() - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
Called by the CPO framework.
release() - Method in class org.synchronoss.cpo.transform.jdbc.OracleTemporaryBlob
 
release() - Method in class org.synchronoss.cpo.transform.jdbc.OracleTemporaryClob
 
removeProperty(int) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Removes the ith "property" element
removeProperty(int) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Removes the ith "property" element
retrieveBean(T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBean(String, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBean(String, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBean(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBean(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBean(T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Retrieves the Bean from the datasource.
retrieveBean(String, T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Retrieves the bean from the datasource.
retrieveBean(String, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Retrieves the bean from the datasource.
retrieveBean(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Retrieves the bean from the datasource.
retrieveBean(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, CpoWhere, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, CpoWhere, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>, int) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, CpoWhere, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, CpoWhere, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>, int) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Retrieves the bean from the datasource.
rollback() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
rollback() - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Rollback the current transaction behind the CpoTrxAdapter
rollbackLocalConnection(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
rollbackLocalConnection(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
Rollbacks a local connection.
rollbackResource(JdbcCpoAdapter) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 

S

ScopeImpl(SchemaType) - Constructor for class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcArgumentImpl.ScopeImpl
 
ScopeImpl(SchemaType, boolean) - Constructor for class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcArgumentImpl.ScopeImpl
 
set(StringEnumAbstractBase) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Scope
 
setCallableStatement(CallableStatement) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
 
setConnectionBusy(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
setContext(Context) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
setDataSourceClassName(String) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Sets the "dataSourceClassName" element
setDataSourceClassName(String) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Sets the "dataSourceClassName" element
setDbColumn(String) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute
Sets the "dbColumn" element
setDbColumn(String) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcAttributeImpl
Sets the "dbColumn" element
setDbColumn(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAttribute
 
setDbTable(String) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute
Sets the "dbTable" element
setDbTable(String) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcAttributeImpl
Sets the "dbTable" element
setDbTable(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAttribute
 
setDriverClassName(String) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Sets the "driverClassName" element
setDriverClassName(String) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Sets the "driverClassName" element
setJndiName(String) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Sets the "jndiName" element
setJndiName(String) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Sets the "jndiName" element
setLoginTimeout(int) - Method in class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
 
setLogWriter(PrintWriter) - Method in class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
 
setName(String) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty
Sets the "name" attribute
setName(String) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtPropertyImpl
Sets the "name" attribute
setPassword(String) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Sets the "password" element
setPassword(String) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Sets the "password" element
setPreparedStatement(PreparedStatement) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
 
setPropertyArray(CtProperty[]) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Sets array of all "property" element
setPropertyArray(int, CtProperty) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Sets ith "property" element
setPropertyArray(CtProperty[]) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Sets array of all "property" element
setPropertyArray(int, CtProperty) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Sets ith "property" element
setReadConfig(CtJdbcReadWriteConfig) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Sets the "readConfig" element
setReadConfig(CtJdbcReadWriteConfig) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Sets the "readConfig" element
setReadWriteConfig(CtJdbcReadWriteConfig) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Sets the "readWriteConfig" element
setReadWriteConfig(CtJdbcReadWriteConfig) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Sets the "readWriteConfig" element
setScope(CtJdbcArgument.Scope.Enum) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument
Sets the "scope" element
setScope(CtJdbcArgument.Scope.Enum) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcArgumentImpl
Sets the "scope" element
setScope(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoArgument
 
setSupportsBlobs(boolean) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Sets the "supportsBlobs" attribute
setSupportsBlobs(boolean) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Sets the "supportsBlobs" attribute
setSupportsBlobs(boolean) - Method in class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaDescriptor
 
setSupportsCalls(boolean) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Sets the "supportsCalls" attribute
setSupportsCalls(boolean) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Sets the "supportsCalls" attribute
setSupportsCalls(boolean) - Method in class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaDescriptor
 
setSupportsMillis(boolean) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Sets the "supportsMillis" attribute
setSupportsMillis(boolean) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Sets the "supportsMillis" attribute
setSupportsMillis(boolean) - Method in class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaDescriptor
 
setSupportsSelect4Update(boolean) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Sets the "supportsSelect4Update" attribute
setSupportsSelect4Update(boolean) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Sets the "supportsSelect4Update" attribute
setSupportsSelect4Update(boolean) - Method in class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaDescriptor
 
setTypeInfo(String) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument
Sets the "typeInfo" element
setTypeInfo(String) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcArgumentImpl
Sets the "typeInfo" element
setTypeInfo(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoArgument
 
setUrl(String) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Sets the "url" element
setUrl(String) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Sets the "url" element
setUser(String) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Sets the "user" element
setUser(String) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Sets the "user" element
setValue(String) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty
Sets the "value" attribute
setValue(String) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtPropertyImpl
Sets the "value" attribute
setWriteConfig(CtJdbcReadWriteConfig) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Sets the "writeConfig" element
setWriteConfig(CtJdbcReadWriteConfig) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Sets the "writeConfig" element
sizeOfPropertyArray() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Returns number of "property" element
sizeOfPropertyArray() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Returns number of "property" element

T

table - Static variable in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Scope.Enum
 
toString() - Method in class org.synchronoss.cpo.jdbc.ClassJdbcDataSourceInfo
 
toString() - Method in class org.synchronoss.cpo.jdbc.DriverJdbcDataSourceInfo
 
TransformBlob - Class in org.synchronoss.cpo.transform.jdbc
Converts a java.sql.Blob from a jdbc datasource to a byte[] and from a byte[] to a java.sql.Blob
TransformBlob() - Constructor for class org.synchronoss.cpo.transform.jdbc.TransformBlob
 
TransformCharArray - Class in org.synchronoss.cpo.transform.jdbc
Converts a char[] from a jdbc datasource getString() call and from a char[] to a setString() in a datasource
TransformCharArray() - Constructor for class org.synchronoss.cpo.transform.jdbc.TransformCharArray
 
TransformClob - Class in org.synchronoss.cpo.transform.jdbc
Converts a java.sql.Clob from a jdbc datasource to a byte[] and from a byte[] to a java.sql.clob
TransformClob() - Constructor for class org.synchronoss.cpo.transform.jdbc.TransformClob
 
TransformGZipBlob - Class in org.synchronoss.cpo.transform.jdbc
Converts a java.sql.Blob from a jdbc datasource to a byte[] and from a byte[] to a java.sql.Blob
TransformGZipBlob() - Constructor for class org.synchronoss.cpo.transform.jdbc.TransformGZipBlob
 
TransformGZipBytes - Class in org.synchronoss.cpo.transform.jdbc
Converts a compressed byte[] from a jdbc datasource to an uncompressed byte[] and from a byte[] to a compressed byte[] in a datasource
TransformGZipBytes() - Constructor for class org.synchronoss.cpo.transform.jdbc.TransformGZipBytes
 
transformIn(Blob) - Method in class org.synchronoss.cpo.transform.jdbc.TransformBlob
Transforms the datasource object into an object required by the class
transformIn(String) - Method in class org.synchronoss.cpo.transform.jdbc.TransformCharArray
Transforms the datasource object into an object required by the class
transformIn(Clob) - Method in class org.synchronoss.cpo.transform.jdbc.TransformClob
Transforms the datasource object into an object required by the class
transformIn(Blob) - Method in class org.synchronoss.cpo.transform.jdbc.TransformGZipBlob
Transforms the datasource object into an object required by the class
transformIn(byte[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformGZipBytes
Transforms the datasource object into an object required by the class
transformIn(Integer) - Method in class org.synchronoss.cpo.transform.jdbc.TransformNoOp
Transforms the datasource object into an object required by the class.
transformIn(String) - Method in class org.synchronoss.cpo.transform.jdbc.TransformStringChar
Transforms the datasource object into an object required by the class
transformIn(Timestamp) - Method in class org.synchronoss.cpo.transform.jdbc.TransformTimestampToCalendar
Transforms the java.sql.Timestamp returned from JDBC into a java.util.Calendar to be used by the class.
TransformNoOp - Class in org.synchronoss.cpo.transform.jdbc
This is an example of a transform that does nothing.
TransformNoOp() - Constructor for class org.synchronoss.cpo.transform.jdbc.TransformNoOp
 
transformOut(Object) - Method in class org.synchronoss.cpo.jdbc.CallableStatementCpoData
 
transformOut(Object) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementCpoData
 
transformOut(JdbcPreparedStatementFactory, J) - Method in interface org.synchronoss.cpo.transform.jdbc.JdbcCpoTransform
 
transformOut(JdbcCallableStatementFactory, J) - Method in interface org.synchronoss.cpo.transform.jdbc.JdbcCpoTransform
 
transformOut(JdbcPreparedStatementFactory, byte[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformBlob
Transforms the data from the class attribute to the object required by the datasource
transformOut(JdbcCallableStatementFactory, byte[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformBlob
 
transformOut(byte[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformBlob
 
transformOut(JdbcPreparedStatementFactory, char[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformCharArray
Transforms the data from the class attribute to the object required by the datasource
transformOut(JdbcCallableStatementFactory, char[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformCharArray
 
transformOut(char[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformCharArray
 
transformOut(JdbcPreparedStatementFactory, char[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformClob
Transforms the data from the class attribute to the object required by the datasource
transformOut(JdbcCallableStatementFactory, char[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformClob
 
transformOut(char[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformClob
 
transformOut(JdbcPreparedStatementFactory, byte[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformGZipBlob
Transforms the data from the class attribute to the object required by the datasource
transformOut(JdbcCallableStatementFactory, byte[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformGZipBlob
 
transformOut(byte[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformGZipBlob
 
transformOut(JdbcPreparedStatementFactory, byte[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformGZipBytes
Transforms the data from the class attribute to the object required by the datasource
transformOut(JdbcCallableStatementFactory, byte[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformGZipBytes
 
transformOut(byte[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformGZipBytes
 
transformOut(JdbcCallableStatementFactory, Integer) - Method in class org.synchronoss.cpo.transform.jdbc.TransformNoOp
Transforms the data from the class attribute to the object required by the datasource.
transformOut(JdbcPreparedStatementFactory, Integer) - Method in class org.synchronoss.cpo.transform.jdbc.TransformNoOp
Transforms the data from the class attribute to the object required by the datasource.
transformOut(Integer) - Method in class org.synchronoss.cpo.transform.jdbc.TransformNoOp
 
transformOut(JdbcPreparedStatementFactory, char[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformStringChar
Transforms the data from the class attribute to the object required by the datasource
transformOut(JdbcCallableStatementFactory, char[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformStringChar
 
transformOut(char[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformStringChar
 
transformOut(JdbcCallableStatementFactory, Calendar) - Method in class org.synchronoss.cpo.transform.jdbc.TransformTimestampToCalendar
Transforms a java.util.Calendar from the CPO Bean into a java.sql.Timestamp to be stored by JDBC
transformOut(JdbcPreparedStatementFactory, Calendar) - Method in class org.synchronoss.cpo.transform.jdbc.TransformTimestampToCalendar
Transforms a java.util.Calendar from the CPO Bean into a java.sql.Timestamp to be stored by JDBC
transformOut(Calendar) - Method in class org.synchronoss.cpo.transform.jdbc.TransformTimestampToCalendar
 
TransformStringChar - Class in org.synchronoss.cpo.transform.jdbc
Converts a java.sql.Blob from a jdbc datasource to a byte[] and from a byte[] to a java.sql.Blob
TransformStringChar() - Constructor for class org.synchronoss.cpo.transform.jdbc.TransformStringChar
 
TransformTimestampToCalendar - Class in org.synchronoss.cpo.transform.jdbc
This is an example of a transform that does nothing.
TransformTimestampToCalendar() - Constructor for class org.synchronoss.cpo.transform.jdbc.TransformTimestampToCalendar
 
type - Static variable in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
 
type - Static variable in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
 
type - Static variable in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty
 
type - Static variable in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument.Scope
 
type - Static variable in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument
 
type - Static variable in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute
 

U

unsetDataSourceClassName() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Unsets the "dataSourceClassName" element
unsetDataSourceClassName() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Unsets the "dataSourceClassName" element
unsetDbColumn() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute
Unsets the "dbColumn" element
unsetDbColumn() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcAttributeImpl
Unsets the "dbColumn" element
unsetDbTable() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute
Unsets the "dbTable" element
unsetDbTable() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcAttributeImpl
Unsets the "dbTable" element
unsetDriverClassName() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Unsets the "driverClassName" element
unsetDriverClassName() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Unsets the "driverClassName" element
unsetJndiName() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Unsets the "jndiName" element
unsetJndiName() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Unsets the "jndiName" element
unsetPassword() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Unsets the "password" element
unsetPassword() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Unsets the "password" element
unsetReadConfig() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Unsets the "readConfig" element
unsetReadConfig() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Unsets the "readConfig" element
unsetReadWriteConfig() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Unsets the "readWriteConfig" element
unsetReadWriteConfig() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Unsets the "readWriteConfig" element
unsetScope() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument
Unsets the "scope" element
unsetScope() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcArgumentImpl
Unsets the "scope" element
unsetSupportsBlobs() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Unsets the "supportsBlobs" attribute
unsetSupportsBlobs() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Unsets the "supportsBlobs" attribute
unsetSupportsCalls() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Unsets the "supportsCalls" attribute
unsetSupportsCalls() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Unsets the "supportsCalls" attribute
unsetSupportsMillis() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Unsets the "supportsMillis" attribute
unsetSupportsMillis() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Unsets the "supportsMillis" attribute
unsetSupportsSelect4Update() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Unsets the "supportsSelect4Update" attribute
unsetSupportsSelect4Update() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Unsets the "supportsSelect4Update" attribute
unsetTypeInfo() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument
Unsets the "typeInfo" element
unsetTypeInfo() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcArgumentImpl
Unsets the "typeInfo" element
unsetUrl() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Unsets the "url" element
unsetUrl() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Unsets the "url" element
unsetUser() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Unsets the "user" element
unsetUser() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Unsets the "user" element
unsetWriteConfig() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Unsets the "writeConfig" element
unsetWriteConfig() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Unsets the "writeConfig" element
unwrap(Class<T>) - Method in class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
 
updateObject(T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Update the Object in the datasource.
updateObject(String, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Update the Object in the datasource.
updateObject(String, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Update the Object in the datasource.
updateObject(T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Update the Object in the datasource.
updateObject(String, T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Update the Object in the datasource.
updateObject(String, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Update the Object in the datasource.
updateObjects(Collection<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Updates a collection of Objects in the datasource.
updateObjects(String, Collection<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Updates a collection of Objects in the datasource.
updateObjects(String, Collection<T>, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Updates a collection of Objects in the datasource.
updateObjects(Collection<T>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Updates a collection of Objects in the datasource.
updateObjects(String, Collection<T>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Updates a collection of Objects in the datasource.
updateObjects(String, Collection<T>, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Updates a collection of Objects in the datasource.

V

visit(CpoAttribute) - Method in class org.synchronoss.cpo.jdbc.exporter.JdbcMetaXmlObjectExporter
 
visit(CpoArgument) - Method in class org.synchronoss.cpo.jdbc.exporter.JdbcMetaXmlObjectExporter
 

X

xgetDataSourceClassName() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Gets (as xml) the "dataSourceClassName" element
xgetDataSourceClassName() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Gets (as xml) the "dataSourceClassName" element
xgetDbColumn() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute
Gets (as xml) the "dbColumn" element
xgetDbColumn() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcAttributeImpl
Gets (as xml) the "dbColumn" element
xgetDbTable() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute
Gets (as xml) the "dbTable" element
xgetDbTable() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcAttributeImpl
Gets (as xml) the "dbTable" element
xgetDriverClassName() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Gets (as xml) the "driverClassName" element
xgetDriverClassName() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Gets (as xml) the "driverClassName" element
xgetJndiName() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Gets (as xml) the "jndiName" element
xgetJndiName() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Gets (as xml) the "jndiName" element
xgetName() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty
Gets (as xml) the "name" attribute
xgetName() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtPropertyImpl
Gets (as xml) the "name" attribute
xgetPassword() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Gets (as xml) the "password" element
xgetPassword() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Gets (as xml) the "password" element
xgetScope() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument
Gets (as xml) the "scope" element
xgetScope() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcArgumentImpl
Gets (as xml) the "scope" element
xgetSupportsBlobs() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Gets (as xml) the "supportsBlobs" attribute
xgetSupportsBlobs() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Gets (as xml) the "supportsBlobs" attribute
xgetSupportsCalls() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Gets (as xml) the "supportsCalls" attribute
xgetSupportsCalls() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Gets (as xml) the "supportsCalls" attribute
xgetSupportsMillis() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Gets (as xml) the "supportsMillis" attribute
xgetSupportsMillis() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Gets (as xml) the "supportsMillis" attribute
xgetSupportsSelect4Update() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Gets (as xml) the "supportsSelect4Update" attribute
xgetSupportsSelect4Update() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Gets (as xml) the "supportsSelect4Update" attribute
xgetTypeInfo() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument
Gets (as xml) the "typeInfo" element
xgetTypeInfo() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcArgumentImpl
Gets (as xml) the "typeInfo" element
xgetUrl() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Gets (as xml) the "url" element
xgetUrl() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Gets (as xml) the "url" element
xgetUser() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Gets (as xml) the "user" element
xgetUser() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Gets (as xml) the "user" element
xgetValue() - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty
Gets (as xml) the "value" attribute
xgetValue() - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtPropertyImpl
Gets (as xml) the "value" attribute
xsetDataSourceClassName(XmlString) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Sets (as xml) the "dataSourceClassName" element
xsetDataSourceClassName(XmlString) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Sets (as xml) the "dataSourceClassName" element
xsetDbColumn(XmlString) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute
Sets (as xml) the "dbColumn" element
xsetDbColumn(XmlString) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcAttributeImpl
Sets (as xml) the "dbColumn" element
xsetDbTable(XmlString) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcAttribute
Sets (as xml) the "dbTable" element
xsetDbTable(XmlString) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcAttributeImpl
Sets (as xml) the "dbTable" element
xsetDriverClassName(XmlString) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Sets (as xml) the "driverClassName" element
xsetDriverClassName(XmlString) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Sets (as xml) the "driverClassName" element
xsetJndiName(XmlString) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Sets (as xml) the "jndiName" element
xsetJndiName(XmlString) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Sets (as xml) the "jndiName" element
xsetName(XmlString) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty
Sets (as xml) the "name" attribute
xsetName(XmlString) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtPropertyImpl
Sets (as xml) the "name" attribute
xsetPassword(XmlString) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Sets (as xml) the "password" element
xsetPassword(XmlString) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Sets (as xml) the "password" element
xsetScope(CtJdbcArgument.Scope) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument
Sets (as xml) the "scope" element
xsetScope(CtJdbcArgument.Scope) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcArgumentImpl
Sets (as xml) the "scope" element
xsetSupportsBlobs(XmlBoolean) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Sets (as xml) the "supportsBlobs" attribute
xsetSupportsBlobs(XmlBoolean) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Sets (as xml) the "supportsBlobs" attribute
xsetSupportsCalls(XmlBoolean) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Sets (as xml) the "supportsCalls" attribute
xsetSupportsCalls(XmlBoolean) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Sets (as xml) the "supportsCalls" attribute
xsetSupportsMillis(XmlBoolean) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Sets (as xml) the "supportsMillis" attribute
xsetSupportsMillis(XmlBoolean) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Sets (as xml) the "supportsMillis" attribute
xsetSupportsSelect4Update(XmlBoolean) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcConfig
Sets (as xml) the "supportsSelect4Update" attribute
xsetSupportsSelect4Update(XmlBoolean) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcConfigImpl
Sets (as xml) the "supportsSelect4Update" attribute
xsetTypeInfo(XmlString) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcMeta.CtJdbcArgument
Sets (as xml) the "typeInfo" element
xsetTypeInfo(XmlString) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcMeta.impl.CtJdbcArgumentImpl
Sets (as xml) the "typeInfo" element
xsetUrl(XmlString) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Sets (as xml) the "url" element
xsetUrl(XmlString) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Sets (as xml) the "url" element
xsetUser(XmlString) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtJdbcReadWriteConfig
Sets (as xml) the "user" element
xsetUser(XmlString) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtJdbcReadWriteConfigImpl
Sets (as xml) the "user" element
xsetValue(XmlString) - Method in interface org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty
Sets (as xml) the "value" attribute
xsetValue(XmlString) - Method in class org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl.CtPropertyImpl
Sets (as xml) the "value" attribute
A B C D E F G I J L M N O P R S T U V X 
Skip navigation links

Copyright © 2016. All Rights Reserved.