Package org.jivesoftware.database
package org.jivesoftware.database
Database connection code.
-
ClassDescriptionAn implementation of the Connection interface that wraps an underlying Connection object.Allows PreparedStatement information to be cached.An implementation of the CallableStatement interface that wraps an underlying CallableStatement object.Abstract class that defines the connection provider framework.Central manager of database connections.A class that identifies the type of the database that Jive is connected to.Default Jive connection provider, which uses an internal connection pool.BeanInfo class for the DefaultConnectionProvider class.A connection provider for the embedded hsqlDB database.Used to specify what jive id an object should haveAn implementation of ConnectionProvider that utilizes a JDBC 2.0 DataSource made available via JNDI.An implementation of the PreparedStatement interface that wraps an underlying PreparedStatement object.Wraps a Connection object and collects statistics about the database queries that are performed.Simple class for tracking profiling stats for individual SQL queries.Manages database schemas for Openfire and Openfire plugins.Manages sequences of unique ID's that get stored in the database.An implementation of the Statement interface that wraps an underlying Statement object.