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

Example usage for Java org.apache.mahout.cf.taste.impl.model.jdbc PostgreSQLBooleanPrefJDBCDataModel 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 PostgreSQLBooleanPrefJDBCDataModel.

The text is from its open source code.

Constructor

PostgreSQLBooleanPrefJDBCDataModel(String dataSourceName)

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

PostgreSQLBooleanPrefJDBCDataModel(DataSource dataSource)

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