A B C D E F G H I J L M N O P Q R S T U V W

A

acceptBFVisitor(INodeVisitor) - Method in class org.synchronoss.cpo.Node
Implements the visitor pattern.
acceptDFVisitor(INodeVisitor) - Method in class org.synchronoss.cpo.Node
Implements the visitor pattern.
addBatch(String) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Adds the given SQL command to the current list of commmands for this Statement object.
addBatch() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Adds a set of parameters to this PreparedStatement object's batch of commands.
addChild(Node) - Method in class org.synchronoss.cpo.Node
This function adds a child to the linked-list of children for this node.
addChildSort(Node) - Method in class org.synchronoss.cpo.Node
This function adds a child to the linked-list of children for this node.
addChildSort(Node, Comparator<Node>) - Method in class org.synchronoss.cpo.Node
 
addQueryToGroup(JdbcQuery) - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
AddReleasible(CpoReleasible) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
Adds a releasible object to this object.
AddReleasible(CpoReleasible) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
Adds a releasible object to this object.
addWhere(CpoWhere) - Method in interface org.synchronoss.cpo.CpoWhere
 
addWhere(CpoWhere) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 

B

BindAttribute - Class in org.synchronoss.cpo.jdbc
 
BindAttribute(JdbcAttribute, Object) - Constructor for class org.synchronoss.cpo.jdbc.BindAttribute
 
BindAttribute(String, Object) - Constructor for class org.synchronoss.cpo.jdbc.BindAttribute
 
buildMethodName(String, String) - Static method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 

C

cancel() - Method in class org.synchronoss.cpo.CpoArrayResultSet
 
cancel() - Method in class org.synchronoss.cpo.CpoBlockingResultSet
 
cancel() - Method in interface org.synchronoss.cpo.CpoResultSet
 
cancel() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
ChildNodeException - Exception in org.synchronoss.cpo
Exception class acts as a catch all for any condition occurring in with regards to an Element
ChildNodeException(String) - Constructor for exception org.synchronoss.cpo.ChildNodeException
 
ChildNodeException() - Constructor for exception org.synchronoss.cpo.ChildNodeException
 
clearBatch() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Empties this Statement object's current list of SQL commands.
clearConnectionBusy(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
clearConnectionBusy(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
clearMetaClass(Object) - Method in interface org.synchronoss.cpo.CpoAdapter
Clears the metadata for the specified object.
clearMetaClass(String) - Method in interface org.synchronoss.cpo.CpoAdapter
Clears the metadata for the specified fully qualifed class name.
clearMetaClass(boolean) - Method in interface org.synchronoss.cpo.CpoAdapter
Clears the metadata for all classes.
clearMetaClass() - Method in interface org.synchronoss.cpo.CpoAdapter
Clears the metadata for all classes for the current datasource.
clearMetaClass(Object) - Method in class org.synchronoss.cpo.CpoAdapterBean
 
clearMetaClass(String) - Method in class org.synchronoss.cpo.CpoAdapterBean
 
clearMetaClass() - Method in class org.synchronoss.cpo.CpoAdapterBean
 
clearMetaClass(boolean) - Method in class org.synchronoss.cpo.CpoAdapterBean
 
clearMetaClass(Object) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Clears the metadata for the specified object.
clearMetaClass(String) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Clears the metadata for the specified fully qualifed class name.
clearMetaClass() - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Clears the metadata for all classes.
clearMetaClass(Object) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Clears the metadata for the specified object.
clearMetaClass(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Clears the metadata for the specified fully qualifed class name.
clearMetaClass(boolean) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Clears the metadata for all classes.
clearMetaClass() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Clears the metadata for all classes for the current datasource.
clearParameters() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Clears the current parameter values immediately.
clearWarnings() - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Clears all warnings reported for this Connection object.
clearWarnings() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Clears all the warnings reported on this Statement object.
clone() - Method in class org.synchronoss.cpo.Container
 
clone() - Method in class org.synchronoss.cpo.Node
 
close() - Method in interface org.synchronoss.cpo.CpoTrxAdapter
Closes the current transaction behind the CpoTrxAdapter.
close() - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Releases this Connection object's database and JDBC resources immediately instead of waiting for them to be automatically released.
close() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
close() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
closeAllConnections() - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
Close all the connections.
closeConnection(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
commit() - Method in interface org.synchronoss.cpo.CpoTrxAdapter
Commits the current transaction behind the CpoTrxAdapter
commit() - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by this Connection object.
commit() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
commitConnection(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
COMP_EQ - Static variable in interface org.synchronoss.cpo.CpoWhere
 
COMP_EXISTS - Static variable in interface org.synchronoss.cpo.CpoWhere
 
COMP_GT - Static variable in interface org.synchronoss.cpo.CpoWhere
 
COMP_GTEQ - Static variable in interface org.synchronoss.cpo.CpoWhere
 
COMP_IN - Static variable in interface org.synchronoss.cpo.CpoWhere
 
COMP_ISNULL - Static variable in interface org.synchronoss.cpo.CpoWhere
 
COMP_LIKE - Static variable in interface org.synchronoss.cpo.CpoWhere
 
COMP_LT - Static variable in interface org.synchronoss.cpo.CpoWhere
 
COMP_LTEQ - Static variable in interface org.synchronoss.cpo.CpoWhere
 
COMP_NEQ - Static variable in interface org.synchronoss.cpo.CpoWhere
 
COMP_NONE - Static variable in interface org.synchronoss.cpo.CpoWhere
 
compareTo(Node) - Method in class org.synchronoss.cpo.Node
 
Container - Class in org.synchronoss.cpo
 
Container() - Constructor for class org.synchronoss.cpo.Container
 
Container(Object) - Constructor for class org.synchronoss.cpo.Container
 
CpoAdapter - Interface in org.synchronoss.cpo
CpoAdapter is an interface for a set of routines that are responsible for Creating, Retrieving, Updating, and Deleting (CRUD) value objects within a datasource.
CpoAdapterBean - Class in org.synchronoss.cpo
 
CpoAdapterBean(CpoAdapter) - Constructor for class org.synchronoss.cpo.CpoAdapterBean
 
CpoAdapterEJB - Interface in org.synchronoss.cpo
 
CpoAdapterHome - Interface in org.synchronoss.cpo
 
CpoAdapterRemote - Interface in org.synchronoss.cpo
CpoAdapter is an interface for a set of routines that are responsible for Creating, Retrieving, Updating, and Deleting (CRUD) value objects within a datasource.
CpoArrayResultSet<E> - Class in org.synchronoss.cpo
 
CpoArrayResultSet() - Constructor for class org.synchronoss.cpo.CpoArrayResultSet
 
CpoArrayResultSet(Collection<? extends E>) - Constructor for class org.synchronoss.cpo.CpoArrayResultSet
 
CpoArrayResultSet(int) - Constructor for class org.synchronoss.cpo.CpoArrayResultSet
 
CpoBlockingResultSet<E> - Class in org.synchronoss.cpo
 
CpoBlockingResultSet(int) - Constructor for class org.synchronoss.cpo.CpoBlockingResultSet
 
CpoByteArrayInputStream - Class in org.synchronoss.cpo
CpoObject is a class that maps datasource datatypes to java.sql.types and java classes
CpoByteArrayInputStream(byte[]) - Constructor for class org.synchronoss.cpo.CpoByteArrayInputStream
 
CpoByteArrayInputStream(byte[], int, int) - Constructor for class org.synchronoss.cpo.CpoByteArrayInputStream
 
CpoCharArrayReader - Class in org.synchronoss.cpo
CpoObject is a class that maps datasource datatypes to java.sql.types and java classes
CpoCharArrayReader(char[]) - Constructor for class org.synchronoss.cpo.CpoCharArrayReader
 
CpoCharArrayReader(char[], int, int) - Constructor for class org.synchronoss.cpo.CpoCharArrayReader
 
CpoException - Exception in org.synchronoss.cpo
A CpoException is the common superclass for any number of CPO related exceptions that may occur during the execution of a business task.
CpoException() - Constructor for exception org.synchronoss.cpo.CpoException
Constructs a CpoException with no specified detail message.
CpoException(String) - Constructor for exception org.synchronoss.cpo.CpoException
Constructs a CpoException with the specified detail message.
CpoException(String, Throwable) - Constructor for exception org.synchronoss.cpo.CpoException
Constructs a CpoException with the specified detail message and nested exception.
CpoException(Throwable) - Constructor for exception org.synchronoss.cpo.CpoException
Constructs a CpoException with the specified detail message and nested exception.
CpoNativeQuery - Class in org.synchronoss.cpo
 
CpoNativeQuery() - Constructor for class org.synchronoss.cpo.CpoNativeQuery
 
CpoNativeQuery(String, String) - Constructor for class org.synchronoss.cpo.CpoNativeQuery
 
CpoObject<T> - Class in org.synchronoss.cpo
Deprecated.  
CpoObject(int, String, T) - Constructor for class org.synchronoss.cpo.CpoObject
Deprecated.  
CpoOrderBy - Interface in org.synchronoss.cpo
CpoOrderBy is an interface for specifying the sort order in which objects are returned from the Datasource.
CpoReleasible - Interface in org.synchronoss.cpo
CpoReleasible is a class that can be called during a CpoTransform when there are resources that need to released after the current prepared statement is processed.
CpoResultSet<E> - Interface in org.synchronoss.cpo
 
CpoSqlAdapter - Interface in org.synchronoss.cpo
 
CpoTrxAdapter - Interface in org.synchronoss.cpo
CpoTrxAdapter adds commit, rollback, and close functionality to the methods already in CpoAdapter.
CpoWhere - Interface in org.synchronoss.cpo
CpoWhere is an interface for specifying the where clause to filter objects that are returned from the Datasource.
CREATE - Static variable in interface org.synchronoss.cpo.CpoAdapter
Static integer to be used with the CpoObject.
create() - Method in interface org.synchronoss.cpo.CpoAdapterHome
 
CREATE - Static variable in interface org.synchronoss.cpo.CpoAdapterRemote
 
createNode(int) - Static method in class org.synchronoss.cpo.Node
This is the factory method for creating Node objects.
createStatement() - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Creates a Statement object for sending SQL statements to the database.
createStatement(int, int) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Creates a Statement object that will generate ResultSet objects with the given type and concurrency.
createStatement(int, int, int) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Creates a Statement object that will generate ResultSet objects with the given type, concurrency, and holdability.

D

decrypt(String) - Method in interface org.synchronoss.cpo.encrypt.Encryptor
 
DELETE - Static variable in interface org.synchronoss.cpo.CpoAdapter
Static integer to be used with the CpoObject.
DELETE - Static variable in interface org.synchronoss.cpo.CpoAdapterRemote
 
deleteObject(T) - Method in interface org.synchronoss.cpo.CpoAdapter
Removes the Object from the datasource.
deleteObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Removes the Object from the datasource.
deleteObject(T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Removes the Object from the datasource.
deleteObject(String, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Removes the Object from the datasource.
deleteObject(T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Removes the Object from the datasource.
deleteObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Removes the Object from the datasource.
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.
deleteObjects(Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapter
Removes the Objects contained in the collection from the datasource.
deleteObjects(String, Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapter
Removes the Objects contained in the collection from the datasource.
deleteObjects(Collection<T>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Removes the Objects contained in the collection from the datasource.
deleteObjects(String, Collection<T>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Removes the Objects contained in the collection from the datasource.
deleteObjects(Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Removes the Objects contained in the collection from the datasource.
deleteObjects(String, Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Removes the Objects contained in the collection 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.
detail - Variable in exception org.synchronoss.cpo.CpoException
Nested Exception to hold wrapped exception.
doCompare(Node, Node, Comparator<Node>) - Method in class org.synchronoss.cpo.Node
 

E

ejbActivate() - Method in class org.synchronoss.cpo.CpoAdapterBean
 
ejbCreate() - Method in class org.synchronoss.cpo.CpoAdapterBean
 
ejbPassivate() - Method in class org.synchronoss.cpo.CpoAdapterBean
 
ejbRemove() - Method in class org.synchronoss.cpo.CpoAdapterBean
 
encrypt(String) - Method in interface org.synchronoss.cpo.encrypt.Encryptor
 
Encryptor - Interface in org.synchronoss.cpo.encrypt
 
EncryptorFactory - Class in org.synchronoss.cpo.encrypt
 
EncryptorFactory() - Constructor for class org.synchronoss.cpo.encrypt.EncryptorFactory
 
equals(Node) - Method in class org.synchronoss.cpo.Node
 
EXECUTE - Static variable in interface org.synchronoss.cpo.CpoAdapter
Static integer to be used with the CpoObject.
EXECUTE - Static variable in interface org.synchronoss.cpo.CpoAdapterRemote
 
execute(String) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Executes the given SQL statement, which may return multiple results.
execute(String, int) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
execute(String, int[]) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String, String[]) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Executes the SQL statement in this PreparedStatement object, which may be any kind of SQL statement.
executeAdapterMethod(String, Class<?>[], Object[]) - Method in class org.synchronoss.cpo.CpoAdapterBean
 
executeBatch() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeObject(T) - Method in interface org.synchronoss.cpo.CpoAdapter
Executes an Object whose metadata will call an executable within the datasource.
executeObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Executes an Object whose metadata will call an executable within the datasource.
executeObject(String, C, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Executes an Object that represents an executable object within the datasource.
executeObject(T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Executes an Object whose MetaData contains a stored procedure.
executeObject(String, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Executes an Object whose MetaData contains a stored procedure.
executeObject(String, C, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Executes an Object whose MetaData contains a stored procedure.
executeObject(T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Executes an Object that represents an executable object within the datasource.
executeObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Executes an Object whose MetaData contains a stored procedure.
executeObject(String, C, T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Executes an Object that represents an executable object within the datasource.
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.
executeQuery(String) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Executes the given SQL statement, which returns a single ResultSet object.
executeQuery() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Executes the SQL query in this PreparedStatement object and returns the ResultSet object generated by the query.
executeUpdate(String) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.
executeUpdate(String, int) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeUpdate(String, int[]) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String, String[]) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Executes the SQL statement in this PreparedStatement object, which must be an SQL INSERT, UPDATE or DELETE statement; or an SQL statement that returns nothing, such as a DDL statement.
EXIST - Static variable in interface org.synchronoss.cpo.CpoAdapter
Static integer to be used with the CpoObject.
EXIST - Static variable in interface org.synchronoss.cpo.CpoAdapterRemote
 
existsObject(T) - Method in interface org.synchronoss.cpo.CpoAdapter
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapter
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(String, T, Collection<CpoWhere>) - Method in interface org.synchronoss.cpo.CpoAdapter
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(T) - Method in class org.synchronoss.cpo.CpoAdapterBean
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(String, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(String, T, Collection<CpoWhere>) - Method in class org.synchronoss.cpo.CpoAdapterBean
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
The CpoAdapter will check to see if this object exists in 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, Connection, Collection<CpoWhere>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
The CpoAdapter will check to see if this object exists in the datasource.

F

finalize() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
DOCUMENT ME!
findMethods(JdbcMetaClass<T>, String, int, boolean) - Static method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
free(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 

G

get() - Method in class org.synchronoss.cpo.Queue
 
getAdapterClass() - Method in class org.synchronoss.cpo.CpoAdapterBean
 
getAllowChildren() - Method in class org.synchronoss.cpo.Node
 
getArray(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a JDBC ARRAY parameter as an Array object in the Java programming language.
getAscending() - Method in interface org.synchronoss.cpo.CpoOrderBy
Gets the boolean that determines if the objects will be returned from from the CpoAdapter in Ascending order or Descending order
getAscending() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
Gets the boolean that determines if the objects will be returned from from the CpoAdapter in Ascending order or Descending order
getAttribute() - Method in interface org.synchronoss.cpo.CpoOrderBy
Gets the name of the attribute that is to be used to sort the results from the CpoAdapter.
getAttribute() - Method in interface org.synchronoss.cpo.CpoWhere
 
getAttribute() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
Gets the name of the attribute that is to be used to sort the results from the CpoAdapter.
getAttribute() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getAttribute() - Method in class org.synchronoss.cpo.jdbc.JdbcParameter
 
getAttributeFunction() - Method in interface org.synchronoss.cpo.CpoWhere
 
getAttributeFunction() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getAttributeMap() - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
getAutoCommit() - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Retrieves the current auto-commit mode for this Connection object.
getBigDecimal(int, int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Deprecated. use getBigDecimal(int parameterIndex) or getBigDecimal(String parameterName)
getBigDecimal(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBindObject() - Method in class org.synchronoss.cpo.jdbc.BindAttribute
 
getBindValues(JdbcQuery, Object) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
Called by the CPO Framework.
getBindValues() - Method in class org.synchronoss.cpo.jdbc.JdbcWhereBuilder
 
getBlob(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a JDBC BLOB parameter as a Blob object in the Java programming language.
getBoolean(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated JDBC BIT parameter as a boolean in the Java programming language.
getBoolean(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a JDBC BIT parameter as a boolean in the Java programming language.
getBuffer() - Method in class org.synchronoss.cpo.CpoByteArrayInputStream
 
getBuffer() - Method in class org.synchronoss.cpo.CpoCharArrayReader
 
getByte(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated JDBC TINYINT parameter as a byte in the Java programming language.
getByte(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a JDBC TINYINT parameter as a byte in the Java programming language.
getBytes(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getCachedCallableStatement(Connection, String, String) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
getCachedCallableStatement(Connection, String) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
getCachedCallableStatement(Connection, String, int, int) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
getCachedCallableStatement(Connection, String, int, int, int) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
getCachedPreparedStatement(Connection, String, String) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
getCachedPreparedStatement(Connection, String) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
getCachedPreparedStatement(Connection, String, int) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
getCachedPreparedStatement(Connection, String, int[]) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
getCachedPreparedStatement(Connection, String, String[]) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
getCachedPreparedStatement(Connection, String, int, int) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
getCachedPreparedStatement(Connection, String, int, int, int) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
getCallableStatement() - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
 
getCallableStatement() - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
returns the jdbc callable statment associated with this object
getCatalog() - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Retrieves this Connection object's current catalog name.
getChildCount() - Method in class org.synchronoss.cpo.Node
 
getChildList() - Method in class org.synchronoss.cpo.Node
 
getClassId() - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
getClob(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated JDBC CLOB parameter as a Clob object in the Java programming language.
getClob(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a JDBC CLOB parameter as a Clob object in the Java programming language.
getColumnMap() - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
getComparison() - Method in interface org.synchronoss.cpo.CpoWhere
 
getComparison() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getConnection() - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
 
getConnection(String, String) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
getConnection() - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
getConnection() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Retrieves the Connection object that produced this Statement object.
getConnectionType() - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
Returns the type of connection to the database.
getContext() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getCpoAdapter() - Static method in class org.synchronoss.cpo.jdbc.JdbcCpoFactory
 
getCpoAdapter(String) - Static method in class org.synchronoss.cpo.jdbc.JdbcCpoFactory
 
getCpoReader(Reader) - Static method in class org.synchronoss.cpo.CpoCharArrayReader
 
getCpoStream(InputStream) - Static method in class org.synchronoss.cpo.CpoByteArrayInputStream
 
getCpoTrxAdapter() - Method in interface org.synchronoss.cpo.CpoAdapter
Provides a mechanism for the user to obtain a CpoTrxAdapter object.
getCpoTrxAdapter() - Method in class org.synchronoss.cpo.CpoAdapterBean
 
getCpoTrxAdapter() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Provides a mechanism for the user to obtain a CpoTrxAdapter object.
getCsGetter() - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
getCsSetter() - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
getDatabaseType() - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
getDataSource() - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
 
getDataSourceInfo() - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
getDataSourceMap() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getDataSourceName() - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
 
getDate(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date object.
getDate(int, Calendar) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object.
getDate(String, Calendar) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDbColumn() - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
getDbName() - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
getDbTable() - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
getDbTablePrefix() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
getDbTablePrefix() - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
 
getDouble(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a JDBC DOUBLE parameter as a double in the Java programming language.
getDriver() - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
Returns the name of the jdbc driver
getEncryptor(String) - Static method in class org.synchronoss.cpo.encrypt.EncryptorFactory
 
getEncryptor() - Static method in class org.synchronoss.cpo.encrypt.EncryptorFactory
 
getFetchDirection() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchSize() - Method in class org.synchronoss.cpo.CpoArrayResultSet
 
getFetchSize() - Method in class org.synchronoss.cpo.CpoBlockingResultSet
 
getFetchSize() - Method in interface org.synchronoss.cpo.CpoResultSet
 
getFetchSize() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Retrieves the number of result set rows that is the default fetch size for ResultSet objects generated from this Statement object.
getFirstChild() - Method in class org.synchronoss.cpo.Node
Gets the first child node in the linked-list of children.
getFloat(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated JDBC FLOAT parameter as a float in the Java programming language.
getFloat(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a JDBC FLOAT parameter as a float in the Java programming language.
getFunction() - Method in interface org.synchronoss.cpo.CpoOrderBy
Gets a string representing a datasource specific function call that must be applied to the attribute that will be used for sorting.
getFunction() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
Gets a string representing a datasource specific function call that must be applied to the attribute that will be used for sorting.
getGeneratedKeys() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Retrieves any auto-generated keys created as a result of executing this Statement object.
getGetterName() - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
getGetters() - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
getGroupType(T, String, String, Connection, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getGUID() - Static method in class org.synchronoss.cpo.GUID
 
getHoldability() - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Retrieves the current holdability of ResultSet objects created using this Connection object.
getInitialConnections() - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
Returns the number of initial connections to the database.
getInt(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated JDBC INTEGER parameter as an int in the Java programming language.
getInt(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a JDBC INTEGER parameter as an int in the Java programming language.
getJavaClass() - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
getJavaClass() - Method in class org.synchronoss.cpo.jdbc.JavaSqlType
 
getJavaSqlMethod(Class<?>) - Static method in class org.synchronoss.cpo.jdbc.JavaSqlMethods
 
getJavaSqlMethodClass() - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
getJavaSqlType() - Method in class org.synchronoss.cpo.jdbc.JavaSqlType
 
getJavaSqlType(int) - Static method in class org.synchronoss.cpo.jdbc.JavaSqlTypes
 
getJavaSqlType(String) - Static method in class org.synchronoss.cpo.jdbc.JavaSqlTypes
 
getJavaSqlType() - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
getJavaSqlTypeName() - Method in class org.synchronoss.cpo.jdbc.JavaSqlType
 
getJdbcAttribute() - Method in class org.synchronoss.cpo.jdbc.BindAttribute
 
getJmcClass() - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
getJndiCtx() - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
 
getJndiName() - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
 
getLength() - Method in class org.synchronoss.cpo.CpoByteArrayInputStream
 
getLength() - Method in class org.synchronoss.cpo.CpoCharArrayReader
 
getLogical() - Method in interface org.synchronoss.cpo.CpoWhere
 
getLogical() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getLoginTimeout() - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
getLogWriter() - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
getLong(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated JDBC BIGINT parameter as a long in the Java programming language.
getLong(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a JDBC BIGINT parameter as a long in the Java programming language.
getMarker() - Method in class org.synchronoss.cpo.CpoNativeQuery
 
getMaxConnections() - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
Returns the max connections for the connection pool
getMaxFieldSize() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Retrieves the maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this Statement object.
getMaxRows() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getMessage() - Method in exception org.synchronoss.cpo.CpoException
Returns the detail message, including the message from the nested exception if there is one.
getMetaClass(T, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getMetaClassMap() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
getMetaConnection() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getMetaData() - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Retrieves a DatabaseMetaData object that contains metadata about the database to which this Connection object represents a connection.
getMetaData() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Retrieves a ResultSetMetaData object that contains information about the columns of the ResultSet object that will be returned when this PreparedStatement object is executed.
getMetaDataSource() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getMetaDataSourceName() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getMethodType() - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
getModified() - Method in class org.synchronoss.cpo.Container
 
getModified() - Method in interface org.synchronoss.cpo.IContainer
 
getMoreResults() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Moves to this Statement object's next result, returns true if it is a ResultSet object, and implicitly closes any current ResultSet object(s) obtained with the method getResultSet.
getMoreResults(int) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Moves to this Statement object's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object.
getName() - Method in class org.synchronoss.cpo.CpoObject
Deprecated. Gets the context name that will be used to identify the query group that is associated with the operation on the specific object
getName() - Method in interface org.synchronoss.cpo.CpoOrderBy
Gets a string representing the name of this instance of the CpoOrderBy
getName() - Method in interface org.synchronoss.cpo.CpoWhere
Gets a string representing the name of this instance of the CpoOrderBy
getName() - Method in class org.synchronoss.cpo.jdbc.BindAttribute
 
getName() - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
getName() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
 
getName() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getName() - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
getName() - Method in class org.synchronoss.cpo.jdbc.JdbcQuery
 
getNativeText() - Method in class org.synchronoss.cpo.CpoNativeQuery
 
getNextSibling() - Method in class org.synchronoss.cpo.Node
Gets the next sibling for this node in the linked list of Nodes.
getNot() - Method in interface org.synchronoss.cpo.CpoWhere
 
getNot() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getObject() - Method in class org.synchronoss.cpo.Container
 
getObject() - Method in class org.synchronoss.cpo.CpoObject
Deprecated. Gets the object that was passed in when creating this CpoObject.
getObject() - Method in interface org.synchronoss.cpo.IContainer
 
getObject(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated parameter as an Object in the Java programming language.
getObject(int, Map<String, Class<?>>) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Returns an object representing the value of OUT parameter i and uses map for the custom mapping of the parameter value.
getObject(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a parameter as an Object in the Java programming language.
getObject(String, Map<String, Class<?>>) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Returns an object representing the value of OUT parameter i and uses map for the custom mapping of the parameter value.
getOffset() - Method in class org.synchronoss.cpo.CpoByteArrayInputStream
 
getOffset() - Method in class org.synchronoss.cpo.CpoCharArrayReader
 
getOperation() - Method in class org.synchronoss.cpo.CpoObject
Deprecated. Gets the integer that represents the type of operation that will be called on the pojo
getOutParameters() - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
returns the Out parameters from the callable statement
getParameterList() - Method in class org.synchronoss.cpo.jdbc.JdbcQuery
 
getParameterMetaData() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Retrieves the number, types and properties of this PreparedStatement object's parameters.
getParentNode() - Method in class org.synchronoss.cpo.Node
Gets the parent node for this node
getPassword() - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
Returns the password to connect to the database
getPreparedStatement() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
 
getPreparedStatement() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
Returns the jdbc prepared statment associated with this object
getPrevSibling() - Method in class org.synchronoss.cpo.Node
Gets the previous sibling for this node in the linked list of Nodes.
getProperties() - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
Returns the database connection properties
getPsSetter() - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
getQueryGroup(String, String) - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
getQueryGroups() - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
getQueryId() - Method in class org.synchronoss.cpo.jdbc.JdbcQuery
 
getQueryTimeout() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Retrieves the number of seconds the driver will wait for a Statement object to execute.
getReadConnection() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getReadDataSource() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getRef(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getRef(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getResourceInt(ResourceBundle, String) - Static method in class org.synchronoss.cpo.jdbc.JdbcCpoFactory
 
getResourceString(ResourceBundle, String) - Static method in class org.synchronoss.cpo.jdbc.JdbcCpoFactory
 
getResultSet() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Retrieves the current result as a ResultSet object.
getResultSetConcurrency() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Retrieves the result set concurrency for ResultSet objects generated by this Statement object.
getResultSetHoldability() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Retrieves the result set holdability for ResultSet objects generated by this Statement object.
getResultSetType() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Retrieves the result set type for ResultSet objects generated by this Statement object.
getRightAttribute() - Method in interface org.synchronoss.cpo.CpoWhere
 
getRightAttribute() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getRightAttributeFunction() - Method in interface org.synchronoss.cpo.CpoWhere
 
getRightAttributeFunction() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getRsGetter() - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
getSetterName() - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
getSetters() - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
getShort(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated JDBC SMALLINT parameter as a short in the Java programming language.
getShort(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a JDBC SMALLINT parameter as a short in the Java programming language.
getSize() - Method in class org.synchronoss.cpo.CpoByteArrayInputStream
 
getSize() - Method in class org.synchronoss.cpo.CpoCharArrayReader
 
getSqlTypeClass(String) - Method in interface org.synchronoss.cpo.CpoSqlAdapter
 
getSqlTypeClass(int) - Static method in class org.synchronoss.cpo.jdbc.JavaSqlTypes
 
getSqlTypeClass(Integer) - Static method in class org.synchronoss.cpo.jdbc.JavaSqlTypes
 
getSqlTypeClass(String) - Static method in class org.synchronoss.cpo.jdbc.JavaSqlTypes
 
getSqlTypes() - Method in interface org.synchronoss.cpo.CpoSqlAdapter
 
getSqlTypes() - Static method in class org.synchronoss.cpo.jdbc.JavaSqlTypes
 
getStaticConnection() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
getStaticConnection() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
getStaticValue() - Method in interface org.synchronoss.cpo.CpoWhere
 
getStaticValue() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getString(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getString(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getText() - Method in class org.synchronoss.cpo.jdbc.JdbcQuery
 
getTime(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated JDBC TIME parameter as a java.sql.Time object.
getTime(int, Calendar) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTime(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object.
getTime(String, Calendar) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTimestamp(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTimestamp(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTransactionIsolation() - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Retrieves this Connection object's current transaction isolation level.
getType() - Method in class org.synchronoss.cpo.jdbc.JdbcParameter
 
getType() - Method in class org.synchronoss.cpo.jdbc.JdbcQuery
 
getTypeMap() - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Retrieves the Map object associated with this Connection object.
getUpdateCount() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Retrieves the current result as an update count; if the result is a ResultSet object or there are no more results, -1 is returned.
getURL(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of the designated JDBC DATALINK parameter as a java.net.URL object.
getURL(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves the value of a JDBC DATALINK parameter as a java.net.URL object.
getUrl() - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
Returns the url to be used to connect to the database
getUserName() - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
Returns the username to connect to the database
getValue() - Method in interface org.synchronoss.cpo.CpoWhere
 
getValue() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getValueFunction() - Method in interface org.synchronoss.cpo.CpoWhere
 
getValueFunction() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getWaitIfBusy() - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
Returns whether to wait for an available connection
getWarnings() - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Retrieves the first warning reported by calls on this Connection object.
getWarnings() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Retrieves the first warning reported by calls on this Statement object.
getWhereClause() - Method in class org.synchronoss.cpo.jdbc.JdbcWhereBuilder
 
getWriteConnection() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getWriteDataSource() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
GUID - Class in org.synchronoss.cpo
 

H

hasNext() - Method in class org.synchronoss.cpo.CpoBlockingResultSet
 
hasParent() - Method in class org.synchronoss.cpo.Node
Checks to see if this node has a parent.

I

IContainer - Interface in org.synchronoss.cpo
 
INodeVisitor - Interface in org.synchronoss.cpo
This is the interface for the visitors to the Node Hierarchy
INSERT - Static variable in interface org.synchronoss.cpo.CpoAdapter
Static integer to be used with the CpoObject.
INSERT - Static variable in interface org.synchronoss.cpo.CpoAdapterRemote
 
insertObject(T) - Method in interface org.synchronoss.cpo.CpoAdapter
Creates the Object in the datasource.
insertObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Creates the Object in the datasource.
insertObject(T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Creates the Object and stores it in the datasource.
insertObject(String, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Creates the Object and stores it in the datasource.
insertObject(T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Creates the Object in the datasource.
insertObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Creates the Object in the datasource.
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.
insertObjects(Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapter
Iterates through a collection of Objects, creates and stores them in the datasource.
insertObjects(String, Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapter
Iterates through a collection of Objects, creates and stores them in the datasource.
insertObjects(Collection<T>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Iterates through a collection of Objects, creates them and stores them in the datasource.
insertObjects(String, Collection<T>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Iterates through a collection of Objects, creates them and stores them in the datasource.
insertObjects(Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Iterates through a collection of Objects, creates and stores them in the datasource.
insertObjects(String, Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Iterates through a collection of Objects, creates and stores them 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.
insertParentAfter(Node) - Method in class org.synchronoss.cpo.Node
Inserts a new Parent Node as a child of this node and moves all pre-existing children to be children of the new Parent Node.
insertParentBefore(Node) - Method in class org.synchronoss.cpo.Node
Inserts a new Parent into the tree structure and adds this node as its child.
insertSiblingAfter(Node) - Method in class org.synchronoss.cpo.Node
Adds a Sibling immediately following this Node.
insertSiblingBefore(Node) - Method in class org.synchronoss.cpo.Node
Inserts a Sibling into the linked list just prior to this Node
invokeGetter(JdbcCallableStatementFactory, Object, int) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
invokeGetter(JdbcPreparedStatementFactory, Object, int) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
invokeSetter(Object, ResultSet, int) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
invokeSetter(Object, CallableStatement, int) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
isClosed() - Method in interface org.synchronoss.cpo.CpoTrxAdapter
Returns true if the TrxAdapter has been closed, false if it is still active
isClosed() - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Retrieves whether this Connection object has been closed.
isClosed() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
isConnectionBusy(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
isConnectionBusy(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
isDone() - Method in class org.synchronoss.cpo.CpoBlockingResultSet
 
isEmpty() - Method in class org.synchronoss.cpo.Queue
 
isInParameter() - Method in class org.synchronoss.cpo.jdbc.JdbcParameter
 
isJava3 - Static variable in class org.synchronoss.cpo.JavaVersion
 
isJava4 - Static variable in class org.synchronoss.cpo.JavaVersion
 
isJava5 - Static variable in class org.synchronoss.cpo.JavaVersion
 
isJava6 - Static variable in class org.synchronoss.cpo.JavaVersion
 
isLeaf() - Method in interface org.synchronoss.cpo.CpoWhere
 
isLeaf() - Method in class org.synchronoss.cpo.Node
Checks to see if this node is a leaf node, that is, if it has no children.
isOutParameter() - Method in class org.synchronoss.cpo.jdbc.JdbcParameter
 
isReadOnly() - Method in class org.synchronoss.cpo.Container
 
isReadOnly() - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Retrieves whether this Connection object is in read-only mode.
isStaticConnection(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
isStaticConnection(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
isWrapperFor(Class<?>) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
iterator() - Method in class org.synchronoss.cpo.CpoBlockingResultSet
 

J

Java3 - Static variable in class org.synchronoss.cpo.JavaVersion
 
Java4 - Static variable in class org.synchronoss.cpo.JavaVersion
 
Java5 - Static variable in class org.synchronoss.cpo.JavaVersion
 
Java6 - Static variable in class org.synchronoss.cpo.JavaVersion
 
JavaSqlMethod<T> - Class in org.synchronoss.cpo.jdbc
JdbcType is a class that maps datasource datatypes to java.sql.types and java classes
JavaSqlMethod(int, Class<T>, Class<T>, String, String) - Constructor for class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
JavaSqlMethods - Class in org.synchronoss.cpo.jdbc
JdbcTypeClasses is a class that maps datasource datatypes to java.sql.types and java classes
JavaSqlType<T> - Class in org.synchronoss.cpo.jdbc
JdbcType is a class that maps datasource datatypes to java.sql.types and java classes
JavaSqlType(int, String, Class<T>) - Constructor for class org.synchronoss.cpo.jdbc.JavaSqlType
 
JavaSqlTypes - Class in org.synchronoss.cpo.jdbc
JdbcTypeClasses is a class that maps datasource datatypes to java.sql.types and java classes
JavaVersion - Class in org.synchronoss.cpo
This class is used to do conditional compilation.
JavaVersion() - Constructor for class org.synchronoss.cpo.JavaVersion
 
JdbcAttribute - Class in org.synchronoss.cpo.jdbc
JdbcAttribute is a class that maps traditional java classes to tables in a jdbc database.
JdbcAttribute() - Constructor for class org.synchronoss.cpo.jdbc.JdbcAttribute
 
JdbcAttribute(JdbcMetaClass<T>, String, String, String, String, String, String) - Constructor for class org.synchronoss.cpo.jdbc.JdbcAttribute
 
JdbcCallableStatement - Class in org.synchronoss.cpo.jdbc
The interface used to execute SQL stored procedures.
JdbcCallableStatement(CallableStatement) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCallableStatement
 
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, JdbcQuery, 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.
JdbcConnection - Class in org.synchronoss.cpo.jdbc
A connection (session) with a specific database.
JdbcConnection(JdbcDataSource, Connection) - Constructor for class org.synchronoss.cpo.jdbc.JdbcConnection
 
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(JdbcDataSourceInfo) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Creates a JdbcCpoAdapter.
JdbcCpoAdapter(JdbcDataSourceInfo, JdbcDataSourceInfo) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Creates a JdbcCpoAdapter.
JdbcCpoAdapter(JdbcDataSourceInfo, JdbcDataSourceInfo, JdbcDataSourceInfo) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Creates a JdbcCpoAdapter.
JdbcCpoAdapter(DataSource, String, boolean, String) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
JdbcCpoFactory - Class in org.synchronoss.cpo.jdbc
JdbcCpoFactory implements the JdbcCpoAdapter as a singleton.
JdbcCpoOrderBy - Class in org.synchronoss.cpo.jdbc
JdbcCpoOrderBy is an interface for specifying the sort order in which objects are returned from the Datasource.
JdbcCpoOrderBy(String, boolean) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
 
JdbcCpoOrderBy(String, boolean, String) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
 
JdbcCpoTrxAdapter - Class in org.synchronoss.cpo.jdbc
 
JdbcCpoTrxAdapter(DataSource, String, Connection, boolean, String) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
JdbcCpoWhere - Class in org.synchronoss.cpo.jdbc
JdbcCpoWhere is an interface for specifying the sort order in which objects are returned from the Datasource.
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
 
JdbcCpoWhere() - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
JdbcDataSource - Class in org.synchronoss.cpo.jdbc
A class for preallocating, recycling, and managing JDBC connections.
JdbcDataSource(JdbcDataSourceInfo) - Constructor for class org.synchronoss.cpo.jdbc.JdbcDataSource
 
JdbcDataSourceInfo - Class in org.synchronoss.cpo.jdbc
 
JdbcDataSourceInfo(String) - Constructor for class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
Creates a JdbcDataSourceInfo from a JNDIName that represents the datasource in the application server.
JdbcDataSourceInfo(String, String) - Constructor for class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
Creates a JdbcDataSourceInfo from a JNDIName that represents the datasource in the application server.
JdbcDataSourceInfo(String, Context) - Constructor for class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
Creates a JdbcDataSourceInfo from a JNDIName that represents the datasource in the application server.
JdbcDataSourceInfo(String, Context, String) - Constructor for class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
Creates a JdbcDataSourceInfo from a JNDIName that represents the datasource in the application server.
JdbcDataSourceInfo(String, String, int, int, boolean) - Constructor for class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
Creates a JdbcDataSourceInfo from a Jdbc Driver
JdbcDataSourceInfo(String, String, int, int, boolean, String) - Constructor for class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
Creates a JdbcDataSourceInfo from a Jdbc Driver
JdbcDataSourceInfo(String, String, Properties, int, int, boolean) - Constructor for class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
Creates a JdbcDataSourceInfo from a Jdbc Driver
JdbcDataSourceInfo(String, String, Properties, int, int, boolean, String) - Constructor for class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
Creates a JdbcDataSourceInfo from a Jdbc Driver
JdbcDataSourceInfo(String, String, String, String, int, int, boolean) - Constructor for class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
Creates a JdbcDataSourceInfo from a Jdbc Driver
JdbcDataSourceInfo(String, String, String, String, int, int, boolean, String) - Constructor for class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
Creates a JdbcDataSourceInfo from a Jdbc Driver
JdbcMetaClass<T> - Class in org.synchronoss.cpo.jdbc
JdbcMetaClass is a class that maps traditional java classes to tables in a jdbc database.
JdbcMetaClass(Class<T>, String) - Constructor for class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
JdbcParameter - Class in org.synchronoss.cpo.jdbc
JdbcParameter is a class that maps traditional java classes to tables in a jdbc database.
JdbcParameter() - Constructor for class org.synchronoss.cpo.jdbc.JdbcParameter
 
JdbcParameter(JdbcAttribute, String) - Constructor for class org.synchronoss.cpo.jdbc.JdbcParameter
 
JdbcPreparedStatement - Class in org.synchronoss.cpo.jdbc
An object that represents a precompiled SQL statement.
JdbcPreparedStatement(PreparedStatement) - Constructor for class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
 
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, JdbcMetaClass<T>, JdbcQuery, T) - Constructor for class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
Used to build the PreparedStatement that is used by CPO to create the actual JDBC PreparedStatement.
JdbcPreparedStatementFactory(Connection, JdbcCpoAdapter, JdbcMetaClass<T>, JdbcQuery, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Constructor for class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
Used to build the PreparedStatement that is used by CPO to create the actual JDBC PreparedStatement.
JdbcQuery - Class in org.synchronoss.cpo.jdbc
JdbcQuery is a class that maps traditional java classes to tables in a jdbc database.
JdbcQuery() - Constructor for class org.synchronoss.cpo.jdbc.JdbcQuery
 
JdbcWhereBuilder<T> - Class in org.synchronoss.cpo.jdbc
JdbcWhereBuilder is an interface for specifying the sort order in which objects are returned from the Datasource.
JdbcWhereBuilder(JdbcMetaClass<T>) - Constructor for class org.synchronoss.cpo.jdbc.JdbcWhereBuilder
 
JNDI_CONNECTION - Static variable in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
 

L

LIST - Static variable in interface org.synchronoss.cpo.CpoAdapter
Static integer to be used with the CpoObject.
LIST - Static variable in interface org.synchronoss.cpo.CpoAdapterRemote
 
LOGIC_AND - Static variable in interface org.synchronoss.cpo.CpoWhere
 
LOGIC_NONE - Static variable in interface org.synchronoss.cpo.CpoWhere
 
LOGIC_OR - Static variable in interface org.synchronoss.cpo.CpoWhere
 

M

METHOD_TYPE_BASIC - Static variable in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
METHOD_TYPE_READER - Static variable in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
METHOD_TYPE_STREAM - Static variable in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 

N

nativeSQL(String) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Converts the given SQL statement into the system's native SQL grammar.
newOrderBy(String, boolean) - Method in interface org.synchronoss.cpo.CpoAdapter
newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
newOrderBy(String, boolean, String) - Method in interface org.synchronoss.cpo.CpoAdapter
newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
newOrderBy(String, boolean) - Method in class org.synchronoss.cpo.CpoAdapterBean
 
newOrderBy(String, boolean, String) - Method in class org.synchronoss.cpo.CpoAdapterBean
 
newOrderBy(String, boolean) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
DOCUMENT ME!
newOrderBy(String, boolean, String) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
DOCUMENT ME!
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, 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.
newWhere() - Method in interface org.synchronoss.cpo.CpoAdapter
DOCUMENT ME!
newWhere(int, String, int, T) - Method in interface org.synchronoss.cpo.CpoAdapter
DOCUMENT ME!
newWhere(int, String, int, T, boolean) - Method in interface org.synchronoss.cpo.CpoAdapter
DOCUMENT ME!
newWhere() - Method in class org.synchronoss.cpo.CpoAdapterBean
 
newWhere(int, String, int, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
 
newWhere(int, String, int, T, boolean) - Method in class org.synchronoss.cpo.CpoAdapterBean
 
newWhere() - Method in interface org.synchronoss.cpo.CpoAdapterRemote
DOCUMENT ME!
newWhere(int, String, int, T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
DOCUMENT ME!
newWhere(int, String, int, T, boolean) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
DOCUMENT ME!
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!
next() - Method in class org.synchronoss.cpo.CpoBlockingResultSet
 
Node - Class in org.synchronoss.cpo
This is a general Node class to be used to build different types of trees.
Node() - Constructor for class org.synchronoss.cpo.Node
This is the default constructor for the Node class.
Node(int) - Constructor for class org.synchronoss.cpo.Node
This constructor allows you to create a composite or component node based on the node_type.

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 - package org.synchronoss.cpo
 
org.synchronoss.cpo.encrypt - package org.synchronoss.cpo.encrypt
 
org.synchronoss.cpo.jdbc - package org.synchronoss.cpo.jdbc
 
org.synchronoss.cpo.transform.jdbc - package org.synchronoss.cpo.transform.jdbc
 

P

PERSIST - Static variable in interface org.synchronoss.cpo.CpoAdapter
Static integer to be used with the CpoObject.
PERSIST - Static variable in interface org.synchronoss.cpo.CpoAdapterRemote
 
persistObject(T) - Method in interface org.synchronoss.cpo.CpoAdapter
Persists the Object into the datasource.
persistObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Persists the Object into the datasource.
persistObject(T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Persists the Object into the datasource.
persistObject(String, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Persists the Object into the datasource.
persistObject(T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Persists the Object into the datasource.
persistObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Persists the Object into the datasource.
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.
persistObjects(Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapter
Persists a collection of Objects into the datasource.
persistObjects(String, Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapter
Persists a collection of Objects into the datasource.
persistObjects(Collection<T>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Persists a collection of Objects into the datasource.
persistObjects(String, Collection<T>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Persists a collection of Objects into the datasource.
persistObjects(Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Persists a collection of Objects into the datasource.
persistObjects(String, Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Persists a collection of Objects 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.
prepareCall(String) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Creates a CallableStatement object for calling database stored procedures.
prepareCall(String, int, int) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareCall(String, int, int, int) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Creates a PreparedStatement object for sending parameterized SQL statements to the database.
prepareStatement(String, int, int) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Creates a PreparedStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String, int, int, int) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Creates a PreparedStatement object that will generate ResultSet objects with the given type, concurrency, and holdability.
prepareStatement(String, int) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Creates a default PreparedStatement object that has the capability to retrieve auto-generated keys.
prepareStatement(String, int[]) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Creates a default PreparedStatement object capable of returning the auto-generated keys designated by the given array.
prepareStatement(String, String[]) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Creates a default PreparedStatement object capable of returning the auto-generated keys designated by the given array.
printStackTrace(PrintStream) - Method in exception org.synchronoss.cpo.CpoException
Prints the composite message and the embedded stack trace to the specified stream ps.
printStackTrace() - Method in exception org.synchronoss.cpo.CpoException
Prints the composite message to System.err.
printStackTrace(PrintWriter) - Method in exception org.synchronoss.cpo.CpoException
Prints the composite message and the embedded stack trace to the specified print writer pw.
processBatchUpdateGroup(T[], String, String, Connection, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
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, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processSelectGroup(T, String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the Object from the datasource.
processSelectGroup(T, String, Connection, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processSelectGroup(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, boolean) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processSelectGroup(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, boolean, CpoResultSet<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
processSelectGroup(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, Connection, Connection, boolean, CpoResultSet<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processUpdateGroup(T, String, String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processUpdateGroup(T, String, String, Connection, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processUpdateGroup(Collection<T>, String, String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processUpdateGroup(Collection<T>, String, String, Connection, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
put(E) - Method in class org.synchronoss.cpo.CpoArrayResultSet
 
put(E) - Method in class org.synchronoss.cpo.CpoBlockingResultSet
 
put(E) - Method in interface org.synchronoss.cpo.CpoResultSet
 
put(Object) - Method in class org.synchronoss.cpo.Queue
 

Q

Queue - Class in org.synchronoss.cpo
 
Queue() - Constructor for class org.synchronoss.cpo.Queue
 

R

registerOutParameter(int, int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Registers the OUT parameter in ordinal position parameterIndex to the JDBC type sqlType.
registerOutParameter(int, int, int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Registers the parameter in ordinal position parameterIndex to be of JDBC type sqlType.
registerOutParameter(int, int, String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Registers the designated output parameter.
registerOutParameter(String, int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Registers the OUT parameter named parameterName to the JDBC type sqlType.
registerOutParameter(String, int, int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Registers the parameter named parameterName to be of JDBC type sqlType.
registerOutParameter(String, int, String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Registers the designated output parameter.
release() - Method in class org.synchronoss.cpo.Container
 
release() - Method in interface org.synchronoss.cpo.CpoReleasible
release is called by the CPO framework.
release() - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
Called by the CPO framework.
release() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
Called by the CPO framework.
release() - Method in class org.synchronoss.cpo.Node
Resets all the attributes to their default state.
release() - Method in class org.synchronoss.cpo.transform.jdbc.OracleTemporaryBlob
 
release() - Method in class org.synchronoss.cpo.transform.jdbc.OracleTemporaryClob
 
releaseSavepoint(Savepoint) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Removes the given Savepoint object from the current transaction.
remove() - Method in class org.synchronoss.cpo.CpoBlockingResultSet
 
removeAll() - Method in class org.synchronoss.cpo.Node
Remove this node and all its children from the tree.
removeChild(Node) - Method in class org.synchronoss.cpo.Node
Searches for an immediate child node and if found removes it from the linked-list of children.
removeChildNode() - Method in class org.synchronoss.cpo.Node
Remove just this node from the tree.
RETRIEVE - Static variable in interface org.synchronoss.cpo.CpoAdapter
Static integer to be used with the CpoObject.
RETRIEVE - Static variable in interface org.synchronoss.cpo.CpoAdapterRemote
 
retrieveBean(T) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the Bean from the datasource.
retrieveBean(String, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBean(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBean(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBean(T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBean(String, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBean(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBean(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
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, 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<CpoNativeQuery>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, CpoWhere, Collection<CpoOrderBy>) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, Collection<CpoOrderBy>) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, CpoWhere, Collection<CpoOrderBy>) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, int) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBeans(String, C, CpoWhere, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBeans(String, C, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBeans(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBeans(String, C, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, CpoWhere, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, int) - Method in class org.synchronoss.cpo.CpoAdapterBean
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<CpoNativeQuery>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, int) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveObject(T) - Method in interface org.synchronoss.cpo.CpoAdapter
Deprecated. use retrieveBean
retrieveObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Deprecated. use retrieveBean
retrieveObject(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in interface org.synchronoss.cpo.CpoAdapter
Deprecated. use retrieveBean
retrieveObject(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in interface org.synchronoss.cpo.CpoAdapter
Deprecated. use retrieveBean
retrieveObject(T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Deprecated. use retrieveBean
retrieveObject(String, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Deprecated. use retrieveBean
retrieveObject(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Deprecated. use retrieveBean
retrieveObject(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Deprecated. use retrieveBean
retrieveObject(T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Retrieves the Object from the datasource.
retrieveObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Retrieves the Object from the datasource.
retrieveObject(String, C, T, CpoWhere, Collection<? extends CpoOrderBy>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Retrieves the Object from the datasource.
retrieveObject(T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Deprecated. use retrieveBean
retrieveObject(String, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Deprecated. use retrieveBean
retrieveObject(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Deprecated. use retrieveBean
retrieveObject(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Deprecated. use retrieveBean
retrieveObjects(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Deprecated. use retrieveBean
retrieveObjects(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Deprecated. use retrieveBeans
retrieveObjects(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, T, int) - Method in interface org.synchronoss.cpo.CpoAdapter
Deprecated. use retrieveBeans
retrieveObjects(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Deprecated. use retrieveBeans
retrieveObjects(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Deprecated. use retrieveBeans
retrieveObjects(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, T, int) - Method in class org.synchronoss.cpo.CpoAdapterBean
Deprecated. use retrieveBeans
retrieveObjects(String, C, T, CpoWhere, Collection<? extends CpoOrderBy>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Retrieves the Object from the datasource.
retrieveObjects(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Deprecated. use retrieveBeans
retrieveObjects(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Deprecated. use retrieveBeans
retrieveObjects(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, T, int) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Deprecated. use retrieveBeans
rollback() - Method in interface org.synchronoss.cpo.CpoTrxAdapter
Rollback the current transaction behind the CpoTrxAdapter
rollback() - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Undoes all changes made in the current transaction and releases any database locks currently held by this Connection object.
rollback(Savepoint) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Undoes all changes made after the given Savepoint object was set.
rollback() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
rollbackConnection(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!

S

setAllowChildren(boolean) - Method in class org.synchronoss.cpo.Node
 
setArray(int, Array) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given Array object.
setAscending(boolean) - Method in interface org.synchronoss.cpo.CpoOrderBy
Sets the boolean that determines if the objects will be returned from from the CpoAdapter in Ascending order or Descending order
setAscending(boolean) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
Sets the boolean that determines if the objects will be returned from from the CpoAdapter in Ascending order or Descending order
setAsciiStream(String, InputStream, int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(int, InputStream, int) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAttribute(String) - Method in interface org.synchronoss.cpo.CpoOrderBy
Sets the name of the attribute that is to be used to sort the results from the CpoAdapter.
setAttribute(String) - Method in interface org.synchronoss.cpo.CpoWhere
 
setAttribute(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
Sets the name of the attribute that is to be used to sort the results from the CpoAdapter.
setAttribute(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setAttribute(JdbcAttribute) - Method in class org.synchronoss.cpo.jdbc.JdbcParameter
 
setAttributeFunction(String) - Method in interface org.synchronoss.cpo.CpoWhere
 
setAttributeFunction(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setAutoCommit(boolean) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Sets this connection's auto-commit mode to the given state.
setBigDecimal(String, BigDecimal) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to the given java.math.BigDecimal value.
setBigDecimal(int, BigDecimal) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given java.math.BigDecimal value.
setBinaryStream(String, InputStream, int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(int, InputStream, int) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBindValues(Collection<BindAttribute>) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
Called by the CPO Framework.
setBlob(int, Blob) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given Blob object.
setBoolean(String, boolean) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to the given Java boolean value.
setBoolean(int, boolean) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given Java boolean value.
setBuffer(byte[]) - Method in class org.synchronoss.cpo.CpoByteArrayInputStream
 
setBuffer(char[]) - Method in class org.synchronoss.cpo.CpoCharArrayReader
 
setByte(String, byte) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to the given Java byte value.
setByte(int, byte) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given Java byte value.
setBytes(String, byte[]) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to the given Java array of bytes.
setBytes(int, byte[]) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given Java array of bytes.
setCallableStatement(CallableStatement) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
 
setCatalog(String) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Sets the given catalog name in order to select a subspace of this Connection object's database in which to work.
setCharacterStream(String, Reader, int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(int, Reader, int) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setClassId(String) - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
setClob(int, Clob) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given Clob object.
setComparison(int) - Method in interface org.synchronoss.cpo.CpoWhere
 
setComparison(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setConnection(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
 
setConnectionBusy(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
setConnectionBusy(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
setConnectionType(int) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
 
setContext(Context) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
setCsGetter(String) - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
setCsSetter(String) - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
setCursorName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the SQL cursor name to the given String, which will be used by subsequent Statement object execute methods.
setDatabaseType(String) - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
setDataSource(JdbcDataSource) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
 
setDataSourceInfo(JdbcDataSourceInfo) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
setDataSourceMap(HashMap<String, HashMap<String, JdbcMetaClass<?>>>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
setDataSourceName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
 
setDate(String, Date) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to the given java.sql.Date value.
setDate(String, Date, Calendar) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDate(int, Date) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given java.sql.Date value.
setDate(int, Date, Calendar) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDbColumn(String) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
setDbName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
setDbTable(String) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
setDbTablePrefix(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
setDbTablePrefix(String) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
 
setDone(boolean) - Method in class org.synchronoss.cpo.CpoBlockingResultSet
 
setDouble(String, double) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to the given Java double value.
setDouble(int, double) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given Java double value.
setDriver(String) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
 
setEscapeProcessing(boolean) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets escape processing on or off.
setFetchDirection(int) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Gives the driver a hint as to the direction in which rows will be processed in ResultSet objects created using this Statement object.
setFetchSize(int) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
setFirstChild(Node) - Method in class org.synchronoss.cpo.Node
Sets the first child node in the linked-list of children.
setFloat(String, float) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to the given Java float value.
setFloat(int, float) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given Java float value.
setFunction(String) - Method in interface org.synchronoss.cpo.CpoOrderBy
Sets a string representing a datasource specific function call that must be applied to the attribute that will be used for sorting.
setFunction(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
Sets a string representing a datasource specific function call that must be applied to the attribute that will be used for sorting.
setGetterName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
setGetters(Method[]) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
setHoldability(int) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Changes the holdability of ResultSet objects created using this Connection object to the given holdability.
setInitialConnections(int) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
 
setInt(String, int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to the given Java int value.
setInt(int, int) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given Java int value.
setJavaClass(Class<T>) - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
setJavaClass(Class<T>) - Method in class org.synchronoss.cpo.jdbc.JavaSqlType
 
setJavaSqlMethodClass(Class<T>) - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
setJavaSqlType(int) - Method in class org.synchronoss.cpo.jdbc.JavaSqlType
 
setJavaSqlType(int) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
setJavaSqlTypeName(String) - Method in class org.synchronoss.cpo.jdbc.JavaSqlType
 
setJmcClass(Class<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
setJndiCtx(Context) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
 
setJndiName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
 
setLogical(int) - Method in interface org.synchronoss.cpo.CpoWhere
 
setLogical(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setLoginTimeout(int) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
setLogWriter(PrintWriter) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
setLong(String, long) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to the given Java long value.
setLong(int, long) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given Java long value.
setMarker(String) - Method in class org.synchronoss.cpo.CpoNativeQuery
 
setMaxConnections(int) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
 
setMaxFieldSize(int) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the limit for the maximum number of bytes in a ResultSet column storing character or binary values to the given number of bytes.
setMaxRows(int) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the limit for the maximum number of rows that any ResultSet object can contain to the given number.
setMetaDataSource(DataSource) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
setMetaDataSourceName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
setMethodType(int) - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
setModified(boolean) - Method in class org.synchronoss.cpo.Container
 
setModified(boolean) - Method in interface org.synchronoss.cpo.IContainer
 
setName(String) - Method in class org.synchronoss.cpo.CpoObject
Deprecated.  
setName(String) - Method in interface org.synchronoss.cpo.CpoOrderBy
Sets a string representing the name of this instance of the CpoOrderBy
setName(String) - Method in interface org.synchronoss.cpo.CpoWhere
Sets a string representing the name of this instance of the CpoOrderBy
setName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
setName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
 
setName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
setName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcQuery
 
setNativeText(String) - Method in class org.synchronoss.cpo.CpoNativeQuery
 
setNextSibling(Node) - Method in class org.synchronoss.cpo.Node
Sets the NextSibling for this node.
setNot(boolean) - Method in interface org.synchronoss.cpo.CpoWhere
 
setNot(boolean) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setNull(String, int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to SQL NULL.
setNull(String, int, String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to SQL NULL.
setNull(int, int) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to SQL NULL.
setNull(int, int, String) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to SQL NULL.
setObject(Object) - Method in class org.synchronoss.cpo.Container
 
setObject(T) - Method in class org.synchronoss.cpo.CpoObject
Deprecated.  
setObject(Object) - Method in interface org.synchronoss.cpo.IContainer
 
setObject(String, Object, int, int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the value of the designated parameter with the given object.
setObject(String, Object, int) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the value of the designated parameter with the given object.
setObject(String, Object) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, int, int) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, int) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the value of the designated parameter using the given object.
setOffset(int) - Method in class org.synchronoss.cpo.CpoByteArrayInputStream
 
setOffset(int) - Method in class org.synchronoss.cpo.CpoCharArrayReader
 
setOperation(int) - Method in class org.synchronoss.cpo.CpoObject
Deprecated.  
setParent(Node) - Method in class org.synchronoss.cpo.Node
Sets the Parent Node for this Node.
setPassword(String) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
 
setPreparedStatement(PreparedStatement) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
 
setPrevSibling(Node) - Method in class org.synchronoss.cpo.Node
Sets the PrevSibling for this node.
setProperties(Properties) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
 
setPsSetter(String) - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
setQueryId(String) - Method in class org.synchronoss.cpo.jdbc.JdbcQuery
 
setQueryTimeout(int) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the number of seconds the driver will wait for a Statement object to execute to the given number of seconds.
setReadDataSource(DataSource) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
setReadOnly(boolean) - Method in class org.synchronoss.cpo.Container
 
setReadOnly(boolean) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Puts this connection in read-only mode as a hint to the driver to enable database optimizations.
setRef(int, Ref) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given REF(<structured-type>) value.
setRightAttribute(String) - Method in interface org.synchronoss.cpo.CpoWhere
 
setRightAttribute(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setRightAttributeFunction(String) - Method in interface org.synchronoss.cpo.CpoWhere
 
setRightAttributeFunction(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setRsGetter(String) - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
setSavepoint() - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Creates an unnamed savepoint in the current transaction and returns the new Savepoint object that represents it.
setSavepoint(String) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Creates a savepoint with the given name in the current transaction and returns the new Savepoint object that represents it.
setSessionContext(SessionContext) - Method in class org.synchronoss.cpo.CpoAdapterBean
 
setSetterName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
setSetters(Method[]) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
setShort(String, short) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to the given Java short value.
setShort(int, short) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given Java short value.
setSize(int) - Method in class org.synchronoss.cpo.CpoByteArrayInputStream
 
setSize(int) - Method in class org.synchronoss.cpo.CpoCharArrayReader
 
setStaticConnection(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
setStaticConnection(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
setStaticValue(String) - Method in interface org.synchronoss.cpo.CpoWhere
 
setStaticValue(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setString(String, String) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to the given Java String value.
setString(int, String) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given Java String value.
setText(String) - Method in class org.synchronoss.cpo.jdbc.JdbcQuery
 
setTime(String, Time) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to the given java.sql.Time value.
setTime(String, Time, Calendar) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
setTime(int, Time) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given java.sql.Time value.
setTime(int, Time, Calendar) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
setTimestamp(String, Timestamp) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to the given java.sql.Timestamp value.
setTimestamp(String, Timestamp, Calendar) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTimestamp(int, Timestamp) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTransactionIsolation(int) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Attempts to change the transaction isolation level for this Connection object to the one given.
setTransformClass(String) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
setType(String) - Method in class org.synchronoss.cpo.jdbc.JdbcParameter
 
setType(String) - Method in class org.synchronoss.cpo.jdbc.JdbcQuery
 
setTypeMap(Map<String, Class<?>>) - Method in class org.synchronoss.cpo.jdbc.JdbcConnection
Installs the given TypeMap object as the type map for this Connection object.
setUnicodeStream(int, InputStream, int) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Deprecated.  
setURL(String, URL) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Sets the designated parameter to the given java.net.URL object.
setUrl(String) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
 
setURL(int, URL) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given java.net.URL value.
setUserName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
 
setValue(Object) - Method in interface org.synchronoss.cpo.CpoWhere
 
setValue(Object) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setValueFunction(String) - Method in interface org.synchronoss.cpo.CpoWhere
 
setValueFunction(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setWaitIfBusy(boolean) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
 
setWriteDataSource(DataSource) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
size() - Method in class org.synchronoss.cpo.CpoBlockingResultSet
 
size() - Method in interface org.synchronoss.cpo.CpoResultSet
 

T

take() - Method in class org.synchronoss.cpo.CpoArrayResultSet
 
take() - Method in class org.synchronoss.cpo.CpoBlockingResultSet
 
take() - Method in interface org.synchronoss.cpo.CpoResultSet
 
toString(JdbcMetaClass<?>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
 
toString(JdbcMetaClass<?>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
toString() - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
totalConnections() - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
transactObjects(Collection<CpoObject<T>>) - Method in interface org.synchronoss.cpo.CpoAdapter
Deprecated.  
transactObjects(Collection<CpoObject<T>>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Deprecated.  
transactObjects(Collection<CpoObject<T>>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Deprecated.  
transactObjects(Collection<CpoObject<T>>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Deprecated.  
transactObjects(Collection<CpoObject<T>>, Connection, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Deprecated.  
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.Blob from a jdbc datasource to a byte[] and from a byte[] to a java.sql.Blob
TransformClob() - Constructor for class org.synchronoss.cpo.transform.jdbc.TransformClob
 
TransformDateToEncryptedString - Class in org.synchronoss.cpo.transform.jdbc
 
TransformDateToEncryptedString() - Constructor for class org.synchronoss.cpo.transform.jdbc.TransformDateToEncryptedString
 
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(Object) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
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(String) - Method in class org.synchronoss.cpo.transform.jdbc.TransformDateToEncryptedString
 
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(int) - 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(String) - Method in class org.synchronoss.cpo.transform.jdbc.TransformStringToEncryptedString
 
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(JdbcPreparedStatementFactory, Object) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
transformOut(JdbcCallableStatementFactory, Object) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
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(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(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(JdbcPreparedStatementFactory, Timestamp) - Method in class org.synchronoss.cpo.transform.jdbc.TransformDateToEncryptedString
 
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(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, int) - 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, int) - 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, 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(JdbcPreparedStatementFactory, String) - Method in class org.synchronoss.cpo.transform.jdbc.TransformStringToEncryptedString
 
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
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
 
TransformStringToEncryptedString - Class in org.synchronoss.cpo.transform.jdbc
 
TransformStringToEncryptedString() - Constructor for class org.synchronoss.cpo.transform.jdbc.TransformStringToEncryptedString
 
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
 

U

unwrap(Class<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcDataSource
 
UPDATE - Static variable in interface org.synchronoss.cpo.CpoAdapter
Static integer to be used with the CpoObject.
UPDATE - Static variable in interface org.synchronoss.cpo.CpoAdapterRemote
 
updateObject(T) - Method in interface org.synchronoss.cpo.CpoAdapter
Update the Object in the datasource.
updateObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Update the Object in the datasource.
updateObject(T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Persists the Object into the datasource.
updateObject(String, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Persists the Object into the datasource.
updateObject(T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Update the Object in the datasource.
updateObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Update the Object in the datasource.
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.
updateObjects(Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapter
Updates a collection of Objects in the datasource.
updateObjects(String, Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapter
Updates a collection of Objects in the datasource.
updateObjects(Collection<T>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Persists a collection of Objects into the datasource.
updateObjects(String, Collection<T>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Persists a collection of Objects into the datasource.
updateObjects(Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Updates a collection of Objects in the datasource.
updateObjects(String, Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Updates a collection of Objects 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.
URL_CONNECTION - Static variable in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
 
URL_PROPS_CONNECTION - Static variable in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
 
URL_USER_PASSWORD_CONNECTION - Static variable in class org.synchronoss.cpo.jdbc.JdbcDataSourceInfo
 

V

version - Static variable in class org.synchronoss.cpo.JavaVersion
 
visit(Node) - Method in interface org.synchronoss.cpo.INodeVisitor
This is called for component elements which have no children
visit(Node) - Method in class org.synchronoss.cpo.jdbc.JdbcWhereBuilder
This is called for component elements which have no children
visitBegin(Node) - Method in interface org.synchronoss.cpo.INodeVisitor
This is called by composite nodes prior to visiting children
visitBegin(Node) - Method in class org.synchronoss.cpo.jdbc.JdbcWhereBuilder
This is called by composite nodes prior to visiting children
visitEnd(Node) - Method in interface org.synchronoss.cpo.INodeVisitor
This is called by composite nodes after visiting children
visitEnd(Node) - Method in class org.synchronoss.cpo.jdbc.JdbcWhereBuilder
This is called by composite nodes after visiting children
visitMiddle(Node) - Method in interface org.synchronoss.cpo.INodeVisitor
This is called for composite nodes between visiting children
visitMiddle(Node) - Method in class org.synchronoss.cpo.jdbc.JdbcWhereBuilder
This is called for composite nodes between visiting children

W

wasNull() - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatement
Retrieves whether the last OUT parameter read had the value of SQL NULL.

A B C D E F G H I J L M N O P Q R S T U V W

Copyright © 2010. All Rights Reserved.