net.fortytwo.ripple.model
Class GetStatementsQuery
java.lang.Object
net.fortytwo.ripple.model.GetStatementsQuery
public class GetStatementsQuery
- extends Object
Author: josh
Date: Feb 7, 2008
Time: 10:46:12 AM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
subject
public final org.openrdf.model.Resource subject
predicate
public final org.openrdf.model.URI predicate
object
public final org.openrdf.model.Value object
contexts
public final org.openrdf.model.Resource[] contexts
type
public GetStatementsQuery.Type type
GetStatementsQuery
public GetStatementsQuery(StatementPatternQuery patternQuery,
ModelConnection mc)
throws RippleException
- Throws:
RippleException
getStatements
public void getStatements(org.openrdf.sail.SailConnection sc,
Sink<org.openrdf.model.Statement,RippleException> results)
throws RippleException
- Throws:
RippleException
getValues
public void getValues(org.openrdf.sail.SailConnection sc,
Sink<org.openrdf.model.Value,RippleException> results)
throws RippleException
- Throws:
RippleException
Copyright © 2007-2011 fortytwo.net. All Rights Reserved.