T - The Builder type that the clause is part of.public interface DatasetClause<T extends AbstractQueryBuilder<T>>
| Modifier and Type | Method and Description |
|---|---|
T |
from(Collection<String> graphName)
Add several "FROM" graph names.
|
T |
from(String graphName)
Add the "FROM" graph name.
|
T |
fromNamed(Collection<String> graphNames)
Add several "FROM NAMED" graph names.
|
T |
fromNamed(String graphName)
Add the "FROM NAMED" graph name.
|
DatasetHandler |
getDatasetHandler()
Get the Dataset handler for this clause.
|
T fromNamed(String graphName)
graphName - the graph name to add.T fromNamed(Collection<String> graphNames)
graphNames - the collection graph names to add.T from(String graphName)
graphName - the graph name to add.T from(Collection<String> graphName)
graphName - the collection graph names to add.DatasetHandler getDatasetHandler()
Licensed under the Apache License, Version 2.0