Uses of Package
org.mycore.backend.sql

Packages that use org.mycore.backend.sql
org.mycore.backend.sql   
 

Classes in org.mycore.backend.sql used by org.mycore.backend.sql
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