Package org.synchronoss.cpo.jdbc

Package class diagram package org.synchronoss.cpo.jdbc
Class Summary
BindAttribute  
JavaSqlMethod<T> JdbcType is a class that maps datasource datatypes to java.sql.types and java classes
JavaSqlMethods JdbcTypeClasses is a class that maps datasource datatypes to java.sql.types and java classes
JavaSqlType<T> JdbcType is a class that maps datasource datatypes to java.sql.types and java classes
JavaSqlTypes JdbcTypeClasses is a class that maps datasource datatypes to java.sql.types and java classes
JdbcAttribute JdbcAttribute is a class that maps traditional java classes to tables in a jdbc database.
JdbcCallableStatement The interface used to execute SQL stored procedures.
JdbcCallableStatementFactory JdbcCallableStatementFactory is the object that encapsulates the creation of the actual CallableStatement for the JDBC driver.
JdbcConnection A connection (session) with a specific database.
JdbcCpoAdapter JdbcCpoAdapter is an interface for a set of routines that are responsible for managing value objects from a datasource.
JdbcCpoFactory JdbcCpoFactory implements the JdbcCpoAdapter as a singleton.
JdbcCpoOrderBy JdbcCpoOrderBy is an interface for specifying the sort order in which objects are returned from the Datasource.
JdbcCpoTrxAdapter  
JdbcCpoWhere JdbcCpoWhere is an interface for specifying the sort order in which objects are returned from the Datasource.
JdbcDataSource A class for preallocating, recycling, and managing JDBC connections.
JdbcDataSourceInfo  
JdbcMetaClass<T> JdbcMetaClass is a class that maps traditional java classes to tables in a jdbc database.
JdbcParameter JdbcParameter is a class that maps traditional java classes to tables in a jdbc database.
JdbcPreparedStatement An object that represents a precompiled SQL statement.
JdbcPreparedStatementFactory JdbcPreparedStatementFactory is the object that encapsulates the creation of the actual PreparedStatement for the JDBC driver.
JdbcQuery JdbcQuery is a class that maps traditional java classes to tables in a jdbc database.
JdbcWhereBuilder<T> JdbcWhereBuilder is an interface for specifying the sort order in which objects are returned from the Datasource.
 



Copyright © 2010. All Rights Reserved.