public class SparqlifyQefFactory extends Object
| Constructor and Description |
|---|
SparqlifyQefFactory() |
| Modifier and Type | Method and Description |
|---|---|
QueryExecutionFactoryEx |
create() |
Config |
getConfig() |
DataSource |
getDataSource() |
Integer |
getMaxQueryExecutionTime() |
Long |
getMaxResultSetRowCount() |
void |
setConfig(Config config) |
void |
setDataSource(DataSource dataSource) |
void |
setMaxQueryExecutionTime(Integer seconds) |
void |
setMaxResultSetRowCount(Long count) |
public Config getConfig()
public void setConfig(Config config)
public DataSource getDataSource()
public void setDataSource(DataSource dataSource)
public void setMaxQueryExecutionTime(Integer seconds)
public Integer getMaxQueryExecutionTime()
public void setMaxResultSetRowCount(Long count)
public Long getMaxResultSetRowCount()
public QueryExecutionFactoryEx create() throws Exception
ExceptionCopyright © 2013. All Rights Reserved.