public final class RepositoryConnections extends Object
| Constructor and Description |
|---|
RepositoryConnections() |
| Modifier and Type | Method and Description |
|---|---|
static void |
add(org.openrdf.repository.RepositoryConnection theRepo,
File theFile) |
static void |
add(org.openrdf.repository.RepositoryConnection theConnection,
org.openrdf.model.Graph theGraph) |
static void |
add(org.openrdf.repository.RepositoryConnection theRepo,
InputStream theStream,
org.openrdf.rio.RDFFormat theFormat) |
static void |
add(org.openrdf.repository.RepositoryConnection theRepo,
Reader theStream,
org.openrdf.rio.RDFFormat theFormat) |
static void |
add(org.openrdf.repository.RepositoryConnection theRepo,
Reader theStream,
org.openrdf.rio.RDFFormat theFormat,
org.openrdf.model.Resource theContext) |
static void |
add(org.openrdf.repository.RepositoryConnection theConn,
Reader theStream,
org.openrdf.rio.RDFFormat theFormat,
org.openrdf.model.Resource theContext,
String theBase) |
static void |
clear(org.openrdf.repository.RepositoryConnection theConnection,
org.openrdf.model.Resource... theContexts) |
static void |
closeQuietly(org.openrdf.repository.RepositoryConnection theConn)
Quietly close the connection object
|
static boolean |
contains(org.openrdf.repository.RepositoryConnection theConnection,
org.openrdf.model.Statement theStatement) |
static void |
remove(org.openrdf.repository.RepositoryConnection theConnection,
org.openrdf.model.Graph theGraph) |
public static void clear(org.openrdf.repository.RepositoryConnection theConnection,
org.openrdf.model.Resource... theContexts)
throws org.openrdf.repository.RepositoryException
org.openrdf.repository.RepositoryExceptionpublic static void add(org.openrdf.repository.RepositoryConnection theConnection,
org.openrdf.model.Graph theGraph)
throws org.openrdf.repository.RepositoryException
org.openrdf.repository.RepositoryExceptionpublic static void remove(org.openrdf.repository.RepositoryConnection theConnection,
org.openrdf.model.Graph theGraph)
throws org.openrdf.repository.RepositoryException
org.openrdf.repository.RepositoryExceptionpublic static void closeQuietly(org.openrdf.repository.RepositoryConnection theConn)
theConn - the connection to closepublic static boolean contains(org.openrdf.repository.RepositoryConnection theConnection,
org.openrdf.model.Statement theStatement)
throws org.openrdf.repository.RepositoryException
org.openrdf.repository.RepositoryExceptionpublic static void add(org.openrdf.repository.RepositoryConnection theRepo,
File theFile)
throws org.openrdf.rio.RDFParseException,
IOException
org.openrdf.rio.RDFParseExceptionIOExceptionpublic static void add(org.openrdf.repository.RepositoryConnection theRepo,
InputStream theStream,
org.openrdf.rio.RDFFormat theFormat)
throws org.openrdf.rio.RDFParseException,
IOException
org.openrdf.rio.RDFParseExceptionIOExceptionpublic static void add(org.openrdf.repository.RepositoryConnection theRepo,
Reader theStream,
org.openrdf.rio.RDFFormat theFormat)
throws org.openrdf.rio.RDFParseException,
IOException
org.openrdf.rio.RDFParseExceptionIOExceptionpublic static void add(org.openrdf.repository.RepositoryConnection theRepo,
Reader theStream,
org.openrdf.rio.RDFFormat theFormat,
org.openrdf.model.Resource theContext)
throws IOException,
org.openrdf.rio.RDFParseException
IOExceptionorg.openrdf.rio.RDFParseExceptionpublic static void add(org.openrdf.repository.RepositoryConnection theConn,
Reader theStream,
org.openrdf.rio.RDFFormat theFormat,
org.openrdf.model.Resource theContext,
String theBase)
throws org.openrdf.rio.RDFParseException,
IOException
org.openrdf.rio.RDFParseExceptionIOExceptionCopyright © 2010-2016 Stardog Union. All Rights Reserved.