Package org.apache.mahout.cf.taste.impl.model.jdbc

Class Summary
AbstractBooleanPrefJDBCDataModel  
AbstractJDBCDataModel An abstract superclass for JDBCDataModel implementations, providing most of the common functionality that any such implementation would need.
ConnectionPoolDataSource A wrapper DataSource which pools connections.
GenericJDBCDataModel A generic DataModel designed for use with other JDBC data sources; one just specifies all necessary SQL queries to the constructor here.
MySQLBooleanPrefJDBCDataModel See also MySQLJDBCDataModel -- same except deals with a table without preference info:
MySQLJDBCDataModel A JDBCDataModel backed by a MySQL database and accessed via JDBC.
PostgreSQLBooleanPrefJDBCDataModel See also PostgreSQLJDBCDataModel -- same except deals with a table without preference info:
PostgreSQLJDBCDataModel A JDBCDataModel backed by a PostgreSQL database and accessed via JDBC.
ReloadFromJDBCDataModel A DataModel which loads, and can re-load, data from a JDBC-backed JDBCDataModel into memory, as a GenericDataModel or GenericBooleanPrefDataModel.
SQL92BooleanPrefJDBCDataModel See also SQL92JDBCDataModel -- same except deals with a table without preference info:
SQL92JDBCDataModel A JDBCDataModel backed by a SQL92 compatible database and accessed via JDBC.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.