Package org.mycore.backend.sql

Class Summary
MCRSQLColumn  
MCRSQLConnection Instances of this class represent a database connection to a relational database like DB2.
MCRSQLConnectionPool This class implements a pool of database connections to a relational database like DB2, using JDBC.
MCRSQLRowReader Instances of this class are used to read the rows of a result set when an SQL query is done using MCRSQLConnection.
MCRSQLStatement