public class DataSourceCatalogFactory extends Object implements CatalogFactory
A Factory class for creating DataSourceCatalog
s.
Modifier and Type | Field and Description |
---|---|
protected long |
cacheUpdateMinutes |
protected DataSource |
dataSource |
protected boolean |
fieldIdStr |
protected boolean |
lenientFields |
protected boolean |
orderedValues |
protected int |
pageSize |
protected boolean |
productIdString |
static int |
VAL |
static long |
VAL1 |
protected ValidationLayer |
validationLayer |
Constructor and Description |
---|
DataSourceCatalogFactory()
Default Constructor
|
DataSourceCatalogFactory(DataSource ds)
Constructs a new Factory from the specified
DataSource . |
public static final int VAL
public static final long VAL1
protected DataSource dataSource
protected ValidationLayer validationLayer
protected boolean fieldIdStr
protected int pageSize
protected long cacheUpdateMinutes
protected boolean lenientFields
protected boolean productIdString
protected boolean orderedValues
public DataSourceCatalogFactory()
Default Constructor
.public DataSourceCatalogFactory(DataSource ds)
Constructs a new Factory from the specified DataSource
.
ds
- The DataSource to construct this factory from.public Catalog createCatalog()
createCatalog
in interface CatalogFactory
Catalog
object implementation.Copyright © 1999–2017 Apache OODT. All rights reserved.