Java org.apache.mahout.cf.taste.impl.model.jdbc MySQLBooleanPrefJDBCDataModel fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.cf.taste.impl.model.jdbc MySQLBooleanPrefJDBCDataModel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.cf.taste.impl.model.jdbc MySQLBooleanPrefJDBCDataModel.

The text is from its open source code.

Constructor

MySQLBooleanPrefJDBCDataModel(String dataSourceName)

Creates a MySQLBooleanPrefJDBCDataModel using the default javax.sql.DataSource found under the given name, and using default table/column names.

MySQLBooleanPrefJDBCDataModel(DataSource dataSource)

Creates a MySQLBooleanPrefJDBCDataModel using the given javax.sql.DataSource and default table/column names.