|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AnzoException in org.openanzo.atom |
|---|
| Methods in org.openanzo.atom that throw AnzoException | |
|---|---|
java.lang.Long |
AtomModel.getNamedGraphRevision(java.lang.String id)
|
boolean |
NotificationListener.handleNamedGraph(boolean addition,
org.openrdf.model.URI namedGraphUri,
org.openrdf.model.URI metadataGraphUri,
java.lang.Long revision,
org.openrdf.model.URI aclUriTemplate,
org.openrdf.model.URI createdBy,
java.lang.Long modified,
org.openrdf.model.URI lastModifiedBy)
|
| Uses of AnzoException in org.openanzo.atom.cache |
|---|
| Methods in org.openanzo.atom.cache that throw AnzoException | |
|---|---|
java.lang.Long |
AtomCache.getNamedGraphRevision(java.lang.String id,
java.lang.String userId)
|
java.lang.Long |
AtomCache.getNamedGraphRevision(java.lang.String id,
java.lang.String userId,
boolean fallback)
|
boolean |
AtomCacheEventListener.handleNamedGraph(boolean addition,
org.openrdf.model.URI namedGraphUri,
org.openrdf.model.URI metadataGraphUri,
java.lang.Long revision,
org.openrdf.model.URI aclUriTemplate,
org.openrdf.model.URI createdBy,
java.lang.Long modified,
org.openrdf.model.URI lastModifiedBy)
|
boolean |
AtomCacheEventListener.handleUser(boolean addition,
org.openrdf.model.URI user,
org.openrdf.model.URI defaultRole,
org.openrdf.model.URI defaultAclTemplate,
java.lang.String userId,
java.lang.String password)
|
boolean |
AtomCacheEventListener.handleUserInRole(boolean addition,
org.openrdf.model.URI user,
org.openrdf.model.URI role)
|
| Uses of AnzoException in org.openanzo.client |
|---|
| Methods in org.openanzo.client that throw AnzoException | |
|---|---|
void |
DatasetService.abort()
Abort the current transaction |
boolean |
DatasetServiceReplicator.addTrackerListener(org.openrdf.model.URI trackerSetURI,
ISerializableTracker tracker,
TrackerListener trackerListener)
Adds a TrackerListener which will get events of changes to the graph that match the supplied tracker. |
void |
DatasetService.begin()
Begin a transaction |
void |
DatasetService.beginNonBlocking()
Begin a NonBlocking transaction |
void |
DatasetService.closeLocalGraph(LocalGraph baseGraph)
Decrements usage count for Local NamedGraph. |
void |
DatasetService.closeRemoteGraph(RemoteGraph baseGraph)
Decrements usage count for Remote NamedGraph. |
void |
DatasetService.commit()
Commit the current transaction |
java.lang.Object |
DatasetService.executeInTransaction(Command command)
Execute a command within a transaction |
void |
DatasetService.executeInTransaction(CommandChain commands)
Execute a CommandChain within a transaction |
QueryResult |
StoredDatasetserviceDatasetProxy.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query)
|
QueryResult |
ClosableDatasetServiceDataset.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query)
|
QueryResult |
NotificationContainerProxy.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query)
|
QueryResult |
StoredDatasetserviceDatasetProxy.executeQuery(java.lang.String query)
|
QueryResult |
ClosableDatasetServiceDataset.executeQuery(java.lang.String query)
|
LocalGraph |
DatasetService.getLocalGraph(org.openrdf.model.URI namedGraphUri,
boolean create,
boolean addNamedGraphTracker)
Get a Local NamedGraph for the URI, creating one if it doesn't exist depending on the create flag |
LocalGraph |
DatasetService.getLocalGraph(org.openrdf.model.URI namedGraphUri,
org.openrdf.model.URI metadataGraphUri,
boolean create,
boolean addNamedGraphTracker)
Get a LocalGraph for the given URIs, creating one if it doesn't exist depending on the create flag |
LocalGraph |
DatasetService.getLocalSystemGraph(boolean addNamedGraphTracker)
Get a Local NamedGraph representation of the Server's system graph. |
RemoteGraph |
DatasetService.getRemoteGraph(org.openrdf.model.URI namedGraphUri,
boolean create)
Get a Remote NamedGraph for the given URI, creating one if it doesn't exist depending on the create flag. |
RemoteGraph |
DatasetService.getRemoteGraph(org.openrdf.model.URI namedGraphUri,
org.openrdf.model.URI metadataGraphUri,
boolean create)
Get a Remote NamedGraph for the given URIs, creating one if it doesn't exist depending on the create flag. |
RemoteGraph |
DatasetService.getRemoteSystemGraph()
Get a RemoteGraph representation of the Server's system graph. |
boolean |
DatasetService.isNamedGraphStored(org.openrdf.model.URI namedGraphUri)
Returns if the NamedGraph is stored on the server |
boolean |
DatasetServiceReplicator.removeTrackerListener(java.lang.String trackerSetUri,
ISerializableTracker tracker,
TrackerListener trackerListener)
Removes a TrackerListener so that is no longer gets events of changes to the graph that match the supplied tracker. |
void |
DatasetServiceReplicator.replicate(boolean synchronous)
Replicate local and remote changes |
| Uses of AnzoException in org.openanzo.client.jena |
|---|
| Methods in org.openanzo.client.jena that throw AnzoException | |
|---|---|
GraphImpl |
JenaDatasetService.getLocalGraph(java.lang.String uri,
boolean create,
boolean addNamedGraphTracker)
Create a new LocalGraph from the DatasetService |
NamedGraphModel |
JenaDatasetService.getLocalModel(java.lang.String uri,
boolean create,
boolean addNamedGraphTracker)
Create a new model from the DatasetService |
GraphImpl |
JenaDatasetService.getLocalSystemGraph(boolean addNamedGraphTracker)
Create a new local system graph from the DatasetService |
NamedGraphModel |
JenaDatasetService.getLocalSystemModel(boolean addNamedGraphTracker)
Create a new local system model from the DatasetService |
GraphImpl |
JenaDatasetService.getRemoteGraph(java.lang.String uri,
boolean create)
Create a new RemoteGraph from the DatasetService |
NamedGraphModel |
JenaDatasetService.getRemoteModel(java.lang.String uri,
boolean create)
Create a new RemoteModel from the DatasetService |
GraphImpl |
JenaDatasetService.getRemoteSystemGraph()
Create a new remote system graph from the DatasetService |
com.hp.hpl.jena.rdf.model.Model |
JenaDatasetService.getRemoteSystemModel()
Create a new remote system model from the DatasetService |
boolean |
JenaDatasetService.isLocalGraphOpen(java.lang.String namedGraphUri)
Return true if a local graph with the given URI is open |
boolean |
JenaDatasetService.isNamedGraphStored(java.lang.String namedGraphUri)
Return true if a graph with the given URI is available |
boolean |
JenaDatasetService.isRemoteGraphOpen(java.lang.String namedGraphUri)
Return true if a remote graph with the given URI is open |
| Uses of AnzoException in org.openanzo.commands |
|---|
| Methods in org.openanzo.commands that throw AnzoException | |
|---|---|
void |
CommandChain.linkCommand(Command targetCommand,
java.lang.String propertyName,
Command sourceCommand)
Linking commands allows for linking the output of one command to the input of another command. |
| Uses of AnzoException in org.openanzo.common.exceptions |
|---|
| Subclasses of AnzoException in org.openanzo.common.exceptions | |
|---|---|
class |
DBException
Anzo exception class for the DB major error codes. |
class |
NotificationException
Anzo exception class for the NOTIFICATION major error codes. |
class |
ProxyGraphException
Anzo exception class for the CLIENT.CODES.PROXY_GRAPH major error codes. |
class |
ReplicationException
Anzo exception class for the Replication major error codes. |
class |
RepositoryException
Anzo exception class for the MODEL/repository major error codes. |
class |
ServerException
Anzo exception class for the Server major error codes. |
class |
TransactionGraphException
Anzo exception class for the Transaction Graph major error codes. |
class |
TransportException
Anzo exception class for the Transport IO major error codes. |
class |
UpdateServerException
Anzo exception class for the Update Server major error codes. |
| Methods in org.openanzo.common.exceptions that return AnzoException | |
|---|---|
static AnzoException |
AnzoException.createException(org.apache.axis.AxisFault fault)
Create a new exception with an AxisFault as the cause. |
static AnzoException |
AnzoException.createException(int errorCode,
int errorSubCode,
java.lang.String... args)
Create a new exception with a Major and Minor code, and 0 or more string arguments to the error message. |
static AnzoException |
AnzoException.createException(int errorCode,
int errorSubCode,
java.lang.Throwable cause,
java.lang.String... args)
Create a new exception with a Major and Minor code, and 0 or more string argurments to the error message. |
| Constructors in org.openanzo.common.exceptions with parameters of type AnzoException | |
|---|---|
AnzoAxisFault(AnzoException anzoException)
Create AnzoAxisFault based on errorcodes and arguments within exception |
|
AnzoRuntimeException(AnzoException anzoException)
Create a RuntimeException caused by an AnzoException |
|
TransactionGraphRuntimeException(AnzoException anzoException)
Create a new AnzoException, ensuring major code equals ExceptionConstants.CLIENT.CODES.TRANSACTION_GRAPH_ERROR |
|
| Uses of AnzoException in org.openanzo.common.rdb.container |
|---|
| Methods in org.openanzo.common.rdb.container that throw AnzoException | |
|---|---|
void |
RDBNamedGraphContainer.abort()
Abort database transaction |
void |
RDBConnection.abort()
Abort database transaction |
RDBConnection |
ContainerConnectionPool.acquireRDBConnection(int type)
Get a RDBConnection from the pool |
void |
RDBNamedGraphContainer.begin()
Begin database transaction Note:Database already in transaction |
void |
RDBConnection.begin()
Begin database transaction Note:Database already in transaction |
void |
RDBNamedGraphContainer.commit()
Commit database transaction |
void |
RDBConnection.commit()
Commit database transaction |
void |
RDBNamedGraphContainer.deleteInferedObject(org.openrdf.model.URI ontology,
org.openrdf.model.URI property,
org.openrdf.model.URI object,
org.openrdf.model.URI inferedObject)
Delete an inferred object definition into the DB |
void |
RDBConnection.deleteInferedObject(org.openrdf.model.URI ontology,
org.openrdf.model.URI property,
org.openrdf.model.URI object,
org.openrdf.model.URI inferedObject)
Delete an inferred object definition into the DB |
void |
RDBNamedGraphContainer.deleteInferedProperty(org.openrdf.model.URI ontology,
org.openrdf.model.URI property,
org.openrdf.model.URI inferedProperty)
Delete an inferred property definition into the DB |
void |
RDBConnection.deleteInferedProperty(org.openrdf.model.URI ontology,
org.openrdf.model.URI property,
org.openrdf.model.URI inferedProperty)
Delete an inferred property definition into the DB |
QueryResult |
RDBNamedGraphContainer.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query)
|
QueryResult |
RDBConnection.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query)
|
QueryResults |
RDBNamedGraphContainer.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query,
boolean includeInferredStatements,
org.openrdf.model.URI ontology)
Execute a SPARQL query against the data within this container |
QueryResults |
RDBConnection.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query,
boolean includeInferredStatements,
org.openrdf.model.URI ontology)
Execute a SPARQL query against the data within this container |
boolean |
ContainerConnectionPool.getIsStarted()
Determine if the pool is started |
void |
RDBNamedGraphContainer.insertInferedObject(org.openrdf.model.URI ontology,
org.openrdf.model.URI property,
org.openrdf.model.URI object,
org.openrdf.model.URI inferedObject)
Insert an inferred object definition into the DB |
void |
RDBConnection.insertInferedObject(org.openrdf.model.URI ontology,
org.openrdf.model.URI property,
org.openrdf.model.URI object,
org.openrdf.model.URI inferedObject)
Insert an inferred object definition into the DB |
void |
RDBNamedGraphContainer.insertInferedProperty(org.openrdf.model.URI ontology,
org.openrdf.model.URI property,
org.openrdf.model.URI inferedProperty)
Insert an inferred property definition into the DB |
void |
RDBConnection.insertInferedProperty(org.openrdf.model.URI ontology,
org.openrdf.model.URI property,
org.openrdf.model.URI inferedProperty)
Insert an inferred property definition into the DB |
void |
ContainerConnectionPool.prepareReleaseRDBConnections(int connectionsToPrepare)
Acquire and release a number of connections |
void |
RDBNamedGraphContainer.purgeOntology(org.openrdf.model.URI ontology)
Purge inferred object definitions from db for a given ontology |
void |
RDBConnection.purgeOntology(org.openrdf.model.URI ontology)
Purge inferred object definitions from db for a given ontology |
void |
ContainerConnectionPool.start()
Start the connection pools |
| Uses of AnzoException in org.openanzo.common.rdb.container.query |
|---|
| Methods in org.openanzo.common.rdb.container.query that throw AnzoException | |
|---|---|
static java.lang.Iterable<Quad> |
FindInferred.findStatements(RDBConnection container,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
java.lang.Long namedGraphId,
int metadataGraph,
java.lang.String graphTable)
Find statements in container that match pattern. |
static java.lang.Iterable<Quad> |
FindInferred.findStatements(RDBConnection container,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
org.openrdf.model.Resource... contexts)
Find all statements in container that match the provided parameters |
static java.lang.Iterable<Quad> |
FindInferred.findStatementsInferred(RDBConnection container,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
java.lang.Long namedGraphId,
int metadataGraph,
java.lang.String graphTable,
org.openrdf.model.Resource ontology)
Find statements in container that match pattern. |
static java.lang.Iterable<Quad> |
FindInferred.findStatementsInferred(RDBConnection container,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
org.openrdf.model.Resource[] contexts,
org.openrdf.model.Resource ontology)
Find all statements in container that match the provided parameters including inferred statements |
| Uses of AnzoException in org.openanzo.model |
|---|
| Methods in org.openanzo.model that throw AnzoException | |
|---|---|
void |
ITransactionManager.abort()
Abort the current transaction |
void |
ITransactionManager.begin()
Begin a transaction, blocking if another thread already started a transaction |
void |
ITransactionManager.beginNonBlocking()
Begin a transaction |
void |
ITransactionManager.commit()
Commit the current transaction |
QueryResult |
IContainer.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphs,
java.util.Set<org.openrdf.model.URI> namedGraphs,
java.lang.String query)
Execute a SPARQL query against the data within this container |
QueryResult |
IDataset.executeQuery(java.lang.String query)
Execute a SPARQL query against the data within this dataset, using the dataset's DefaultGraph and NameGraph sets |
| Uses of AnzoException in org.openanzo.model.embedded |
|---|
| Methods in org.openanzo.model.embedded that throw AnzoException | |
|---|---|
void |
EmbeddedModelService.addInferredObject(org.openrdf.model.URI prop,
org.openrdf.model.URI obj,
org.openrdf.model.URI inferredObj)
|
void |
EmbeddedModelService.addInferredProperty(org.openrdf.model.URI prop,
org.openrdf.model.URI inferredProp)
|
org.openrdf.model.URI |
EmbeddedAuthenticationService.authenticateUser(java.lang.String userName,
java.lang.String password)
|
QueryResult |
EmbeddedModelService.execQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphs,
java.util.Set<org.openrdf.model.URI> graphs,
java.lang.String query,
java.lang.String queryLanguage)
|
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
EmbeddedModelService.execQueryIndex(java.lang.String query,
int startIndex,
int numResults)
|
java.lang.Long |
EmbeddedReplicationService.execReplicate(java.lang.Long markerIn,
java.util.Set<ITracker> statementTrackers,
java.util.Set<ITracker> newStatementTrackers,
IRepositoryHandler handler)
|
QueryResult |
EmbeddedModelService.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphs,
java.util.Set<org.openrdf.model.URI> graphs,
java.lang.String query)
|
QueryResult |
EmbeddedModelService.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphs,
java.util.Set<org.openrdf.model.URI> graphs,
java.lang.String query,
org.openrdf.model.URI base)
|
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
EmbeddedModelService.findStatements(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o,
org.openrdf.model.Resource g)
|
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
EmbeddedModelService.findStatements(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o,
org.openrdf.model.Resource g,
boolean includeInferedTriples)
|
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
EmbeddedModelService.findStatements(org.openrdf.model.Statement statement)
|
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
EmbeddedModelService.findStatements(org.openrdf.model.Statement statement,
boolean includeInferedTriples)
|
INamedGraphWithMetaData |
EmbeddedModelService.getCurrentNamedGraphRevision(org.openrdf.model.URI namedGraphUri)
|
org.openrdf.model.URI |
EmbeddedModelService.getMetadataGraphUri(org.openrdf.model.URI namedGraphUri)
|
INamedGraphWithMetaData |
EmbeddedModelService.getNamedGraphRevision(org.openrdf.model.URI namedGraphUri,
long revision)
|
java.util.Set<org.openrdf.model.URI> |
EmbeddedAuthenticationService.getRolesForGraph(org.openrdf.model.URI graphId)
|
java.util.Set<org.openrdf.model.URI> |
EmbeddedAuthenticationService.getRolesForUser(org.openrdf.model.URI userId)
|
long |
EmbeddedModelService.getSize(org.openrdf.model.URI namedGraphUri)
|
java.util.Set<org.openrdf.model.URI> |
EmbeddedModelService.getStoredNamedGraphs()
|
java.util.Set<org.openrdf.model.URI> |
EmbeddedAuthenticationService.getUsersForGraph(org.openrdf.model.URI graphId)
|
org.openrdf.model.URI |
EmbeddedAuthenticationService.getUserUri(java.lang.String userName)
|
void |
EmbeddedModelService.reset(java.util.Collection<org.openrdf.model.Statement> statements)
|
IModelUpdate |
EmbeddedModelService.updateServer(ITransaction[] transactions,
boolean returnResults,
boolean isSynchronous)
|
| Constructors in org.openanzo.model.embedded that throw AnzoException | |
|---|---|
EmbeddedServiceBase(ModelServiceApi modelServiceApi,
java.util.Properties properties)
Create a new EmbeddedServiceBase with given configuration properties |
|
EmbeddedServiceBase(java.util.Properties properties)
Create a new EmbeddedServiceBase with given configuration properties |
|
| Uses of AnzoException in org.openanzo.model.event |
|---|
| Methods in org.openanzo.model.event that return types with arguments of type AnzoException | |
|---|---|
java.util.List<AnzoException> |
TransactionCommittedToServerEvent.getErrors()
Get a list of errors if commit failed |
| Constructor parameters in org.openanzo.model.event with type arguments of type AnzoException | |
|---|---|
TransactionCommittedToServerEvent(ITransaction transaction,
boolean commitSuccess,
java.util.List<AnzoException> errors)
Create a new TransactionQueueCommitedEvent |
|
| Uses of AnzoException in org.openanzo.model.impl |
|---|
| Methods in org.openanzo.model.impl that throw AnzoException | |
|---|---|
QueryResult |
StoredDatasetProxy.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query)
|
QueryResult |
Dataset.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query)
|
QueryResult |
ContainerDataset.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query)
|
QueryResult |
NamedGraphContainer.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query)
|
QueryResult |
StoredDatasetProxy.executeQuery(java.lang.String query)
|
QueryResult |
Dataset.executeQuery(java.lang.String query)
|
QueryResult |
ContainerDataset.executeQuery(java.lang.String query)
|
| Uses of AnzoException in org.openanzo.model.transaction |
|---|
| Method parameters in org.openanzo.model.transaction with type arguments of type AnzoException | |
|---|---|
void |
ITransactionQueueListener.transactionQueueCommited(ITransaction transaction,
boolean commitSuccess,
java.util.List<AnzoException> errors)
A transaction committed on the server. |
void |
ITransactionQueueHandler.transactionQueueCommited(ITransaction transaction,
boolean commitSuccess,
java.util.List<AnzoException> errors)
Notified when a set of transactions were successfully committed on the server. |
| Methods in org.openanzo.model.transaction that throw AnzoException | |
|---|---|
void |
ITransactionQueue.clear()
Clear all transactions from the queue and set currentTransaction to null. |
void |
ITransaction.delete()
Delete the transaction from its store. |
void |
ITransactionCommand.delete()
Delete the command from its store. |
java.lang.Object |
ITransactionQueueManager.executeInTransaction(Command command)
Execute a command within a transaction, where the Command becomes on ICommand within the ITransaction. |
void |
ITransactionQueueManager.executeInTransaction(CommandChain commandChain)
Execute a CommandChain within a transaction, where each Command within chain becomes on ICommand within the ITransaction. |
ITransaction |
ITransactionQueue.getCurrentTransaction(boolean create)
Get the currentTransaction, creating one if null and create flag is true. |
void |
ITransactionQueue.push(ITransaction transaction,
boolean saveTransaction)
Push a transaction onto the queue, this will commit the currentTransaction if not null. |
void |
ITransactionQueue.queueCurrentTransaction()
Queue the currentTransaction. |
void |
ITransactionGraph.redo()
Redo the last command in the current transaction. |
void |
ITransaction.redo()
Redo the last command undone. |
void |
ITransaction.save()
Save the transaction to its store. |
void |
ITransactionCommand.save()
Save the command to its store. |
void |
ITransactionQueueHandler.transactionAddedToQueue(ITransaction transaction)
Notified when a transaction was added to the queue. |
void |
ITransactionQueueHandler.transactionAddedToQueueFailed(ITransaction transaction,
java.lang.Exception exception)
Notified when a transaction was not added to queue because of an exception. |
void |
ITransactionQueueHandler.transactionQueueCleared()
Notified when the transaction queue was cleared of all transactions. |
void |
ITransactionQueueHandler.transactionQueueCommited(ITransaction transaction,
boolean commitSuccess,
java.util.List<AnzoException> errors)
Notified when a set of transactions were successfully committed on the server. |
void |
ITransactionQueue.transactionsCommitted(ITransaction[] transactions,
boolean[] commitResults,
java.util.List<AnzoException>[] errors)
Notify the queue that a set of transactions were committed successfully. |
void |
ITransactionGraph.undo()
Undo the last command in the current transaction. |
void |
ITransaction.undo()
Undo the last command. |
| Uses of AnzoException in org.openanzo.model.transaction.impl |
|---|
| Methods in org.openanzo.model.transaction.impl that throw AnzoException | |
|---|---|
void |
LockingTransactionManager.abort()
Abort the current transaction |
void |
TransactionManager.abort()
|
void |
TransactionManager.begin()
|
void |
LockingTransactionManager.begin(boolean writeLock)
Begin a new transaction, blocking if another transaction is already started |
void |
TransactionManager.beginNonBlocking()
|
void |
LockingTransactionManager.beginNonBlocking(boolean writeLock)
Begin a new transaction |
void |
TransactionQueue.clear()
|
void |
LockingTransactionManager.commit()
Commit the current transaction |
void |
TransactionManager.commit()
|
void |
RDBPersistedCommand.delete()
|
void |
TransactionCommand.delete()
|
void |
RDBPersistedTransaction.delete()
|
void |
Transaction.delete()
|
java.lang.Object |
TransactionQueueManager.executeInTransaction(Command c)
|
void |
TransactionQueueManager.executeInTransaction(CommandChain commands)
|
QueryResult |
TransactionContainerProxy.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query)
|
ITransaction |
TransactionQueue.getCurrentTransaction(boolean create)
|
abstract void |
LockingTransactionManager.performAbort()
Perform internal processes needed to abort the current transaction |
void |
TransactionQueueManager.performAbort()
|
abstract void |
TransactionManager.performAbort()
Perform internal processes needed to abort the current transaction |
void |
TransactionQueueManager.performBegin()
|
abstract void |
TransactionManager.performBegin()
Perform internal processes needed to begin a new transaction |
abstract void |
LockingTransactionManager.performBegin(boolean writeLock)
Perform internal processes needed to begin a new transaction |
abstract void |
LockingTransactionManager.performCommit()
Perform internal processes needed to commit the current transaction |
void |
TransactionQueueManager.performCommit()
|
abstract void |
TransactionManager.performCommit()
Perform internal processes needed to commit the current transaction |
void |
TransactionQueue.push(ITransaction transaction,
boolean saveTransaction)
|
void |
RDBPersistedTransactionQueue.push(ITransaction transaction,
boolean saveTransaction)
|
void |
TransactionQueue.queueCurrentTransaction()
|
void |
TransactionNamedGraphProxy.redo()
|
void |
RDBPersistedCommand.save()
|
void |
TransactionCommand.save()
|
void |
RDBPersistedTransaction.save()
|
void |
Transaction.save()
|
void |
TransactionQueue.transactionsCommitted(ITransaction[] transactions,
boolean[] updateResults,
java.util.List<AnzoException>[] errors)
|
void |
TransactionNamedGraphProxy.undo()
|
void |
Transaction.undo()
|
| Constructors in org.openanzo.model.transaction.impl that throw AnzoException | |
|---|---|
RDBPersistedCommand(RDBNamedGraphContainer container,
RDBPersistedTransaction transaction,
long commandId,
java.lang.String commandType,
java.util.Set<IPrecondition> preconditions)
Create a RDBPersistedCommand for a persisted command |
|
RDBPersistedTransaction(ITransactionQueue queue,
RDBNamedGraphContainer container,
long transactionId)
Create a RDBPersistedTransaction for a persisted transaction |
|
RDBPersistedTransactionQueue(RDBNamedGraphContainer container,
boolean clearOnStartup)
Create a RDBPersistedTransactionQueue with given properties |
|
| Uses of AnzoException in org.openanzo.serialization |
|---|
| Methods in org.openanzo.serialization that throw AnzoException | |
|---|---|
static java.lang.String |
SerializationUtils.decode(java.lang.String encodedString)
Decode encoded string to decoded string |
static java.lang.String |
SerializationUtils.deserialize(javax.xml.soap.SOAPElement sourceElement)
Deserialize SOAP element to a string |
static void |
SerializationUtils.deserializeToHandler(javax.xml.soap.SOAPElement sourceElement,
IRepositoryHandler handler)
Deserialize SOAP element to an XML stream, and parse stream to IRepositoryHandler |
static java.util.Map<org.openrdf.model.URI,java.util.ArrayList<org.openrdf.model.Statement>>[] |
SerializationUtils.deserializeToIterator(javax.xml.soap.SOAPElement serializedStatements)
Deserialize SOAP element to an map of URIs and statements for those URIs |
static org.openrdf.query.TupleQueryResult |
SerializationUtils.deserializeToResultSet(javax.xml.soap.SOAPElement sourceElement)
Deserialize SOAP element to query results |
static org.openrdf.query.TupleQueryResult |
SerializationUtils.deserializeToResultSet(java.lang.String encodedData)
Deserialize encoded queryresults to a TupleQueryResult using system default encoding and system default serialization format |
static java.util.Collection<org.openrdf.model.Statement> |
SerializationUtils.deserializeToStatements(javax.xml.soap.SOAPElement statementsElement)
Deserialize SOAP element to a graph |
static java.util.Collection<org.openrdf.model.Statement> |
SerializationUtils.deserializeToStatements(java.lang.String encodedData)
Deserialize an encoded string to a graph using system default encoding and system default serialization format |
static java.io.InputStream |
SerializationUtils.deserializeToStream(javax.xml.soap.SOAPElement addElement)
Deserialize SOAP element to an input stream that can be processed by other methods |
static org.openrdf.model.Value |
SerializationUtils.deserializeToValue(org.apache.axis.message.MessageElement encodedValue)
Deserialize SOAP element to a Value |
boolean |
XMLNodeWriter.handleAci(boolean addition,
java.lang.Long namedGraph,
java.lang.Long acl,
java.lang.Long role,
java.lang.Boolean canRead,
java.lang.Boolean canUpdate,
java.lang.Boolean canDelete,
java.lang.Boolean canInsert,
java.lang.Boolean canRemove,
java.lang.Boolean canChangeAcl)
Write ACI data to stream |
boolean |
IRepositoryHandler.handleAci(boolean addition,
org.openrdf.model.URI namedGraph,
org.openrdf.model.URI acl,
org.openrdf.model.URI role,
java.lang.Boolean canRead,
java.lang.Boolean canAdd,
java.lang.Boolean canRemove,
java.lang.Boolean canInsertNamedGraph,
java.lang.Boolean canRemoveNamedGraph,
java.lang.Boolean canChangeAcl)
Handle ACI message |
boolean |
XMLNodeWriter.handleAci(boolean addition,
org.openrdf.model.URI namedGraph,
org.openrdf.model.URI acl,
org.openrdf.model.URI role,
java.lang.Boolean canRead,
java.lang.Boolean canUpdate,
java.lang.Boolean canDelete,
java.lang.Boolean canInsert,
java.lang.Boolean canRemove,
java.lang.Boolean canChangeAcl)
|
boolean |
XMLNodeWriter.handleAcl(boolean addition,
java.lang.Long acl,
boolean isTemplate)
Write ACL data to stream |
boolean |
IRepositoryHandler.handleAcl(boolean addition,
org.openrdf.model.URI acl,
boolean isTemplate)
Handle ACL message |
boolean |
XMLNodeWriter.handleAcl(boolean addition,
org.openrdf.model.URI acl,
boolean isTemplate)
|
boolean |
IRepositoryHandler.handleCommandEnd()
Handle end of command message |
boolean |
XMLNodeWriter.handleCommandEnd()
|
boolean |
IRepositoryHandler.handleCommandStart(java.lang.Long commandId,
java.lang.String commandType,
java.lang.String commadPrecondition)
Handle start of command message |
boolean |
XMLNodeWriter.handleCommandStart(java.lang.Long commandId,
java.lang.String commandType,
java.lang.String commandPreReq)
|
boolean |
IRepositoryHandler.handleEndDocument()
Handle end of document message |
boolean |
XMLNodeWriter.handleEndDocument()
|
boolean |
IRepositoryHandler.handleError(int errorNumber,
int errorSubCode,
java.lang.String... errorMessageArgs)
Handle an error message |
boolean |
XMLNodeWriter.handleError(int errorNumber,
int errorSubNumber,
java.lang.String... errorMessageArgs)
|
boolean |
XMLNodeWriter.handleNamedGraph(boolean addition,
java.lang.Long graph,
java.lang.Long metaGraph,
java.lang.Long revision,
java.lang.Long aclTemplate,
java.lang.Long createdBy,
java.lang.Long modified,
java.lang.Long lastModifiedBy)
Write NamedGraph data to stream |
boolean |
IRepositoryHandler.handleNamedGraph(boolean addition,
org.openrdf.model.URI graph,
org.openrdf.model.URI metaGraph,
java.lang.Long revision,
org.openrdf.model.URI aclTemplate,
org.openrdf.model.URI createdBy,
java.lang.Long modified,
org.openrdf.model.URI lastModifiedBy)
Handle NamedGraph message |
boolean |
XMLNodeWriter.handleNamedGraph(boolean addition,
org.openrdf.model.URI graph,
org.openrdf.model.URI metaGraph,
java.lang.Long revision,
org.openrdf.model.URI aclTemplate,
org.openrdf.model.URI createdBy,
java.lang.Long modified,
org.openrdf.model.URI lastModifiedBy)
|
boolean |
IRepositoryHandler.handleNode(java.lang.Long id,
org.openrdf.model.Value node)
Handle Node message |
boolean |
XMLNodeWriter.handleNode(java.lang.Long id,
org.openrdf.model.Value value)
|
boolean |
IRepositoryHandler.handleReset()
Handle reset message |
boolean |
XMLNodeWriter.handleRole(boolean addition,
java.lang.Long role)
Write Role data to stream |
boolean |
IRepositoryHandler.handleRole(boolean addition,
org.openrdf.model.URI role)
Handle role message |
boolean |
XMLNodeWriter.handleRole(boolean addition,
org.openrdf.model.URI role)
|
boolean |
IRepositoryHandler.handleStartDocument()
Handle start of document message |
boolean |
XMLNodeWriter.handleStartDocument()
|
boolean |
XMLNodeWriter.handleStatement(boolean addition,
java.lang.Long graphId,
java.lang.Long subj,
java.lang.Long prop,
java.lang.Long obj)
Write statement to outputSream |
boolean |
IRepositoryHandler.handleStatement(boolean addition,
org.openrdf.model.URI graphId,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj)
Handle statement message |
boolean |
XMLNodeWriter.handleStatement(boolean addition,
org.openrdf.model.URI graphId,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj)
|
boolean |
XMLNodeWriter.handleSubRoleOf(boolean addition,
java.lang.Long role,
java.lang.Long parentRole)
Write SubRole data to stream |
boolean |
IRepositoryHandler.handleSubRoleOf(boolean addition,
org.openrdf.model.URI role,
org.openrdf.model.URI parentRole)
Handle Role subrole of another role message |
boolean |
XMLNodeWriter.handleSubRoleOf(boolean addition,
org.openrdf.model.URI role,
org.openrdf.model.URI parentRole)
|
boolean |
IRepositoryHandler.handleTransactionEnd()
Handle end of transaction message |
boolean |
XMLNodeWriter.handleTransactionEnd()
|
boolean |
IRepositoryHandler.handleTransactionStart(java.lang.Long transactionId,
java.lang.Long committedTimestamp)
Handle start of transaction message |
boolean |
XMLNodeWriter.handleTransactionStart(java.lang.Long transactionId,
java.lang.Long transactionTimestamp)
|
boolean |
XMLNodeWriter.handleUser(boolean addition,
java.lang.Long user,
java.lang.Long defaultRole,
java.lang.Long defaultAclTemplate,
java.lang.String userId,
java.lang.String password)
Write statement to outputSream |
boolean |
IRepositoryHandler.handleUser(boolean addition,
org.openrdf.model.URI user,
org.openrdf.model.URI defaultRole,
org.openrdf.model.URI defaultAclTemplate,
java.lang.String userId,
java.lang.String password)
Handle user message |
boolean |
XMLNodeWriter.handleUser(boolean addition,
org.openrdf.model.URI user,
org.openrdf.model.URI defaultRole,
org.openrdf.model.URI defaultAclTemplate,
java.lang.String userId,
java.lang.String password)
|
boolean |
XMLNodeWriter.handleUserInRole(boolean addition,
java.lang.Long user,
java.lang.Long role)
Write UserInRole data to stream |
boolean |
IRepositoryHandler.handleUserInRole(boolean addition,
org.openrdf.model.URI user,
org.openrdf.model.URI role)
Handle User in Role message |
boolean |
XMLNodeWriter.handleUserInRole(boolean addition,
org.openrdf.model.URI user,
org.openrdf.model.URI role)
|
void |
RDFGraphParser.parse(boolean additions,
java.util.Collection<org.openrdf.model.Statement> statements)
Parse data contained in graph and call corresponding methods in handler |
static org.openrdf.query.TupleQueryResult |
SerializationUtils.readQueryResults(java.io.InputStream inputStream)
Read data from inputStream into a new TupleQueryResult |
static void |
SerializationUtils.readStatements(java.util.Collection<org.openrdf.model.Statement> statements,
java.io.InputStream inputStream)
Read data from reader into a set of statements |
static void |
SerializationUtils.serialize(java.util.Collection<org.openrdf.model.Statement> statements,
javax.xml.soap.SOAPElement childElement,
boolean useElementTextNode)
Serialize the contents of a graph to a SOAP element using system default encoding style |
static void |
SerializationUtils.serialize(java.io.OutputStream outputStream,
java.io.ByteArrayOutputStream sourceStream,
javax.xml.soap.SOAPElement element)
Serialize a stream to a SOAP element using system default encoding |
static java.lang.String |
SerializationUtils.serialize(java.lang.String string)
Serialize a string based on system default encoding style |
static void |
SerializationUtils.serialize(java.lang.String string,
javax.xml.soap.SOAPElement childElement,
boolean useElementTextNode)
Serialize a string to a SOAP element using system default encoding style |
static void |
SerializationUtils.serializeStatementsToElement(boolean additions,
org.openrdf.model.URI namedGraphUri,
java.util.Collection<org.openrdf.model.Statement> statements,
javax.xml.soap.SOAPElement childElement,
boolean useElementTextNode)
Serialize the contents of graph containing Anzo additions or deletions into a SOAP element |
static void |
SerializationUtils.serializeTransactions(ITransaction[] transactions,
javax.xml.soap.SOAPElement destinationElement)
Serialize an array of ITransactions to SOAP element |
static boolean |
SerializationUtils.serializeTransactionsStream(ITransaction[] transactions,
java.io.OutputStream stream)
Serialize an array of ITransactions to an output stream |
static void |
SerializationUtils.serializeValue(org.openrdf.model.Value[] values,
javax.xml.soap.SOAPElement encodedElement)
Serialize Value array to SOAPElement |
static void |
SerializationUtils.serializeValue(org.openrdf.model.Value value,
javax.xml.soap.SOAPElement encodedElement)
Serialize Value to SOAPElement |
static void |
SerializationUtils.setEncoding(javax.xml.soap.SOAPElement childElement)
Set the encoding style of a SOAP element to the system default encoding style |
static java.lang.String |
SerializationUtils.statementsToString(java.util.Collection<org.openrdf.model.Statement> statements)
Serialize statements to a string using system default serialization format |
static java.io.OutputStream |
SerializationUtils.wrapSerializerStream(java.io.ByteArrayOutputStream outputStream)
Wrap outputStream with GZIP stream if gzip enabled |
static void |
SerializationUtils.writeStatements(java.util.Iterator<org.openrdf.model.Statement> statements,
java.io.OutputStream outputStream)
Write contents of statements into outputStream using system default serialization |
| Uses of AnzoException in org.openanzo.serialization.handlers |
|---|
| Methods in org.openanzo.serialization.handlers that throw AnzoException | |
|---|---|
boolean |
HandlerAdapter.handleAci(boolean addition,
org.openrdf.model.URI namedGraphUri,
org.openrdf.model.URI aclUri,
org.openrdf.model.URI role,
java.lang.Boolean canRead,
java.lang.Boolean canUpdate,
java.lang.Boolean canDelete,
java.lang.Boolean canInsert,
java.lang.Boolean canRemove,
java.lang.Boolean canChangeAcl)
|
boolean |
HandlerAdapter.handleAcl(boolean addition,
org.openrdf.model.URI aclUri,
boolean isTemplate)
|
boolean |
HandlerAdapter.handleCommandEnd()
|
boolean |
HandlerAdapter.handleCommandStart(java.lang.Long commandId,
java.lang.String commandType,
java.lang.String commadPreReq)
|
boolean |
HandlerAdapter.handleEndDocument()
|
boolean |
HandlerAdapter.handleError(int errorNumber,
int erroSubNumber,
java.lang.String... errorMessageArgs)
|
boolean |
HandlerAdapter.handleNamedGraph(boolean addition,
org.openrdf.model.URI namedGraphUri,
org.openrdf.model.URI metadataGraphUri,
java.lang.Long revision,
org.openrdf.model.URI aclUriTemplate,
org.openrdf.model.URI createdBy,
java.lang.Long modified,
org.openrdf.model.URI lastModifiedBy)
|
boolean |
HandlerAdapter.handleNode(java.lang.Long id,
org.openrdf.model.Value value)
|
boolean |
HandlerAdapter.handleReset()
|
boolean |
HandlerAdapter.handleRole(boolean addition,
org.openrdf.model.URI role)
|
boolean |
HandlerAdapter.handleStartDocument()
|
boolean |
HandlerAdapter.handleStatement(boolean addition,
org.openrdf.model.URI namedGraphUriId,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj)
|
boolean |
HandlerAdapter.handleSubRoleOf(boolean addition,
org.openrdf.model.URI role,
org.openrdf.model.URI parentRole)
|
boolean |
HandlerAdapter.handleTransactionEnd()
|
boolean |
HandlerAdapter.handleTransactionStart(java.lang.Long transactionId,
java.lang.Long timestamp)
|
boolean |
HandlerAdapter.handleUser(boolean addition,
org.openrdf.model.URI user,
org.openrdf.model.URI defaultRole,
org.openrdf.model.URI defaultAclTemplate,
java.lang.String userId,
java.lang.String password)
|
boolean |
HandlerAdapter.handleUserInRole(boolean addition,
org.openrdf.model.URI user,
org.openrdf.model.URI role)
|
| Uses of AnzoException in org.openanzo.server.notification |
|---|
| Methods in org.openanzo.server.notification that throw AnzoException | |
|---|---|
void |
UpdateManager.deregisterClient(java.lang.String userId,
javax.jms.Destination destination)
Deregister a destination from a UserId |
void |
UpdateManager.handleTransactionMessage(javax.jms.Session session,
javax.jms.BytesMessage message)
Handler an update message from the model service |
void |
UpdateManager.registerClient(java.lang.String userId,
javax.jms.Destination destination,
javax.jms.Session session)
Register a User with its destination and a session |
void |
UpdateManager.reset(javax.jms.Session session)
Reset cache the cache of acls |
| Uses of AnzoException in org.openanzo.server.repository |
|---|
| Methods in org.openanzo.server.repository that throw AnzoException | |
|---|---|
void |
ModelServiceApi.addInferredObject(java.lang.Long authenticatedUserId,
org.openrdf.model.URI prop,
org.openrdf.model.URI object,
org.openrdf.model.URI inferredObject)
Add an inferred object |
void |
ModelServiceApi.addInferredObject(java.lang.String username,
java.lang.String password,
org.openrdf.model.URI prop,
org.openrdf.model.URI object,
org.openrdf.model.URI inferredObject)
Add an inferred object |
void |
ModelServiceApi.addInferredProperty(java.lang.Long authenticatedUserId,
org.openrdf.model.URI prop,
org.openrdf.model.URI inferredProperty)
Add an inferred property |
void |
ModelServiceApi.addInferredProperty(java.lang.String username,
java.lang.String password,
org.openrdf.model.URI prop,
org.openrdf.model.URI inferredProperty)
Add an inferred property |
org.openrdf.model.URI |
ModelServiceApi.authenticateUser(java.lang.Long authenticatedUserId,
java.lang.String userName,
java.lang.String password)
Authenticate a username and password with server |
org.openrdf.model.URI |
ModelServiceApi.authenticateUser(java.lang.String systemUser,
java.lang.String systemPassword,
java.lang.String userName,
java.lang.String password)
Authenticate a username and password with server |
void |
IServerService.close()
Close the service |
void |
ModelServiceApi.close()
|
java.util.Collection<org.openrdf.model.Statement> |
ModelServiceApi.findStatements(java.lang.Long authenticatedUserId,
org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj,
org.openrdf.model.Resource context,
boolean inference)
Find the set of statements that match the statement pattern |
void |
ModelServiceApi.findStatements(java.lang.String username,
java.lang.String password,
org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj,
org.openrdf.model.Resource context,
java.io.OutputStream outputStream,
boolean inference)
Find the set of statements that match the statement pattern |
boolean |
IServerServiceMBean.getIsStarted()
Determine if the service is started |
boolean |
IServerService.getIsStarted()
Determine if the service is started |
boolean |
ModelServiceApi.getIsStarted()
|
org.openrdf.model.URI |
ModelServiceApi.getMetadataGraphUri(java.lang.Long authenticatedUserId,
org.openrdf.model.URI namedGraphUri)
Get the URI of the graph's metadata graph |
org.openrdf.model.URI |
ModelServiceApi.getMetadataGraphUri(java.lang.String username,
java.lang.String password,
org.openrdf.model.URI namedGraphUri)
Get the URI of the graph's metadata graph |
INamedGraphWithMetaData |
ModelServiceApi.getNamedGraphRevision(java.lang.Long authenticatedUserId,
org.openrdf.model.URI namedGraphUri,
long revision)
Get the contents of a NamedGraph at a given revision |
boolean |
ModelServiceApi.getNamedGraphRevision(java.lang.String username,
java.lang.String password,
org.openrdf.model.URI namedGraphUri,
long revision,
java.io.OutputStream resultStream)
Get the contents of a NamedGraph at a given revision |
java.util.Set<org.openrdf.model.URI> |
ModelServiceApi.getRolesForGraph(java.lang.Long authenticatedUserId,
org.openrdf.model.URI namedGraphUri)
Get the set of roles that have permission to read the statements in this graph. |
java.util.Set<org.openrdf.model.URI> |
ModelServiceApi.getRolesForGraph(java.lang.String username,
java.lang.String password,
org.openrdf.model.URI namedGraphUri)
Get the set of roles that have permission to read the statements in this graph. |
java.util.Set<org.openrdf.model.URI> |
ModelServiceApi.getRolesForUser(java.lang.Long authenticatedUserId,
org.openrdf.model.URI userId)
Get the set of roles to which a user belongs. |
java.util.Set<org.openrdf.model.URI> |
ModelServiceApi.getRolesForUser(java.lang.String username,
java.lang.String password,
org.openrdf.model.URI userId)
Get the set of roles to which a user belongs. |
long |
ModelServiceApi.getSize(java.lang.Long authenticatedUserId,
org.openrdf.model.URI namedGraphUri)
Return the number of triples in graph |
long |
ModelServiceApi.getSize(java.lang.String username,
java.lang.String password,
org.openrdf.model.URI namedGraphUri)
Return the number of statements in the graph |
java.util.Set<org.openrdf.model.URI> |
ModelServiceApi.getStoredNamedGraphs(java.lang.Long authenticatedUserId)
Get the set of NamedGraphs stored on the server that the user has permission to see |
java.util.Set<org.openrdf.model.URI> |
ModelServiceApi.getStoredNamedGraphs(java.lang.String username,
java.lang.String password)
Get the set of NamedGraphs stored on the server that the user has permission to see |
java.util.Set<org.openrdf.model.URI> |
ModelServiceApi.getUsersForGraph(java.lang.Long authenticatedUserId,
org.openrdf.model.URI namedGraphUri)
Get a set of users that have permission to read the statements in this graph Note:Only users in the sysAdmin role can call this method |
java.util.Set<org.openrdf.model.URI> |
ModelServiceApi.getUsersForGraph(java.lang.String username,
java.lang.String password,
org.openrdf.model.URI namedGraphUri)
Get a set of users that have permission to read the statements in this graph Note:Only users in the sysAdmin role can call this method |
org.openrdf.model.URI |
ModelServiceApi.getUserUri(java.lang.Long authenticatedUserId,
java.lang.String userId)
Get the URI for the given userId |
org.openrdf.model.URI |
ModelServiceApi.getUserUri(java.lang.String systemUser,
java.lang.String systemPassword,
java.lang.String userId)
Get the URI for the given userId |
boolean |
ModelServiceApi.isSystemUser(java.lang.Long authenticatedUserId,
RepositoryConnection repositoryConnection)
Is the given user a member of the sysAdmin role |
boolean |
ModelServiceApi.isSystemUser(org.openrdf.model.URI userId,
RepositoryConnection repositoryConnection)
Is the given user a member of the sysAdmin role |
QueryResult |
ModelServiceApi.query(java.lang.Long authenticatedUserId,
java.util.Set<org.openrdf.model.URI> defaultNamedGraphs,
java.util.Set<org.openrdf.model.URI> graphs,
java.lang.String queryString,
org.openrdf.model.URI baseUri)
Run query on server |
int |
ModelServiceApi.query(java.lang.String username,
java.lang.String password,
java.util.Set<org.openrdf.model.URI> defaultNamedGraphs,
java.util.Set<org.openrdf.model.URI> graphs,
java.lang.String queryString,
org.openrdf.model.URI baseUri,
java.io.OutputStream outputStream)
Run query on server |
java.util.Collection<org.openrdf.model.Statement> |
ModelServiceApi.queryIndex(java.lang.Long authenticatedUserId,
java.lang.String queryString,
int startIndex,
int numResults)
Run a query on the text indexer |
java.util.Collection<org.openrdf.model.Statement> |
ModelServiceApi.queryIndex(java.lang.String username,
java.lang.String password,
java.lang.String queryString,
int startIndex,
int numResults)
Run a query on the text indexer |
java.lang.Long |
ModelServiceApi.replicate(java.lang.Long authenticatedUserId,
java.util.Set<ITracker> trackers,
java.util.Set<ITracker> newTrackers,
java.lang.Long marker,
IRepositoryHandler handler)
For a given set of selector trackers serialized in RDF, finds statements that have been added and deleted since the time specified by the given marker and sends the additions and deletions to the IBocaHandler and returns the timestamp of the last transaction included in this replication |
java.lang.Long |
ReplicationService.replicate(java.util.Set<ITracker> trackers,
java.util.Set<ITracker> newTrackers,
java.lang.Long marker,
java.lang.Long userId,
IRepositoryHandler handler)
Determine delta changes between marker and last transaction committed on server |
java.lang.Long |
ModelServiceApi.replicate(java.lang.String username,
java.lang.String password,
java.util.Set<ITracker> trackers,
java.util.Set<ITracker> newTrackers,
java.lang.Long marker,
java.io.OutputStream resultStream)
For a given set of selector trackers serialized in RDF, finds statements that have been added and deleted since the time specified by the given marker and writes the additions and deletions to outputstream and the timestamp of the last transaction included in this replication |
void |
ModelServiceApi.reset(java.lang.Long authenticatedUserId,
java.util.Collection<org.openrdf.model.Statement> statements)
Removes all existing RDF from the repository and replaces it with the RDF in the graph |
void |
ModelServiceApi.reset(java.lang.String username,
java.lang.String password,
java.io.InputStream stream)
Removes all existing RDF from the repository and replaces it with the RDF in the stream. |
java.lang.Long |
ModelServiceApi.runAsUser(org.openrdf.model.URI username,
java.lang.Long serviceId,
RepositoryConnection repositoryConnection)
Run server operations as a given user. |
void |
IServerServiceMBean.start()
Start the service |
void |
IServerService.start()
Start the service |
void |
IServerServiceMBean.stop()
Stop the service |
void |
IServerService.stop()
Stop the service |
UpdateResults |
ModelServiceApi.update(java.lang.Long authenticatedUserId,
ITransaction[] transactions)
Update the server with changes |
UpdateResults |
ModelServiceApi.update(java.lang.String username,
java.lang.String password,
java.io.InputStream stream,
boolean returnResults,
java.io.OutputStream outputStream)
Update the server with changes |
void |
UpdateResultListener.updateComplete(UpdateResults results,
RepositoryConnection repositoryConnection)
Handles the updateComplete event. |
| Constructors in org.openanzo.server.repository that throw AnzoException | |
|---|---|
ModelServiceApi(java.util.Properties properties)
Create a new ModelServiceApi with given configuration properties |
|
| Uses of AnzoException in org.openanzo.server.repository.cache |
|---|
| Methods in org.openanzo.server.repository.cache that throw AnzoException | |
|---|---|
E |
ResourceCache.create(java.lang.Long id,
boolean forceCreate)
Create a server object with the given ID |
java.lang.Long |
CachableResource.getId()
Gets the id of the data object. |
E |
CachableResourceFactory.getResource(RepositoryConnection repositoryConnection,
java.lang.Long id,
boolean forceCreate)
Creates an instance of a CachableResource via Id lookup. |
E |
ResourceCache.load(java.lang.Long id)
Load a resource |
| Uses of AnzoException in org.openanzo.server.repository.graph |
|---|
| Methods in org.openanzo.server.repository.graph that throw AnzoException | |
|---|---|
static java.lang.Iterable<Quad> |
RepositoryDataSet.findQuads(RepositoryConnection repositoryConnection,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
boolean includeInferredStatements,
java.lang.Long lastTransactionTime,
boolean metadataGraphs,
boolean defaultGraphs)
Find quads that match the provided statement pattern |
static java.lang.Iterable<Quad> |
StatementSubGraph.findQuads(RepositoryConnection repositoryConnection,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
java.lang.Long namedGraphId,
boolean includeInferredStatements,
java.lang.Long lastTransactionTime)
Find the quads that match the provided statement pattern |
static java.lang.Iterable<Quad> |
RepositoryDataSet.findQuads(RepositoryConnection repositoryConnection,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
java.lang.Long namedGraphId,
boolean includeInferredStatements,
java.lang.Long lastTransactionTime,
boolean includeStandardData)
Find the quads that match the provided statement pattern |
static java.lang.Iterable<Quad> |
MetaDataRepositoryGraph.findQuads(RepositoryConnection repositoryConnection,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
java.lang.Long namedGraphId,
boolean includeInferredStatements,
java.lang.Long lastTransactionTime,
boolean defaultGraphs)
Find the set of quads that match the statement pattern |
static java.lang.Iterable<Quad> |
SystemGraph.findQuads(RepositoryConnection repositoryConnection,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
java.lang.Long namedGraphId,
boolean includeInferredStatements,
java.lang.Long lastTransactionTime,
boolean defaultGraphs,
boolean includeStandardData)
Find the quads that match the provided statement pattern |
static java.lang.Iterable<Quad> |
RepositoryDataSet.findQuads(RepositoryConnection repositoryConnection,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
org.openrdf.model.Resource namedGraphUri,
boolean includeInferredStatements,
java.lang.Long lastTransactionTime,
boolean includeStandardData)
Find the quads that match the provided statement pattern |
static java.lang.Iterable<Quad> |
StatementSubGraph.findQuadsNoAuth(RepositoryConnection repositoryConnection,
boolean includeInferredStatements,
org.openrdf.model.Statement statement,
java.lang.Long lastTransactionTime)
Find the quads that match the provided statement pattern |
| Uses of AnzoException in org.openanzo.server.repository.indexer |
|---|
| Methods in org.openanzo.server.repository.indexer that throw AnzoException | |
|---|---|
void |
IndexQueryApi.close()
|
void |
IndexUpdateHandler.handle(byte[] bytes)
Handles bytes from UpdateResultsHandler, to be parsed as a transaction. |
boolean |
IndexUpdateHandler.IndexerUpdateHandler.handleAci(boolean addition,
org.openrdf.model.URI namedGraphUri,
org.openrdf.model.URI acl,
org.openrdf.model.URI role,
java.lang.Boolean canRead,
java.lang.Boolean canUpdate,
java.lang.Boolean canDelete,
java.lang.Boolean canInsert,
java.lang.Boolean canRemove,
java.lang.Boolean canChangeAcl)
|
boolean |
IndexUpdateHandler.IndexerUpdateHandler.handleAcl(boolean addition,
org.openrdf.model.URI acl,
boolean isTemplate)
|
boolean |
IndexUpdateHandler.IndexerUpdateHandler.handleNamedGraph(boolean additions,
org.openrdf.model.URI namedGraphUri,
org.openrdf.model.URI metadataGraphUri,
java.lang.Long revision,
org.openrdf.model.URI aclTemplate,
org.openrdf.model.URI createdBy,
java.lang.Long modified,
org.openrdf.model.URI lastModifiedBy)
|
boolean |
IndexUpdateHandler.IndexerUpdateHandler.handleRole(boolean addition,
org.openrdf.model.URI role)
|
boolean |
IndexUpdateHandler.IndexerUpdateHandler.handleStatement(boolean additions,
org.openrdf.model.URI graphUri,
org.openrdf.model.Resource subject,
org.openrdf.model.URI predicate,
org.openrdf.model.Value object)
|
boolean |
IndexUpdateHandler.IndexerUpdateHandler.handleSubRoleOf(boolean addition,
org.openrdf.model.URI role,
org.openrdf.model.URI parentRole)
|
boolean |
IndexUpdateHandler.IndexerUpdateHandler.handleTransactionEnd()
|
boolean |
IndexUpdateHandler.IndexerUpdateHandler.handleTransactionStart(java.lang.Long id,
java.lang.Long timestamp)
|
boolean |
IndexUpdateHandler.IndexerUpdateHandler.handleUser(boolean addition,
org.openrdf.model.URI user,
org.openrdf.model.URI defaultRole,
org.openrdf.model.URI defaultAclTemplate,
java.lang.String userId,
java.lang.String password)
|
boolean |
IndexUpdateHandler.IndexerUpdateHandler.handleUserInRole(boolean addition,
org.openrdf.model.URI user,
org.openrdf.model.URI role)
|
void |
IndexQueryApi.start()
|
void |
IndexQueryApi.stop()
|
void |
IndexQueryApi.updateComplete(UpdateResults results,
RepositoryConnection repositoryConnection)
|
| Uses of AnzoException in org.openanzo.server.repository.publisher |
|---|
| Methods in org.openanzo.server.repository.publisher that throw AnzoException | |
|---|---|
void |
EventPublisher.close()
|
void |
EventPublisher.stop()
|
void |
EventPublisher.updateComplete(UpdateResults results,
RepositoryConnection repositoryConnection)
|
| Uses of AnzoException in org.openanzo.server.repository.querybuilder |
|---|
| Methods in org.openanzo.server.repository.querybuilder that throw AnzoException | |
|---|---|
java.util.Collection<Quad> |
SubjectGrounding.findMatches(RepositoryConnection repositoryConnection,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
long graphId)
Merges the provided property mappings and constraints with the statement constraints and builds an SQL query to find the relational database elements meeting the constraints and converts these back RDF statements. |
java.util.Collection<Quad> |
SubjectGrounding.findMatches(RepositoryConnection repositoryConnection,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
java.lang.Long graphId,
java.util.Map<java.lang.String,java.lang.Object> variables)
Merges the provided property mappings and constraints with the statement constraints and builds an SQL query to find the relational database elements meeting the constraints and converts these back RDF statements. |
java.util.Collection<Quad> |
RdbGraph.findQuads(RepositoryConnection repositoryConnection,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
java.lang.Long graphId,
boolean includeInferredStatements,
java.util.Map<java.lang.String,java.lang.Object> variables)
Find the quads in this graph that match the statement pattern |
| Uses of AnzoException in org.openanzo.server.repository.rdb |
|---|
| Methods in org.openanzo.server.repository.rdb that throw AnzoException | |
|---|---|
RepositoryConnection |
RepositoryConnectionPool.acquireRepositoryConnection(int type)
Get a repositoryConnection from the pool |
void |
RepositoryConnection.addInferredObject(org.openrdf.model.URI property,
org.openrdf.model.URI obj,
org.openrdf.model.URI inferredObj)
Add an inferred object |
void |
RepositoryConnection.addInferredProperty(org.openrdf.model.URI property,
org.openrdf.model.URI inferredProperty)
Add an inferred property |
java.util.Set<java.lang.String> |
RepositoryConnection.getAllStoredNamedGraphs()
Get stored NamedGraphs |
boolean |
RepositoryConnectionPool.getIsStarted()
|
static java.io.InputStream |
RepositoryConnection.getLocationAsStream(java.lang.String location)
Convert a string to an InputStream |
org.openrdf.model.URI |
RepositoryConnection.getMetadataGraphUri(org.openrdf.model.URI namedGraphUri,
java.lang.Long lastTransactionTime)
Get the URI for the NamedGraph's metadata graph |
boolean |
RepositoryConnection.getNamedGraphRevision(org.openrdf.model.URI namedGraphUri,
java.lang.Long revision,
IRepositoryHandler handler)
Get the contents of a NamedGraph at a given revision, and pass the results to an IBocaHandler |
long |
RepositoryConnection.getNumberOfStoredNamedGraphs()
Get total number of stored NamedGraphs |
long |
RepositoryConnection.getNumberOfStoredStatements()
Get total number of stored Statements |
java.util.Set<org.openrdf.model.URI> |
RepositoryConnection.getRolesForGraph(org.openrdf.model.URI namedGraphUri)
Get the set of Roles that have permission to read the given graph |
java.util.Set<org.openrdf.model.URI> |
RepositoryConnection.getRolesForUser(org.openrdf.model.URI user)
Get the set of Roles to which the given user is a member |
long |
RepositoryConnection.getSize(org.openrdf.model.URI namedGraphUri)
Get the size of a NamedGraph |
java.util.Set<org.openrdf.model.URI> |
RepositoryConnection.getStoredNamedGraphs(java.lang.Long authenticatedUserId)
Get stored NamedGraphs that user can read |
java.util.Set<org.openrdf.model.URI> |
RepositoryConnection.getUsersForGraph(java.lang.Long authenticatedUserId,
org.openrdf.model.URI graphUri)
Get the set of userIds that have read permission for the given NamedGraph |
boolean |
RepositoryConnection.isUserInRole(long userId,
org.openrdf.model.URI role)
Test to determine if a user is in a role |
void |
RepositoryConnectionPool.prepareReleaseRepositoryConnections(int connectionsToPrepare)
Acquire and release a number of rw and ro connection |
void |
RepositoryConnection.resetDatabase(boolean hardReset,
java.io.InputStream stream)
Reset the database contents with the system graph data contained in the InputStream |
boolean |
RepositoryConnection.runAskQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphs,
java.util.Set<org.openrdf.model.URI> graphs,
java.lang.String query,
boolean current)
Run a Sparql ASK query |
java.util.Collection<StatementWrapper> |
RepositoryConnection.runIndexQuery(java.lang.Long userId,
java.lang.String query,
int offset,
int limit)
Query the text indexer for a set of statements that match a text indexer query |
QueryResult |
RepositoryConnection.runQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphs,
java.util.Set<org.openrdf.model.URI> graphs,
java.lang.String query,
org.openrdf.model.URI baseUri)
Run a query on the server's data |
int |
RepositoryConnection.runQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphs,
java.util.Set<org.openrdf.model.URI> graphs,
java.lang.String query,
org.openrdf.model.URI baseUri,
java.io.OutputStream outputStream)
Run a query on the server's data |
void |
RepositoryConnectionPool.start()
|
| Uses of AnzoException in org.openanzo.server.repository.rdb.sql |
|---|
| Methods in org.openanzo.server.repository.rdb.sql that throw AnzoException | |
|---|---|
static int |
GlitterRdbWrapper.clearTempDatasetTable(PreparedStatementCache sqlCache,
java.lang.String table)
Runs the clearTempDatasetTable prepared statement. |
static int |
InsertStatementsRdbWrapper.commitInsertStatements(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix)
Runs the commitInsertStatements prepared statement. |
static int |
InsertStatementsRdbWrapper.commitRemoveStatements(PreparedStatementCache sqlCache,
java.lang.Long hstart,
java.lang.String sessionPrefix)
Runs the commitRemoveStatements prepared statement. |
static java.lang.Integer |
GlitterRdbWrapper.containsGraph(PreparedStatementCache sqlCache,
long id,
java.lang.String sessionPrefix,
java.lang.String tableName)
Runs the containsGraph prepared statement. |
static java.lang.Integer |
GlitterRdbWrapper.containsMetadataGraph(PreparedStatementCache sqlCache,
long id,
java.lang.String sessionPrefix,
java.lang.String tableName)
Runs the containsMetadataGraph prepared statement. |
static java.lang.Long |
ReplicationRdbWrapper.countDeltaStmtIds(PreparedStatementCache sqlCache,
java.lang.String table)
Runs the countDeltaStmtIds prepared statement. |
static java.lang.Long |
InsertStatementsRdbWrapper.countInsertStatements(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix)
Runs the countInsertStatements prepared statement. |
static java.lang.Long |
InsertStatementsRdbWrapper.countRemoveStatements(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix)
Runs the countRemoveStatements prepared statement. |
static java.lang.Integer |
GlitterRdbWrapper.countRows(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix,
java.lang.String tableName)
Runs the countRows prepared statement. |
static java.lang.Long |
GlitterRdbWrapper.countValidMetadataGraphs(PreparedStatementCache sqlCache,
java.lang.String tableName,
java.lang.String sessionPrefix)
Runs the countValidMetadataGraphs prepared statement. |
static java.lang.Long |
GlitterRdbWrapper.countValidNamedGraphs(PreparedStatementCache sqlCache,
java.lang.String tableName,
java.lang.String sessionPrefix)
Runs the countValidNamedGraphs prepared statement. |
static void |
InsertStatementsRdbWrapper.createIdTable(PreparedStatementCache sqlCache)
Runs the createIdTable prepared statement. |
static void |
AciRdbWrapper.deleteAccessControl(PreparedStatementCache sqlCache,
AciRdbWrapper.DeleteAccessControlParams params)
Runs the deleteAccessControl prepared statement. |
static void |
AciRdbWrapper.deleteAccessControl(PreparedStatementCache sqlCache,
java.lang.Long hend,
long id)
Runs the deleteAccessControl prepared statement. |
static int |
ReplicationRdbWrapper.deleteDeltaStmtIds(PreparedStatementCache sqlCache,
java.lang.String table)
Runs the deleteDeltaStmtIds prepared statement. |
static void |
NamedGraphRdbWrapper.deleteNamedGraph(PreparedStatementCache sqlCache,
java.lang.Long hend,
long id)
Runs the deleteNamedGraph prepared statement. |
static void |
NamedGraphRdbWrapper.deleteNamedGraph(PreparedStatementCache sqlCache,
NamedGraphRdbWrapper.DeleteNamedGraphParams params)
Runs the deleteNamedGraph prepared statement. |
static void |
RoleRdbWrapper.deleteRole(PreparedStatementCache sqlCache,
java.lang.Long hend,
long id)
Runs the deleteRole prepared statement. |
static void |
RoleRdbWrapper.deleteRole(PreparedStatementCache sqlCache,
RoleRdbWrapper.DeleteRoleParams params)
Runs the deleteRole prepared statement. |
static void |
StatementRdbWrapper.deleteStatement(PreparedStatementCache sqlCache,
java.lang.Long hend,
long id)
Runs the deleteStatement prepared statement. |
static void |
StatementRdbWrapper.deleteStatement(PreparedStatementCache sqlCache,
StatementRdbWrapper.DeleteStatementParams params)
Runs the deleteStatement prepared statement. |
static void |
NamedGraphRdbWrapper.deleteStatementsForNamedGraph(PreparedStatementCache sqlCache,
java.lang.Long hend,
long id)
Runs the deleteStatementsForNamedGraph prepared statement. |
static void |
NamedGraphRdbWrapper.deleteStatementsForNamedGraph(PreparedStatementCache sqlCache,
NamedGraphRdbWrapper.DeleteStatementsForNamedGraphParams params)
Runs the deleteStatementsForNamedGraph prepared statement. |
static void |
RoleRdbWrapper.deleteSubRoleOf(PreparedStatementCache sqlCache,
java.lang.Long hend,
long roleId,
long parentRoleId)
Runs the deleteSubRoleOf prepared statement. |
static void |
RoleRdbWrapper.deleteSubRoleOf(PreparedStatementCache sqlCache,
RoleRdbWrapper.DeleteSubRoleOfParams params)
Runs the deleteSubRoleOf prepared statement. |
static int |
StatementFindRdbWrapper.deleteTempQuads(PreparedStatementCache sqlCache,
java.lang.String table)
Runs the deleteTempQuads prepared statement. |
static void |
InsertStatementsRdbWrapper.deleteTempStatements(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix)
Runs the deleteTempStatements prepared statement. |
static void |
UserRdbWrapper.deleteUser(PreparedStatementCache sqlCache,
java.lang.Long hend,
long id)
Runs the deleteUser prepared statement. |
static void |
UserRdbWrapper.deleteUser(PreparedStatementCache sqlCache,
UserRdbWrapper.DeleteUserParams params)
Runs the deleteUser prepared statement. |
static void |
UsersRolesRdbWrapper.deleteUserFromRole(PreparedStatementCache sqlCache,
java.lang.Long modified,
long userId,
long roleId)
Runs the deleteUserFromRole prepared statement. |
static void |
UsersRolesRdbWrapper.deleteUserFromRole(PreparedStatementCache sqlCache,
UsersRolesRdbWrapper.DeleteUserFromRoleParams params)
Runs the deleteUserFromRole prepared statement. |
static void |
InsertStatementsRdbWrapper.dropIdTable(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix)
Runs the dropIdTable prepared statement. |
long |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult.getAciId()
Get the "AciId" result value |
long |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult.getAciId()
Get the "AciId" result value |
long |
NamedGraphRdbWrapper.InsertNamedGraphParams.getAclid()
Get the "Aclid" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.GetNamedGraphAtRevisionResult.getAclid()
Get the "Aclid" result value |
long |
ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult.getAclid()
Get the "Aclid" result value |
long |
NamedGraphRdbWrapper.SelectNamedGraphResult.getAclId()
Get the "AclId" result value |
long |
ReplicationRdbWrapper.SelectCollectionAdditionsResult.getAclId()
Get the "AclId" result value |
long |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult.getAclId()
Get the "AclId" result value |
long |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult.getAclId()
Get the "AclId" result value |
long |
ReplicationRdbWrapper.SelectAciMaskDeltasResult.getAclId()
Get the "AclId" result value |
long |
AclRdbWrapper.GetRoleAciParams.getAclId()
Get the "AclId" parameter to use within prepared statement |
long |
AclRdbWrapper.SelectUserHasAccessParams.getAclId()
Get the "AclId" parameter to use within prepared statement |
long |
AciRdbWrapper.SelectAccessControlResult.getAclId()
Get the "AclId" result value |
long |
AciRdbWrapper.UpdateAccessControlParams.getAclId()
Get the "AclId" parameter to use within prepared statement |
long |
AciRdbWrapper.InsertAccessControlParams.getAclId()
Get the "AclId" parameter to use within prepared statement |
int |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult.getAdd()
Get the "Add" result value |
int |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult.getAdd()
Get the "Add" result value |
int |
ReplicationRdbWrapper.SelectAciMaskDeltasResult.getAdd()
Get the "Add" result value |
int |
AclRdbWrapper.SelectUserHasAccessResult.getAdd()
Get the "Add" result value |
int |
AciRdbWrapper.SelectAccessControlResult.getAdd()
Get the "Add" result value |
int |
AciRdbWrapper.UpdateAccessControlParams.getAdd()
Get the "Add" parameter to use within prepared statement |
int |
AciRdbWrapper.InsertAccessControlParams.getAdd()
Get the "Add" parameter to use within prepared statement |
static ClosableIterator<java.lang.String> |
NamedGraphRdbWrapper.getAllStoredNamedGraphs(PreparedStatementCache sqlCache,
java.lang.String tableNamePrefix)
Runs the getAllStoredNamedGraphs prepared statement with the default transformer. |
static ClosableIterator<java.lang.String> |
NamedGraphRdbWrapper.getAllStoredNamedGraphs(PreparedStatementCache sqlCache,
java.lang.String tableNamePrefix,
Transformer<java.lang.String> transform)
Runs the getAllStoredNamedGraphs prepared statement. |
static ClosableIterator<java.lang.String> |
NamedGraphRdbWrapper.getAllStoredNamedGraphsNoWith(PreparedStatementCache sqlCache,
java.lang.Long now,
java.lang.Long now2,
java.lang.String tableNamePrefix)
Runs the getAllStoredNamedGraphsNoWith prepared statement with the default transformer. |
static ClosableIterator<java.lang.String> |
NamedGraphRdbWrapper.getAllStoredNamedGraphsNoWith(PreparedStatementCache sqlCache,
java.lang.Long now,
java.lang.Long now2,
java.lang.String tableNamePrefix,
Transformer<java.lang.String> transform)
Runs the getAllStoredNamedGraphsNoWith prepared statement. |
static ClosableIterator<java.lang.String> |
NamedGraphRdbWrapper.getAllStoredNamedGraphsNoWith(PreparedStatementCache sqlCache,
NamedGraphRdbWrapper.GetAllStoredNamedGraphsNoWithParams params,
java.lang.String tableNamePrefix)
Runs the getAllStoredNamedGraphsNoWith prepared statement. |
static java.lang.Long |
UserRdbWrapper.getAuthenticatedUser(PreparedStatementCache sqlCache,
java.lang.String userId,
java.lang.String passwordHash)
Runs the getAuthenticatedUser prepared statement. |
static java.lang.Long |
UserRdbWrapper.getAuthenticatedUser(PreparedStatementCache sqlCache,
UserRdbWrapper.GetAuthenticatedUserParams params)
Runs the getAuthenticatedUser prepared statement. |
int |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryResult.getCanRead()
Get the "CanRead" result value |
int |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryNewResult.getCanRead()
Get the "CanRead" result value |
int |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult.getChangeNamedGraphAcl()
Get the "ChangeNamedGraphAcl" result value |
int |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult.getChangeNamedGraphAcl()
Get the "ChangeNamedGraphAcl" result value |
int |
ReplicationRdbWrapper.SelectAciMaskDeltasResult.getChangeNamedGraphAcl()
Get the "ChangeNamedGraphAcl" result value |
int |
AclRdbWrapper.SelectUserHasAccessResult.getChangeNamedGraphAcl()
Get the "ChangeNamedGraphAcl" result value |
int |
AciRdbWrapper.SelectAccessControlResult.getChangeNamedGraphAcl()
Get the "ChangeNamedGraphAcl" result value |
int |
AciRdbWrapper.UpdateAccessControlParams.getChangeNamedGraphAcl()
Get the "ChangeNamedGraphAcl" parameter to use within prepared statement |
int |
AciRdbWrapper.InsertAccessControlParams.getChangeNamedGraphAcl()
Get the "ChangeNamedGraphAcl" parameter to use within prepared statement |
java.lang.Long |
LastTransactionTime.InsertLastTransactionTimeParams.getCommited()
Get the "Commited" parameter to use within prepared statement |
java.lang.Long |
LastTransactionTime.InsertFirstTransactionTimeParams.getCommited()
Get the "Commited" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.SelectSTRowsResult.getCounter()
Get the "Counter" result value |
long |
NamedGraphRdbWrapper.SelectNamedGraphResult.getCreatedBy()
Get the "CreatedBy" result value |
long |
NamedGraphRdbWrapper.InsertNamedGraphParams.getCreatedBy()
Get the "CreatedBy" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.GetNamedGraphAtRevisionResult.getCreatedBy()
Get the "CreatedBy" result value |
long |
ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult.getCreatedBy()
Get the "CreatedBy" result value |
long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult.getCreatedBy()
Get the "CreatedBy" result value |
long |
ReplicationRdbWrapper.SelectUserDeltasResult.getDefaultAcl()
Get the "DefaultAcl" result value |
long |
UserRdbWrapper.SelectUserResult.getDefaultAclId()
Get the "DefaultAclId" result value |
long |
UserRdbWrapper.InsertUserParams.getDefaultAclId()
Get the "DefaultAclId" parameter to use within prepared statement |
long |
UserRdbWrapper.UpdateUserParams.getDefaultAclId()
Get the "DefaultAclId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.SelectUserDeltasResult.getDefaultRoleId()
Get the "DefaultRoleId" result value |
long |
UserRdbWrapper.SelectUserResult.getDefaultRoleId()
Get the "DefaultRoleId" result value |
long |
UserRdbWrapper.InsertUserParams.getDefaultRoleId()
Get the "DefaultRoleId" parameter to use within prepared statement |
long |
UserRdbWrapper.UpdateUserParams.getDefaultRoleId()
Get the "DefaultRoleId" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.LookupNamedGraphRevisionParams.getEnd1()
Get the "End1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertNamedGraphModsParams.getEnd1()
Get the "End1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertDeltaStmtIdsParams.getEnd1()
Get the "End1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertDeltaGraphIdsParams.getEnd1()
Get the "End1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_0Params.getEnd1()
Get the "End1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_1Params.getEnd1()
Get the "End1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_2Params.getEnd1()
Get the "End1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_3Params.getEnd1()
Get the "End1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_4Params.getEnd1()
Get the "End1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_5Params.getEnd1()
Get the "End1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_6Params.getEnd1()
Get the "End1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_7Params.getEnd1()
Get the "End1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_8Params.getEnd1()
Get the "End1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_9Params.getEnd1()
Get the "End1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_10Params.getEnd1()
Get the "End1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_11Params.getEnd1()
Get the "End1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_12Params.getEnd1()
Get the "End1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_13Params.getEnd1()
Get the "End1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_14Params.getEnd1()
Get the "End1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_15Params.getEnd1()
Get the "End1" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.LookupNamedGraphRevisionParams.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertDeltaStmtIdsParams.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertDeltaGraphIdsParams.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_0Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_0Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_1Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_1Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_2Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_2Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_3Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_3Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_4Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_4Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_5Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_5Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_6Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_6Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_7Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_7Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_8Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_8Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_9Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_9Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_10Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_10Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_11Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_11Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_12Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_12Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_13Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_13Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_14Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_14Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_15Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_15Params.getEnd2()
Get the "End2" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.LookupNamedGraphRevisionParams.getEnd3()
Get the "End3" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertDeltaStmtIdsParams.getEnd3()
Get the "End3" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.LookupNamedGraphRevisionParams.getEnd4()
Get the "End4" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertDeltaStmtIdsParams.getEndId()
Get the "EndId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_0Params.getEndId()
Get the "EndId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_1Params.getEndId()
Get the "EndId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_2Params.getEndId()
Get the "EndId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_3Params.getEndId()
Get the "EndId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_4Params.getEndId()
Get the "EndId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_5Params.getEndId()
Get the "EndId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_6Params.getEndId()
Get the "EndId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_7Params.getEndId()
Get the "EndId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_8Params.getEndId()
Get the "EndId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_9Params.getEndId()
Get the "EndId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_10Params.getEndId()
Get the "EndId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_11Params.getEndId()
Get the "EndId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_12Params.getEndId()
Get the "EndId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_13Params.getEndId()
Get the "EndId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_14Params.getEndId()
Get the "EndId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_15Params.getEndId()
Get the "EndId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertDeltaStmtIdsParams.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_0Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_0Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_1Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_1Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_2Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_2Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_3Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_3Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_4Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_4Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_5Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_5Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_6Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_6Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_7Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_7Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_8Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_8Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_9Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_9Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_10Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_10Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_11Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_11Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_12Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_12Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_13Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_13Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_14Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_14Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_15Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_15Params.getEndId2()
Get the "EndId2" parameter to use within prepared statement |
long |
InsertStatementsRdbWrapper.InsertTempStatementParams.getGraphid()
Get the "Graphid" parameter to use within prepared statement |
long |
InsertStatementsRdbWrapper.SelectInsertStatementsResult.getGraphid()
Get the "Graphid" result value |
java.lang.Long |
NamedGraphRdbWrapper.DeleteNamedGraphParams.getHend()
Get the "Hend" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.DeleteStatementsForNamedGraphParams.getHend()
Get the "Hend" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectUserDeltasResult.getHend()
Get the "Hend" result value |
java.lang.Long |
ReplicationRdbWrapper.SelectUserRoleDeltasResult.getHend()
Get the "Hend" result value |
java.lang.Long |
ReplicationRdbWrapper.SelectRoleDeltasResult.getHend()
Get the "Hend" result value |
java.lang.Long |
ReplicationRdbWrapper.SelectSubRoleDeltasResult.getHend()
Get the "Hend" result value |
java.lang.Long |
ReplicationRdbWrapper.SelectAciMaskDeltasResult.getHend()
Get the "Hend" result value |
java.lang.Long |
RoleRdbWrapper.DeleteSubRoleOfParams.getHend()
Get the "Hend" parameter to use within prepared statement |
java.lang.Long |
RoleRdbWrapper.DeleteRoleParams.getHend()
Get the "Hend" parameter to use within prepared statement |
java.lang.Long |
StatementRdbWrapper.DeleteStatementParams.getHend()
Get the "Hend" parameter to use within prepared statement |
java.lang.Long |
AciRdbWrapper.DeleteAccessControlParams.getHend()
Get the "Hend" parameter to use within prepared statement |
java.lang.Long |
UserRdbWrapper.SelectUserResult.getHend()
Get the "Hend" result value |
java.lang.Long |
UserRdbWrapper.DeleteUserParams.getHend()
Get the "Hend" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectUserDeltasResult.getHstart()
Get the "Hstart" result value |
java.lang.Long |
ReplicationRdbWrapper.SelectUserRoleDeltasResult.getHstart()
Get the "Hstart" result value |
java.lang.Long |
ReplicationRdbWrapper.SelectRoleDeltasResult.getHstart()
Get the "Hstart" result value |
java.lang.Long |
ReplicationRdbWrapper.SelectSubRoleDeltasResult.getHstart()
Get the "Hstart" result value |
java.lang.Long |
ReplicationRdbWrapper.SelectAciMaskDeltasResult.getHstart()
Get the "Hstart" result value |
java.lang.Long |
StatementRdbWrapper.InsertStatementParams.getHstart()
Get the "Hstart" parameter to use within prepared statement |
java.lang.Long |
AciRdbWrapper.InsertAccessControlParams.getHstart()
Get the "Hstart" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryParams.getId()
Get the "Id" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdHistoryParams.getId()
Get the "Id" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryNewParams.getId()
Get the "Id" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdHistoryNewParams.getId()
Get the "Id" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.SelectNamedGraphSizeHistoryNoWithParams.getId()
Get the "Id" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.SelectNamedGraphUrisResult.getId()
Get the "Id" result value |
long |
NamedGraphRdbWrapper.SelectMetaGraphUrisResult.getId()
Get the "Id" result value |
long |
NamedGraphRdbWrapper.DeleteNamedGraphParams.getId()
Get the "Id" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.DeleteStatementsForNamedGraphParams.getId()
Get the "Id" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.SelectNamedGraphRevisionResult.getId()
Get the "Id" result value |
long |
ReplicationRdbWrapper.SelectCollectionAdditionsResult.getId()
Get the "Id" result value |
long |
ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult.getId()
Get the "Id" result value |
long |
ReplicationRdbWrapper.SelectTrackerStatementsDeletionsResult.getId()
Get the "Id" result value |
long |
ReplicationRdbWrapper.SelectUniqueUrisResult.getId()
Get the "Id" result value |
long |
ReplicationRdbWrapper.SelectSTRowsResult.getId()
Get the "Id" result value |
long |
ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult.getId()
Get the "Id" result value |
long |
ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams.getId()
Get the "Id" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult.getId()
Get the "Id" result value |
long |
ReplicationRdbWrapper.SelectUserDeltasResult.getId()
Get the "Id" result value |
long |
RoleRdbWrapper.InsertRoleParams.getId()
Get the "Id" parameter to use within prepared statement |
long |
RoleRdbWrapper.DeleteRoleParams.getId()
Get the "Id" parameter to use within prepared statement |
long |
StatementRdbWrapper.SelectStatementsByTripleHistoryResult.getId()
Get the "Id" result value |
long |
StatementRdbWrapper.SelectAllStatementsResult.getId()
Get the "Id" result value |
long |
StatementRdbWrapper.DeleteStatementParams.getId()
Get the "Id" parameter to use within prepared statement |
long |
AciRdbWrapper.UpdateAccessControlParams.getId()
Get the "Id" parameter to use within prepared statement |
long |
AciRdbWrapper.InsertAccessControlParams.getId()
Get the "Id" parameter to use within prepared statement |
long |
AciRdbWrapper.DeleteAccessControlParams.getId()
Get the "Id" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.SelectTempQuadIdNodesResult.getId()
Get the "Id" result value |
long |
LastTransactionTime.InsertLastTransactionTimeParams.getId()
Get the "Id" parameter to use within prepared statement |
long |
LastTransactionTime.InsertFirstTransactionTimeParams.getId()
Get the "Id" parameter to use within prepared statement |
long |
LastTransactionTime.PrefetchPredicateUrisResult.getId()
Get the "Id" result value |
long |
UserRdbWrapper.InsertUserParams.getId()
Get the "Id" parameter to use within prepared statement |
long |
UserRdbWrapper.DeleteUserParams.getId()
Get the "Id" parameter to use within prepared statement |
long |
UserRdbWrapper.UpdateUserParams.getId()
Get the "Id" parameter to use within prepared statement |
java.lang.Long |
InferenceRdbWrapper.InsertInferedPropertyParams.getInferredProp()
Get the "InferredProp" parameter to use within prepared statement |
static java.lang.Long |
ServerRdbWrapper.getInitialized(PreparedStatementCache sqlCache)
Runs the getInitialized prepared statement. |
int |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult.getInsertNamedGraph()
Get the "InsertNamedGraph" result value |
int |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult.getInsertNamedGraph()
Get the "InsertNamedGraph" result value |
int |
ReplicationRdbWrapper.SelectAciMaskDeltasResult.getInsertNamedGraph()
Get the "InsertNamedGraph" result value |
int |
AclRdbWrapper.SelectUserHasAccessResult.getInsertNamedGraph()
Get the "InsertNamedGraph" result value |
int |
AciRdbWrapper.SelectAccessControlResult.getInsertNamedGraph()
Get the "InsertNamedGraph" result value |
int |
AciRdbWrapper.UpdateAccessControlParams.getInsertNamedGraph()
Get the "InsertNamedGraph" parameter to use within prepared statement |
int |
AciRdbWrapper.InsertAccessControlParams.getInsertNamedGraph()
Get the "InsertNamedGraph" parameter to use within prepared statement |
int |
UsersRolesRdbWrapper.InsertUsersRolesParams.getIsExplicit()
Get the "IsExplicit" parameter to use within prepared statement |
long |
LastTransactionTime.GetLastTransactionResult.getLastid()
Get the "Lastid" result value |
long |
NamedGraphRdbWrapper.SelectNamedGraphResult.getLastModifiedBy()
Get the "LastModifiedBy" result value |
long |
NamedGraphRdbWrapper.InsertNamedGraphParams.getLastModifiedBy()
Get the "LastModifiedBy" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.GetNamedGraphAtRevisionResult.getLastModifiedBy()
Get the "LastModifiedBy" result value |
long |
ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult.getLastModifiedBy()
Get the "LastModifiedBy" result value |
long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult.getLastModifiedBy()
Get the "LastModifiedBy" result value |
static LastTransactionTime.GetLastTransactionResult |
LastTransactionTime.getLastTransaction(PreparedStatementCache sqlCache)
Runs the getLastTransaction prepared statement. |
static LastTransactionTime.GetLastTransactionResult |
LastTransactionTime.getLastTransaction(PreparedStatementCache sqlCache,
LastTransactionTime.GetLastTransactionResult result)
Runs the getLastTransaction prepared statement. |
java.lang.Long |
LastTransactionTime.GetLastTransactionResult.getLastTransactionTime()
Get the "LastTransactionTime" result value |
static java.lang.Long |
LastTransactionTime.getLastTransactionTime(PreparedStatementCache sqlCache)
Runs the getLastTransactionTime prepared statement. |
java.lang.Long |
StatementRdbWrapper.SelectStatementsByTripleHistoryParams.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_0Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_0Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_1Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_1Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_2Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_2Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_3Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_3Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_4Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_4Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_5Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_5Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_6Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_6Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_7Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_7Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_8Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_8Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_9Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_9Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_10Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_10Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_11Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_11Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_12Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_12Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_13Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_13Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_14Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_14Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_15Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_15Params.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.InsertValidDatasetGraphsParams.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.InsertValidDatasetMetadataGraphsParams.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.InsertAllValidDatasetGraphsParams.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.InsertAllValidDatasetMetadataGraphsParams.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.SelectUnreadableGraphsParams.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.SelectUnreadableMetadataGraphsParams.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.SelectUntimelyGraphsParams.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.SelectUntimelyMetadataGraphsParams.getLastTransactionTime1()
Get the "LastTransactionTime1" parameter to use within prepared statement |
java.lang.Long |
StatementRdbWrapper.SelectStatementsByTripleHistoryParams.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_0Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_0Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_1Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_1Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_2Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_2Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_3Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_3Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_4Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_4Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_5Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_5Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_6Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_6Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_7Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_7Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_8Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_8Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_9Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_9Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_10Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_10Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_11Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_11Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_12Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_12Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_13Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_13Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_14Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_14Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_15Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_15Params.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.InsertValidDatasetGraphsParams.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.InsertValidDatasetMetadataGraphsParams.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.InsertAllValidDatasetGraphsParams.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.InsertAllValidDatasetMetadataGraphsParams.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.SelectUnreadableGraphsParams.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.SelectUnreadableMetadataGraphsParams.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.SelectUntimelyGraphsParams.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.SelectUntimelyMetadataGraphsParams.getLastTransactionTime2()
Get the "LastTransactionTime2" parameter to use within prepared statement |
java.lang.Long |
StatementRdbWrapper.SelectStatementsByTripleHistoryParams.getLastTransactionTime3()
Get the "LastTransactionTime3" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_0Params.getLastTransactionTime3()
Get the "LastTransactionTime3" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_1Params.getLastTransactionTime3()
Get the "LastTransactionTime3" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_2Params.getLastTransactionTime3()
Get the "LastTransactionTime3" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_3Params.getLastTransactionTime3()
Get the "LastTransactionTime3" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_4Params.getLastTransactionTime3()
Get the "LastTransactionTime3" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_5Params.getLastTransactionTime3()
Get the "LastTransactionTime3" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_6Params.getLastTransactionTime3()
Get the "LastTransactionTime3" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_7Params.getLastTransactionTime3()
Get the "LastTransactionTime3" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_8Params.getLastTransactionTime3()
Get the "LastTransactionTime3" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_9Params.getLastTransactionTime3()
Get the "LastTransactionTime3" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_10Params.getLastTransactionTime3()
Get the "LastTransactionTime3" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_11Params.getLastTransactionTime3()
Get the "LastTransactionTime3" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_12Params.getLastTransactionTime3()
Get the "LastTransactionTime3" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_13Params.getLastTransactionTime3()
Get the "LastTransactionTime3" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_14Params.getLastTransactionTime3()
Get the "LastTransactionTime3" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_15Params.getLastTransactionTime3()
Get the "LastTransactionTime3" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.InsertValidDatasetGraphsParams.getLastTransactionTime3()
Get the "LastTransactionTime3" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.InsertValidDatasetMetadataGraphsParams.getLastTransactionTime3()
Get the "LastTransactionTime3" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.InsertAllValidDatasetGraphsParams.getLastTransactionTime3()
Get the "LastTransactionTime3" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.InsertAllValidDatasetMetadataGraphsParams.getLastTransactionTime3()
Get the "LastTransactionTime3" parameter to use within prepared statement |
java.lang.Long |
StatementRdbWrapper.SelectStatementsByTripleHistoryParams.getLastTransactionTime4()
Get the "LastTransactionTime4" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_0Params.getLastTransactionTime4()
Get the "LastTransactionTime4" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_1Params.getLastTransactionTime4()
Get the "LastTransactionTime4" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_2Params.getLastTransactionTime4()
Get the "LastTransactionTime4" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_3Params.getLastTransactionTime4()
Get the "LastTransactionTime4" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_4Params.getLastTransactionTime4()
Get the "LastTransactionTime4" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_5Params.getLastTransactionTime4()
Get the "LastTransactionTime4" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_6Params.getLastTransactionTime4()
Get the "LastTransactionTime4" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_7Params.getLastTransactionTime4()
Get the "LastTransactionTime4" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_8Params.getLastTransactionTime4()
Get the "LastTransactionTime4" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_9Params.getLastTransactionTime4()
Get the "LastTransactionTime4" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_10Params.getLastTransactionTime4()
Get the "LastTransactionTime4" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_11Params.getLastTransactionTime4()
Get the "LastTransactionTime4" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_12Params.getLastTransactionTime4()
Get the "LastTransactionTime4" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_13Params.getLastTransactionTime4()
Get the "LastTransactionTime4" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_14Params.getLastTransactionTime4()
Get the "LastTransactionTime4" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_15Params.getLastTransactionTime4()
Get the "LastTransactionTime4" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.InsertValidDatasetGraphsParams.getLastTransactionTime4()
Get the "LastTransactionTime4" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.InsertValidDatasetMetadataGraphsParams.getLastTransactionTime4()
Get the "LastTransactionTime4" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.InsertAllValidDatasetGraphsParams.getLastTransactionTime4()
Get the "LastTransactionTime4" parameter to use within prepared statement |
java.lang.Long |
GlitterRdbWrapper.InsertAllValidDatasetMetadataGraphsParams.getLastTransactionTime4()
Get the "LastTransactionTime4" parameter to use within prepared statement |
java.lang.Long |
StatementRdbWrapper.SelectStatementsByTripleHistoryParams.getLastTransactionTime5()
Get the "LastTransactionTime5" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_0Params.getLastTransactionTime5()
Get the "LastTransactionTime5" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_1Params.getLastTransactionTime5()
Get the "LastTransactionTime5" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_2Params.getLastTransactionTime5()
Get the "LastTransactionTime5" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_3Params.getLastTransactionTime5()
Get the "LastTransactionTime5" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_4Params.getLastTransactionTime5()
Get the "LastTransactionTime5" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_5Params.getLastTransactionTime5()
Get the "LastTransactionTime5" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_6Params.getLastTransactionTime5()
Get the "LastTransactionTime5" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_7Params.getLastTransactionTime5()
Get the "LastTransactionTime5" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_8Params.getLastTransactionTime5()
Get the "LastTransactionTime5" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_9Params.getLastTransactionTime5()
Get the "LastTransactionTime5" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_10Params.getLastTransactionTime5()
Get the "LastTransactionTime5" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_11Params.getLastTransactionTime5()
Get the "LastTransactionTime5" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_12Params.getLastTransactionTime5()
Get the "LastTransactionTime5" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_13Params.getLastTransactionTime5()
Get the "LastTransactionTime5" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_14Params.getLastTransactionTime5()
Get the "LastTransactionTime5" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_15Params.getLastTransactionTime5()
Get the "LastTransactionTime5" parameter to use within prepared statement |
java.lang.Long |
StatementRdbWrapper.SelectStatementsByTripleHistoryParams.getLastTransactionTime6()
Get the "LastTransactionTime6" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_0Params.getLastTransactionTime6()
Get the "LastTransactionTime6" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_1Params.getLastTransactionTime6()
Get the "LastTransactionTime6" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_2Params.getLastTransactionTime6()
Get the "LastTransactionTime6" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_3Params.getLastTransactionTime6()
Get the "LastTransactionTime6" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_4Params.getLastTransactionTime6()
Get the "LastTransactionTime6" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_5Params.getLastTransactionTime6()
Get the "LastTransactionTime6" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_6Params.getLastTransactionTime6()
Get the "LastTransactionTime6" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_7Params.getLastTransactionTime6()
Get the "LastTransactionTime6" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_8Params.getLastTransactionTime6()
Get the "LastTransactionTime6" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_9Params.getLastTransactionTime6()
Get the "LastTransactionTime6" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_10Params.getLastTransactionTime6()
Get the "LastTransactionTime6" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_11Params.getLastTransactionTime6()
Get the "LastTransactionTime6" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_12Params.getLastTransactionTime6()
Get the "LastTransactionTime6" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_13Params.getLastTransactionTime6()
Get the "LastTransactionTime6" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_14Params.getLastTransactionTime6()
Get the "LastTransactionTime6" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_15Params.getLastTransactionTime6()
Get the "LastTransactionTime6" parameter to use within prepared statement |
java.lang.Long |
StatementRdbWrapper.SelectStatementsByTripleHistoryParams.getLastTransactionTime7()
Get the "LastTransactionTime7" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_0Params.getLastTransactionTime7()
Get the "LastTransactionTime7" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_1Params.getLastTransactionTime7()
Get the "LastTransactionTime7" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_2Params.getLastTransactionTime7()
Get the "LastTransactionTime7" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_3Params.getLastTransactionTime7()
Get the "LastTransactionTime7" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_4Params.getLastTransactionTime7()
Get the "LastTransactionTime7" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_5Params.getLastTransactionTime7()
Get the "LastTransactionTime7" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_6Params.getLastTransactionTime7()
Get the "LastTransactionTime7" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_7Params.getLastTransactionTime7()
Get the "LastTransactionTime7" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_8Params.getLastTransactionTime7()
Get the "LastTransactionTime7" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_9Params.getLastTransactionTime7()
Get the "LastTransactionTime7" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_10Params.getLastTransactionTime7()
Get the "LastTransactionTime7" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_11Params.getLastTransactionTime7()
Get the "LastTransactionTime7" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_12Params.getLastTransactionTime7()
Get the "LastTransactionTime7" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_13Params.getLastTransactionTime7()
Get the "LastTransactionTime7" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_14Params.getLastTransactionTime7()
Get the "LastTransactionTime7" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_15Params.getLastTransactionTime7()
Get the "LastTransactionTime7" parameter to use within prepared statement |
java.lang.Long |
StatementRdbWrapper.SelectStatementsByTripleHistoryParams.getLastTransactionTime8()
Get the "LastTransactionTime8" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_0Params.getLastTransactionTime8()
Get the "LastTransactionTime8" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_1Params.getLastTransactionTime8()
Get the "LastTransactionTime8" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_2Params.getLastTransactionTime8()
Get the "LastTransactionTime8" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_3Params.getLastTransactionTime8()
Get the "LastTransactionTime8" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_4Params.getLastTransactionTime8()
Get the "LastTransactionTime8" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_5Params.getLastTransactionTime8()
Get the "LastTransactionTime8" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_6Params.getLastTransactionTime8()
Get the "LastTransactionTime8" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_7Params.getLastTransactionTime8()
Get the "LastTransactionTime8" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_8Params.getLastTransactionTime8()
Get the "LastTransactionTime8" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_9Params.getLastTransactionTime8()
Get the "LastTransactionTime8" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_10Params.getLastTransactionTime8()
Get the "LastTransactionTime8" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_11Params.getLastTransactionTime8()
Get the "LastTransactionTime8" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_12Params.getLastTransactionTime8()
Get the "LastTransactionTime8" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_13Params.getLastTransactionTime8()
Get the "LastTransactionTime8" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_14Params.getLastTransactionTime8()
Get the "LastTransactionTime8" parameter to use within prepared statement |
java.lang.Long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_15Params.getLastTransactionTime8()
Get the "LastTransactionTime8" parameter to use within prepared statement |
static java.lang.Integer |
InsertStatementsRdbWrapper.getMax(PreparedStatementCache sqlCache)
Runs the getMax prepared statement. |
static java.lang.Long |
NamedGraphRdbWrapper.getMetadatasGraphId(PreparedStatementCache sqlCache,
long metaid)
Runs the getMetadatasGraphId prepared statement. |
static java.lang.Long |
NamedGraphRdbWrapper.getMetadatasGraphIdHistory(PreparedStatementCache sqlCache,
long metaid,
java.lang.Long now,
java.lang.Long now2,
java.lang.Long now3,
java.lang.Long now4,
java.lang.Long now5,
java.lang.Long now6,
long userId)
Runs the getMetadatasGraphIdHistory prepared statement. |
static java.lang.Long |
NamedGraphRdbWrapper.getMetadatasGraphIdHistory(PreparedStatementCache sqlCache,
NamedGraphRdbWrapper.GetMetadatasGraphIdHistoryParams params)
Runs the getMetadatasGraphIdHistory prepared statement. |
long |
NamedGraphRdbWrapper.GetMetadatasGraphIdHistoryParams.getMetaid()
Get the "Metaid" parameter to use within prepared statement |
long |
AclRdbWrapper.SelectUsersForNamedGraphsNoWithParams.getMetaid()
Get the "Metaid" parameter to use within prepared statement |
long |
AclRdbWrapper.SelectRolesForNamedGraphNoWithParams.getMetaid()
Get the "Metaid" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.SelectNamedGraphResult.getMetaId()
Get the "MetaId" result value |
long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryResult.getMetaId()
Get the "MetaId" result value |
long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryNewResult.getMetaId()
Get the "MetaId" result value |
long |
NamedGraphRdbWrapper.InsertNamedGraphParams.getMetaId()
Get the "MetaId" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.GetNamedGraphAtRevisionResult.getMetaId()
Get the "MetaId" result value |
long |
ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult.getMetaId()
Get the "MetaId" result value |
long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult.getMetaId()
Get the "MetaId" result value |
java.lang.Long |
NamedGraphRdbWrapper.InsertNamedGraphParams.getModified()
Get the "Modified" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetNamedGraphAtRevisionResult.getModified()
Get the "Modified" result value |
java.lang.Long |
ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult.getModified()
Get the "Modified" result value |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult.getModified()
Get the "Modified" result value |
java.lang.Long |
RoleRdbWrapper.InsertRoleParams.getModified()
Get the "Modified" parameter to use within prepared statement |
java.lang.Long |
RoleRdbWrapper.InsertSubRoleOfParams.getModified()
Get the "Modified" parameter to use within prepared statement |
java.lang.Long |
StatementRdbWrapper.SelectStatementResult.getModified()
Get the "Modified" result value |
java.lang.Long |
StatementRdbWrapper.SelectAllStatementsResult.getModified()
Get the "Modified" result value |
java.lang.Long |
UsersRolesRdbWrapper.InsertUsersRolesParams.getModified()
Get the "Modified" parameter to use within prepared statement |
java.lang.Long |
UsersRolesRdbWrapper.DeleteUserFromRoleParams.getModified()
Get the "Modified" parameter to use within prepared statement |
java.lang.Long |
InsertStatementsRdbWrapper.InsertTempStatementParams.getModified()
Get the "Modified" parameter to use within prepared statement |
java.lang.Long |
UserRdbWrapper.InsertUserParams.getModified()
Get the "Modified" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.SelectTempQuadIdNodesResult.getModifierId()
Get the "ModifierId" result value |
long |
StatementRdbWrapper.SelectStatementIdParams.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementRdbWrapper.SelectStatementsByTripleFromHistoryParams.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementRdbWrapper.SelectStatementsByTripleHistoryParams.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_1Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_1Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_1Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_3Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_3Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_3Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_3Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_5Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_5Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_5Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_5Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_7Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_7Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_7Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_7Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_9Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_9Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_9Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_9Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_11Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_11Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_11Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_11Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_13Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_13Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_13Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_13Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_15Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_15Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_15Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_15Params.getNamedGraph()
Get the "NamedGraph" parameter to use within prepared statement |
static NamedGraphRdbWrapper.GetNamedGraphAtRevisionResult |
NamedGraphRdbWrapper.getNamedGraphAtRevision(PreparedStatementCache sqlCache,
long namedGraphId,
long revision)
Runs the getNamedGraphAtRevision prepared statement. |
static NamedGraphRdbWrapper.GetNamedGraphAtRevisionResult |
NamedGraphRdbWrapper.getNamedGraphAtRevision(PreparedStatementCache sqlCache,
long namedGraphId,
long revision,
NamedGraphRdbWrapper.GetNamedGraphAtRevisionResult result)
Runs the getNamedGraphAtRevision prepared statement. |
static NamedGraphRdbWrapper.GetNamedGraphAtRevisionResult |
NamedGraphRdbWrapper.getNamedGraphAtRevision(PreparedStatementCache sqlCache,
NamedGraphRdbWrapper.GetNamedGraphAtRevisionParams params)
Runs the getNamedGraphAtRevision prepared statement. |
static java.lang.Long |
NamedGraphRdbWrapper.getNamedGraphCurrentRevision(PreparedStatementCache sqlCache,
long namedGraphId)
Runs the getNamedGraphCurrentRevision prepared statement. |
long |
NamedGraphRdbWrapper.InsertNamedGraphParams.getNamedgraphid()
Get the "Namedgraphid" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.SelectNamedGraphRevisionResult.getNamedgraphid()
Get the "Namedgraphid" result value |
long |
ReplicationRdbWrapper.SelectCollectionAdditionsResult.getNamedgraphid()
Get the "Namedgraphid" result value |
long |
ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult.getNamedgraphid()
Get the "Namedgraphid" result value |
long |
ReplicationRdbWrapper.SelectTrackerStatementsDeletionsResult.getNamedgraphid()
Get the "Namedgraphid" result value |
long |
ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams.getNamedgraphid()
Get the "Namedgraphid" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.GetNamedGraphAtRevisionParams.getNamedGraphId()
Get the "NamedGraphId" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.LookupNamedGraphRevisionParams.getNamedGraphId()
Get the "NamedGraphId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertSelectorTempParams.getNamedGraphId()
Get the "NamedGraphId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.SelectSTRowsResult.getNamedGraphId()
Get the "NamedGraphId" result value |
long |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult.getNamedGraphId()
Get the "NamedGraphId" result value |
long |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult.getNamedGraphId()
Get the "NamedGraphId" result value |
long |
StatementRdbWrapper.SelectStatementsByTripleFromHistoryResult.getNamedGraphId()
Get the "NamedGraphId" result value |
long |
StatementRdbWrapper.SelectStatementsByTripleHistoryResult.getNamedGraphId()
Get the "NamedGraphId" result value |
long |
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult.getNamedGraphId()
Get the "NamedGraphId" result value |
long |
StatementRdbWrapper.SelectStatementResult.getNamedGraphId()
Get the "NamedGraphId" result value |
long |
StatementRdbWrapper.SelectAllStatementsResult.getNamedGraphId()
Get the "NamedGraphId" result value |
long |
StatementRdbWrapper.InsertStatementParams.getNamedGraphId()
Get the "NamedGraphId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.SelectTempQuadsResult.getNamedGraphId()
Get the "NamedGraphId" result value |
long |
NamedGraphRdbWrapper.LookupNamedGraphRevisionParams.getNamedGraphId2()
Get the "NamedGraphId2" parameter to use within prepared statement |
int |
StatementRdbWrapper.SelectStatementsByTripleFromHistoryParams.getNamedGraphNull()
Get the "NamedGraphNull" parameter to use within prepared statement |
int |
StatementRdbWrapper.SelectStatementsByTripleHistoryParams.getNamedGraphNull()
Get the "NamedGraphNull" parameter to use within prepared statement |
int |
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams.getNamedGraphNull()
Get the "NamedGraphNull" parameter to use within prepared statement |
static java.lang.Long |
NamedGraphRdbWrapper.getNamedGraphsMetaId(PreparedStatementCache sqlCache,
long id)
Runs the getNamedGraphsMetaId prepared statement. |
static ClosableIterator<NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryResult> |
NamedGraphRdbWrapper.getNamedGraphsMetaIdAndAciHistory(PreparedStatementCache sqlCache,
long id,
java.lang.Long now,
java.lang.Long now2,
java.lang.Long now3,
java.lang.Long now4,
java.lang.Long now5,
java.lang.Long now6,
long userId)
Runs the getNamedGraphsMetaIdAndAciHistory prepared statement with the default transformer. |
static ClosableIterator<NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryResult> |
NamedGraphRdbWrapper.getNamedGraphsMetaIdAndAciHistory(PreparedStatementCache sqlCache,
long id,
java.lang.Long now,
java.lang.Long now2,
java.lang.Long now3,
java.lang.Long now4,
java.lang.Long now5,
java.lang.Long now6,
long userId,
Transformer<NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryResult> transform)
Runs the getNamedGraphsMetaIdAndAciHistory prepared statement. |
static ClosableIterator<NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryResult> |
NamedGraphRdbWrapper.getNamedGraphsMetaIdAndAciHistory(PreparedStatementCache sqlCache,
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryParams params)
Runs the getNamedGraphsMetaIdAndAciHistory prepared statement. |
static ClosableIterator<NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryNewResult> |
NamedGraphRdbWrapper.getNamedGraphsMetaIdAndAciHistoryNew(PreparedStatementCache sqlCache,
long id,
long userId)
Runs the getNamedGraphsMetaIdAndAciHistoryNew prepared statement with the default transformer. |
static ClosableIterator<NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryNewResult> |
NamedGraphRdbWrapper.getNamedGraphsMetaIdAndAciHistoryNew(PreparedStatementCache sqlCache,
long id,
long userId,
Transformer<NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryNewResult> transform)
Runs the getNamedGraphsMetaIdAndAciHistoryNew prepared statement. |
static ClosableIterator<NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryNewResult> |
NamedGraphRdbWrapper.getNamedGraphsMetaIdAndAciHistoryNew(PreparedStatementCache sqlCache,
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryNewParams params)
Runs the getNamedGraphsMetaIdAndAciHistoryNew prepared statement. |
static java.lang.Long |
NamedGraphRdbWrapper.getNamedGraphsMetaIdHistory(PreparedStatementCache sqlCache,
long id,
java.lang.Long now,
java.lang.Long now2,
java.lang.Long now3,
java.lang.Long now4,
java.lang.Long now5,
java.lang.Long now6,
long userId)
Runs the getNamedGraphsMetaIdHistory prepared statement. |
static java.lang.Long |
NamedGraphRdbWrapper.getNamedGraphsMetaIdHistory(PreparedStatementCache sqlCache,
NamedGraphRdbWrapper.GetNamedGraphsMetaIdHistoryParams params)
Runs the getNamedGraphsMetaIdHistory prepared statement. |
static java.lang.Long |
NamedGraphRdbWrapper.getNamedGraphsMetaIdHistoryNew(PreparedStatementCache sqlCache,
long id,
long userId)
Runs the getNamedGraphsMetaIdHistoryNew prepared statement. |
static java.lang.Long |
NamedGraphRdbWrapper.getNamedGraphsMetaIdHistoryNew(PreparedStatementCache sqlCache,
NamedGraphRdbWrapper.GetNamedGraphsMetaIdHistoryNewParams params)
Runs the getNamedGraphsMetaIdHistoryNew prepared statement. |
long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult.getNewAclId()
Get the "NewAclId" result value |
long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult.getNewId()
Get the "NewId" result value |
long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult.getNewRevision()
Get the "NewRevision" result value |
long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult.getNgid()
Get the "Ngid" result value |
java.lang.Long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryParams.getNow()
Get the "Now" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdHistoryParams.getNow()
Get the "Now" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetMetadatasGraphIdHistoryParams.getNow()
Get the "Now" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetStoredNamedGraphsNoWithParams.getNow()
Get the "Now" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetTotalNumberOfStoredNamedGraphsNoWithParams.getNow()
Get the "Now" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetAllStoredNamedGraphsNoWithParams.getNow()
Get the "Now" parameter to use within prepared statement |
java.lang.Long |
StatementRdbWrapper.GetTotalNumberOfStoredTriplesNoWithParams.getNow()
Get the "Now" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.SelectNamedGraphSizeHistoryNoWithParams.getNow1()
Get the "Now1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectDeltaNamedGraphInfoParams.getNow1()
Get the "Now1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsParams.getNow1()
Get the "Now1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsParams.getNow1()
Get the "Now1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertTrackerStatementsDeltasParams.getNow1()
Get the "Now1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getNow1()
Get the "Now1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectUserDeltasParams.getNow1()
Get the "Now1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectUserRoleDeltasParams.getNow1()
Get the "Now1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectRoleDeltasParams.getNow1()
Get the "Now1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectSubRoleDeltasParams.getNow1()
Get the "Now1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectAciMaskDeltasParams.getNow1()
Get the "Now1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams.getNow1()
Get the "Now1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasParams.getNow1()
Get the "Now1" parameter to use within prepared statement |
java.lang.Long |
AclRdbWrapper.SelectUsersForNamedGraphsNoWithParams.getNow1()
Get the "Now1" parameter to use within prepared statement |
java.lang.Long |
AclRdbWrapper.SelectRolesForNamedGraphNoWithParams.getNow1()
Get the "Now1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getNow10()
Get the "Now10" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getNow11()
Get the "Now11" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getNow12()
Get the "Now12" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdHistoryParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetMetadatasGraphIdHistoryParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetStoredNamedGraphsNoWithParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetTotalNumberOfStoredNamedGraphsNoWithParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetAllStoredNamedGraphsNoWithParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.SelectNamedGraphSizeHistoryNoWithParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectDeltaNamedGraphInfoParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertTrackerStatementsDeltasParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectUserDeltasParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectUserRoleDeltasParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectRoleDeltasParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectSubRoleDeltasParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectAciMaskDeltasParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
AclRdbWrapper.SelectUsersForNamedGraphsNoWithParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
AclRdbWrapper.SelectRolesForNamedGraphNoWithParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
StatementRdbWrapper.GetTotalNumberOfStoredTriplesNoWithParams.getNow2()
Get the "Now2" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryParams.getNow3()
Get the "Now3" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdHistoryParams.getNow3()
Get the "Now3" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetMetadatasGraphIdHistoryParams.getNow3()
Get the "Now3" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetStoredNamedGraphsNoWithParams.getNow3()
Get the "Now3" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsParams.getNow3()
Get the "Now3" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsParams.getNow3()
Get the "Now3" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertTrackerStatementsDeltasParams.getNow3()
Get the "Now3" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getNow3()
Get the "Now3" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectAciMaskDeltasParams.getNow3()
Get the "Now3" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasParams.getNow3()
Get the "Now3" parameter to use within prepared statement |
java.lang.Long |
AclRdbWrapper.SelectUsersForNamedGraphsNoWithParams.getNow3()
Get the "Now3" parameter to use within prepared statement |
java.lang.Long |
AclRdbWrapper.SelectRolesForNamedGraphNoWithParams.getNow3()
Get the "Now3" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryParams.getNow4()
Get the "Now4" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdHistoryParams.getNow4()
Get the "Now4" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetMetadatasGraphIdHistoryParams.getNow4()
Get the "Now4" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetStoredNamedGraphsNoWithParams.getNow4()
Get the "Now4" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertTrackerStatementsDeltasParams.getNow4()
Get the "Now4" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getNow4()
Get the "Now4" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectAciMaskDeltasParams.getNow4()
Get the "Now4" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasParams.getNow4()
Get the "Now4" parameter to use within prepared statement |
java.lang.Long |
AclRdbWrapper.SelectUsersForNamedGraphsNoWithParams.getNow4()
Get the "Now4" parameter to use within prepared statement |
java.lang.Long |
AclRdbWrapper.SelectRolesForNamedGraphNoWithParams.getNow4()
Get the "Now4" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryParams.getNow5()
Get the "Now5" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdHistoryParams.getNow5()
Get the "Now5" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetMetadatasGraphIdHistoryParams.getNow5()
Get the "Now5" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetStoredNamedGraphsNoWithParams.getNow5()
Get the "Now5" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertTrackerStatementsDeltasParams.getNow5()
Get the "Now5" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getNow5()
Get the "Now5" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams.getNow5()
Get the "Now5" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasParams.getNow5()
Get the "Now5" parameter to use within prepared statement |
java.lang.Long |
AclRdbWrapper.SelectUsersForNamedGraphsNoWithParams.getNow5()
Get the "Now5" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryParams.getNow6()
Get the "Now6" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdHistoryParams.getNow6()
Get the "Now6" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetMetadatasGraphIdHistoryParams.getNow6()
Get the "Now6" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.GetStoredNamedGraphsNoWithParams.getNow6()
Get the "Now6" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertTrackerStatementsDeltasParams.getNow6()
Get the "Now6" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getNow6()
Get the "Now6" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams.getNow6()
Get the "Now6" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasParams.getNow6()
Get the "Now6" parameter to use within prepared statement |
java.lang.Long |
AclRdbWrapper.SelectUsersForNamedGraphsNoWithParams.getNow6()
Get the "Now6" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getNow7()
Get the "Now7" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams.getNow7()
Get the "Now7" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getNow8()
Get the "Now8" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams.getNow8()
Get the "Now8" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getNow9()
Get the "Now9" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.SelectNamedGraphRevisionResult.getObj()
Get the "Obj" result value |
long |
ReplicationRdbWrapper.InsertSelectorTempParams.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.SelectCollectionAdditionsResult.getObj()
Get the "Obj" result value |
long |
ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult.getObj()
Get the "Obj" result value |
long |
ReplicationRdbWrapper.SelectTrackerStatementsDeletionsResult.getObj()
Get the "Obj" result value |
long |
ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult.getObj()
Get the "Obj" result value |
long |
StatementRdbWrapper.SelectStatementIdParams.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementRdbWrapper.SelectStatementsByTripleFromHistoryParams.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementRdbWrapper.SelectStatementsByTripleFromHistoryResult.getObj()
Get the "Obj" result value |
long |
StatementRdbWrapper.SelectStatementsByTripleHistoryParams.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementRdbWrapper.SelectStatementsByTripleHistoryResult.getObj()
Get the "Obj" result value |
long |
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult.getObj()
Get the "Obj" result value |
long |
StatementRdbWrapper.SelectStatementResult.getObj()
Get the "Obj" result value |
long |
StatementRdbWrapper.SelectAllStatementsResult.getObj()
Get the "Obj" result value |
long |
StatementRdbWrapper.InsertStatementParams.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.SelectTempQuadsResult.getObj()
Get the "Obj" result value |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_8Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_8Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_8Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_9Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_9Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_9Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_9Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_10Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_10Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_10Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_10Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_11Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_11Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_11Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_11Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_12Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_12Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_12Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_12Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_13Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_13Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_13Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_13Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_14Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_14Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_14Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_14Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_15Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_15Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_15Params.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_15Params.getObj()
Get the "Obj" parameter to use within prepared statement |
java.lang.Long |
InferenceRdbWrapper.InsertInferedObjectParams.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
InsertStatementsRdbWrapper.InsertTempStatementParams.getObj()
Get the "Obj" parameter to use within prepared statement |
long |
InsertStatementsRdbWrapper.SelectInsertStatementsResult.getObj()
Get the "Obj" result value |
java.lang.Long |
InferenceRdbWrapper.InsertInferedObjectParams.getObjinfer()
Get the "Objinfer" parameter to use within prepared statement |
int |
StatementRdbWrapper.SelectStatementsByTripleFromHistoryParams.getObjNull()
Get the "ObjNull" parameter to use within prepared statement |
int |
StatementRdbWrapper.SelectStatementsByTripleHistoryParams.getObjNull()
Get the "ObjNull" parameter to use within prepared statement |
int |
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams.getObjNull()
Get the "ObjNull" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult.getOldAclId()
Get the "OldAclId" result value |
long |
ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams.getOldid()
Get the "Oldid" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult.getOldid()
Get the "Oldid" result value |
long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult.getOldId()
Get the "OldId" result value |
long |
ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams.getOldnamedgraphid()
Get the "Oldnamedgraphid" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult.getOldng()
Get the "Oldng" result value |
long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult.getOldRevision()
Get the "OldRevision" result value |
int |
InsertStatementsRdbWrapper.InsertTempStatementParams.getOperation()
Get the "Operation" parameter to use within prepared statement |
int |
InsertStatementsRdbWrapper.SelectInsertStatementsResult.getOperation()
Get the "Operation" result value |
long |
ReplicationRdbWrapper.SelectSubRoleDeltasResult.getParentRoleId()
Get the "ParentRoleId" result value |
long |
RoleRdbWrapper.InsertSubRoleOfParams.getParentRoleId()
Get the "ParentRoleId" parameter to use within prepared statement |
long |
RoleRdbWrapper.DeleteSubRoleOfParams.getParentRoleId()
Get the "ParentRoleId" parameter to use within prepared statement |
java.lang.String |
UserRdbWrapper.SelectUserResult.getPasswordHash()
Get the "PasswordHash" result value |
java.lang.String |
UserRdbWrapper.GetAuthenticatedUserParams.getPasswordHash()
Get the "PasswordHash" parameter to use within prepared statement |
java.lang.String |
UserRdbWrapper.InsertUserParams.getPasswordHash()
Get the "PasswordHash" parameter to use within prepared statement |
java.lang.String |
UserRdbWrapper.UpdateUserParams.getPasswordHash()
Get the "PasswordHash" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult.getPred()
Get the "Pred" result value |
long |
NamedGraphRdbWrapper.SelectNamedGraphRevisionResult.getProp()
Get the "Prop" result value |
long |
ReplicationRdbWrapper.InsertSelectorTempParams.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.SelectCollectionAdditionsResult.getProp()
Get the "Prop" result value |
long |
ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult.getProp()
Get the "Prop" result value |
long |
ReplicationRdbWrapper.SelectTrackerStatementsDeletionsResult.getProp()
Get the "Prop" result value |
long |
ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementRdbWrapper.SelectStatementIdParams.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementRdbWrapper.SelectStatementsByTripleFromHistoryParams.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementRdbWrapper.SelectStatementsByTripleFromHistoryResult.getProp()
Get the "Prop" result value |
long |
StatementRdbWrapper.SelectStatementsByTripleHistoryParams.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementRdbWrapper.SelectStatementsByTripleHistoryResult.getProp()
Get the "Prop" result value |
long |
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult.getProp()
Get the "Prop" result value |
long |
StatementRdbWrapper.SelectStatementResult.getProp()
Get the "Prop" result value |
long |
StatementRdbWrapper.SelectAllStatementsResult.getProp()
Get the "Prop" result value |
long |
StatementRdbWrapper.InsertStatementParams.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.SelectTempQuadsResult.getProp()
Get the "Prop" result value |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_4Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_4Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_4Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_5Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_5Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_5Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_5Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_6Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_6Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_6Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_6Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_7Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_7Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_7Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_7Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_12Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_12Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_12Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_12Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_13Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_13Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_13Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_13Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_14Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_14Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_14Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_14Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_15Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_15Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_15Params.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_15Params.getProp()
Get the "Prop" parameter to use within prepared statement |
java.lang.Long |
InferenceRdbWrapper.InsertInferedObjectParams.getProp()
Get the "Prop" parameter to use within prepared statement |
java.lang.Long |
InferenceRdbWrapper.InsertInferedPropertyParams.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
InsertStatementsRdbWrapper.InsertTempStatementParams.getProp()
Get the "Prop" parameter to use within prepared statement |
long |
InsertStatementsRdbWrapper.SelectInsertStatementsResult.getProp()
Get the "Prop" result value |
int |
StatementRdbWrapper.SelectStatementsByTripleFromHistoryParams.getPropNull()
Get the "PropNull" parameter to use within prepared statement |
int |
StatementRdbWrapper.SelectStatementsByTripleHistoryParams.getPropNull()
Get the "PropNull" parameter to use within prepared statement |
int |
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams.getPropNull()
Get the "PropNull" parameter to use within prepared statement |
int |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult.getRead()
Get the "Read" result value |
int |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult.getRead()
Get the "Read" result value |
int |
ReplicationRdbWrapper.SelectAciMaskDeltasResult.getRead()
Get the "Read" result value |
int |
AclRdbWrapper.SelectUserHasAccessResult.getRead()
Get the "Read" result value |
int |
AciRdbWrapper.SelectAccessControlResult.getRead()
Get the "Read" result value |
int |
AciRdbWrapper.UpdateAccessControlParams.getRead()
Get the "Read" parameter to use within prepared statement |
int |
AciRdbWrapper.InsertAccessControlParams.getRead()
Get the "Read" parameter to use within prepared statement |
int |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult.getRemove()
Get the "Remove" result value |
int |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult.getRemove()
Get the "Remove" result value |
int |
ReplicationRdbWrapper.SelectAciMaskDeltasResult.getRemove()
Get the "Remove" result value |
int |
AclRdbWrapper.SelectUserHasAccessResult.getRemove()
Get the "Remove" result value |
int |
AciRdbWrapper.SelectAccessControlResult.getRemove()
Get the "Remove" result value |
int |
AciRdbWrapper.UpdateAccessControlParams.getRemove()
Get the "Remove" parameter to use within prepared statement |
int |
AciRdbWrapper.InsertAccessControlParams.getRemove()
Get the "Remove" parameter to use within prepared statement |
int |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult.getRemoveNamedGraph()
Get the "RemoveNamedGraph" result value |
int |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult.getRemoveNamedGraph()
Get the "RemoveNamedGraph" result value |
int |
ReplicationRdbWrapper.SelectAciMaskDeltasResult.getRemoveNamedGraph()
Get the "RemoveNamedGraph" result value |
int |
AclRdbWrapper.SelectUserHasAccessResult.getRemoveNamedGraph()
Get the "RemoveNamedGraph" result value |
int |
AciRdbWrapper.SelectAccessControlResult.getRemoveNamedGraph()
Get the "RemoveNamedGraph" result value |
int |
AciRdbWrapper.UpdateAccessControlParams.getRemoveNamedGraph()
Get the "RemoveNamedGraph" parameter to use within prepared statement |
int |
AciRdbWrapper.InsertAccessControlParams.getRemoveNamedGraph()
Get the "RemoveNamedGraph" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.SelectNamedGraphResult.getRevision()
Get the "Revision" result value |
long |
NamedGraphRdbWrapper.InsertNamedGraphParams.getRevision()
Get the "Revision" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.GetNamedGraphAtRevisionParams.getRevision()
Get the "Revision" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.SelectCollectionAdditionsResult.getRevision()
Get the "Revision" result value |
long |
ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult.getRevision()
Get the "Revision" result value |
static java.lang.Long |
AclRdbWrapper.getRoleAci(PreparedStatementCache sqlCache,
AclRdbWrapper.GetRoleAciParams params)
Runs the getRoleAci prepared statement. |
static java.lang.Long |
AclRdbWrapper.getRoleAci(PreparedStatementCache sqlCache,
long aclId,
long roleId)
Runs the getRoleAci prepared statement. |
long |
UsersRolesRdbWrapper.SelectUserInRoleParams.getRoleid()
Get the "Roleid" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult.getRoleId()
Get the "RoleId" result value |
long |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult.getRoleId()
Get the "RoleId" result value |
long |
ReplicationRdbWrapper.SelectUserRoleDeltasResult.getRoleId()
Get the "RoleId" result value |
long |
ReplicationRdbWrapper.SelectRoleDeltasResult.getRoleId()
Get the "RoleId" result value |
long |
ReplicationRdbWrapper.SelectSubRoleDeltasResult.getRoleId()
Get the "RoleId" result value |
long |
ReplicationRdbWrapper.SelectAciMaskDeltasResult.getRoleId()
Get the "RoleId" result value |
long |
RoleRdbWrapper.InsertSubRoleOfParams.getRoleId()
Get the "RoleId" parameter to use within prepared statement |
long |
RoleRdbWrapper.DeleteSubRoleOfParams.getRoleId()
Get the "RoleId" parameter to use within prepared statement |
long |
AclRdbWrapper.GetRoleAciParams.getRoleId()
Get the "RoleId" parameter to use within prepared statement |
long |
UsersRolesRdbWrapper.InsertUsersRolesParams.getRoleId()
Get the "RoleId" parameter to use within prepared statement |
long |
UsersRolesRdbWrapper.DeleteUserFromRoleParams.getRoleId()
Get the "RoleId" parameter to use within prepared statement |
long |
AciRdbWrapper.SelectAccessControlResult.getRoleId()
Get the "RoleId" result value |
long |
AciRdbWrapper.UpdateAccessControlParams.getRoleId()
Get the "RoleId" parameter to use within prepared statement |
long |
AciRdbWrapper.InsertAccessControlParams.getRoleId()
Get the "RoleId" parameter to use within prepared statement |
static java.lang.Long |
ServerRdbWrapper.getServerId(PreparedStatementCache sqlCache)
Runs the getServerId prepared statement. |
java.lang.Long |
NamedGraphRdbWrapper.LookupNamedGraphRevisionParams.getStart1()
Get the "Start1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertNamedGraphModsParams.getStart1()
Get the "Start1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertDeltaStmtIdsParams.getStart1()
Get the "Start1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertDeltaGraphIdsParams.getStart1()
Get the "Start1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_0Params.getStart1()
Get the "Start1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_1Params.getStart1()
Get the "Start1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_2Params.getStart1()
Get the "Start1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_3Params.getStart1()
Get the "Start1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_4Params.getStart1()
Get the "Start1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_5Params.getStart1()
Get the "Start1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_6Params.getStart1()
Get the "Start1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_7Params.getStart1()
Get the "Start1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_8Params.getStart1()
Get the "Start1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_9Params.getStart1()
Get the "Start1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_10Params.getStart1()
Get the "Start1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_11Params.getStart1()
Get the "Start1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_12Params.getStart1()
Get the "Start1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_13Params.getStart1()
Get the "Start1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_14Params.getStart1()
Get the "Start1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_15Params.getStart1()
Get the "Start1" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.LookupNamedGraphRevisionParams.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertDeltaStmtIdsParams.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertDeltaGraphIdsParams.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_0Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_0Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_1Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_1Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_2Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_2Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_3Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_3Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_4Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_4Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_5Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_5Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_6Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_6Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_7Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_7Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_8Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_8Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_9Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_9Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_10Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_10Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_11Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_11Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_12Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_12Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_13Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_13Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_14Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_14Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsNew_15Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertStmtIdsOld_15Params.getStart2()
Get the "Start2" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.LookupNamedGraphRevisionParams.getStart3()
Get the "Start3" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertDeltaStmtIdsParams.getStart3()
Get the "Start3" parameter to use within prepared statement |
java.lang.Long |
NamedGraphRdbWrapper.LookupNamedGraphRevisionParams.getStart4()
Get the "Start4" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertDeltaStmtIdsParams.getStartId()
Get the "StartId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_0Params.getStartId()
Get the "StartId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_1Params.getStartId()
Get the "StartId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_2Params.getStartId()
Get the "StartId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_3Params.getStartId()
Get the "StartId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_4Params.getStartId()
Get the "StartId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_5Params.getStartId()
Get the "StartId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_6Params.getStartId()
Get the "StartId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_7Params.getStartId()
Get the "StartId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_8Params.getStartId()
Get the "StartId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_9Params.getStartId()
Get the "StartId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_10Params.getStartId()
Get the "StartId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_11Params.getStartId()
Get the "StartId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_12Params.getStartId()
Get the "StartId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_13Params.getStartId()
Get the "StartId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_14Params.getStartId()
Get the "StartId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_15Params.getStartId()
Get the "StartId" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertDeltaStmtIdsParams.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_0Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_0Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_1Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_1Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_2Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_2Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_3Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_3Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_4Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_4Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_5Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_5Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_6Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_6Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_7Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_7Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_8Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_8Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_9Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_9Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_10Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_10Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_11Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_11Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_12Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_12Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_13Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_13Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_14Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_14Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsNew_15Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.InsertStmtIdsOld_15Params.getStartId2()
Get the "StartId2" parameter to use within prepared statement |
static ClosableIterator<java.lang.String> |
NamedGraphRdbWrapper.getStoredNamedGraphs(PreparedStatementCache sqlCache,
long userId,
java.lang.String tableNamePrefix)
Runs the getStoredNamedGraphs prepared statement with the default transformer. |
static ClosableIterator<java.lang.String> |
NamedGraphRdbWrapper.getStoredNamedGraphs(PreparedStatementCache sqlCache,
long userId,
java.lang.String tableNamePrefix,
Transformer<java.lang.String> transform)
Runs the getStoredNamedGraphs prepared statement. |
static ClosableIterator<java.lang.String> |
NamedGraphRdbWrapper.getStoredNamedGraphsNoWith(PreparedStatementCache sqlCache,
java.lang.Long now,
java.lang.Long now2,
java.lang.Long now3,
java.lang.Long now4,
java.lang.Long now5,
java.lang.Long now6,
long userId,
java.lang.String tableNamePrefix)
Runs the getStoredNamedGraphsNoWith prepared statement with the default transformer. |
static ClosableIterator<java.lang.String> |
NamedGraphRdbWrapper.getStoredNamedGraphsNoWith(PreparedStatementCache sqlCache,
java.lang.Long now,
java.lang.Long now2,
java.lang.Long now3,
java.lang.Long now4,
java.lang.Long now5,
java.lang.Long now6,
long userId,
java.lang.String tableNamePrefix,
Transformer<java.lang.String> transform)
Runs the getStoredNamedGraphsNoWith prepared statement. |
static ClosableIterator<java.lang.String> |
NamedGraphRdbWrapper.getStoredNamedGraphsNoWith(PreparedStatementCache sqlCache,
NamedGraphRdbWrapper.GetStoredNamedGraphsNoWithParams params,
java.lang.String tableNamePrefix)
Runs the getStoredNamedGraphsNoWith prepared statement. |
long |
NamedGraphRdbWrapper.SelectNamedGraphRevisionResult.getSubj()
Get the "Subj" result value |
long |
ReplicationRdbWrapper.InsertSelectorTempParams.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.SelectCollectionAdditionsResult.getSubj()
Get the "Subj" result value |
long |
ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult.getSubj()
Get the "Subj" result value |
long |
ReplicationRdbWrapper.SelectTrackerStatementsDeletionsResult.getSubj()
Get the "Subj" result value |
long |
ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult.getSubj()
Get the "Subj" result value |
long |
StatementRdbWrapper.SelectStatementIdParams.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementRdbWrapper.SelectStatementsByTripleFromHistoryParams.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementRdbWrapper.SelectStatementsByTripleFromHistoryResult.getSubj()
Get the "Subj" result value |
long |
StatementRdbWrapper.SelectStatementsByTripleHistoryParams.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementRdbWrapper.SelectStatementsByTripleHistoryResult.getSubj()
Get the "Subj" result value |
long |
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult.getSubj()
Get the "Subj" result value |
long |
StatementRdbWrapper.SelectStatementResult.getSubj()
Get the "Subj" result value |
long |
StatementRdbWrapper.SelectAllStatementsResult.getSubj()
Get the "Subj" result value |
long |
StatementRdbWrapper.InsertStatementParams.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.SelectTempQuadsResult.getSubj()
Get the "Subj" result value |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_2Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_2Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_2Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_3Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_3Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_3Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_3Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_6Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_6Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_6Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_6Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_7Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_7Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_7Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_7Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_10Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_10Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_10Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_10Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_11Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_11Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_11Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_11Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_14Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_14Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_14Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_14Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_15Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_15Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_15Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_15Params.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
InsertStatementsRdbWrapper.InsertTempStatementParams.getSubj()
Get the "Subj" parameter to use within prepared statement |
long |
InsertStatementsRdbWrapper.SelectInsertStatementsResult.getSubj()
Get the "Subj" result value |
int |
StatementRdbWrapper.SelectStatementsByTripleFromHistoryParams.getSubjNull()
Get the "SubjNull" parameter to use within prepared statement |
int |
StatementRdbWrapper.SelectStatementsByTripleHistoryParams.getSubjNull()
Get the "SubjNull" parameter to use within prepared statement |
int |
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams.getSubjNull()
Get the "SubjNull" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams.getSystemGraphId()
Get the "SystemGraphId" parameter to use within prepared statement |
static java.lang.Long |
InsertStatementsRdbWrapper.getTempTablespaceDefined(PreparedStatementCache sqlCache)
Runs the getTempTablespaceDefined prepared statement. |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsParams.getThen1()
Get the "Then1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsParams.getThen1()
Get the "Then1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertTrackerStatementsDeltasParams.getThen1()
Get the "Then1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getThen1()
Get the "Then1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectUserDeltasParams.getThen1()
Get the "Then1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectUserRoleDeltasParams.getThen1()
Get the "Then1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectRoleDeltasParams.getThen1()
Get the "Then1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectSubRoleDeltasParams.getThen1()
Get the "Then1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectAciMaskDeltasParams.getThen1()
Get the "Then1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasParams.getThen1()
Get the "Then1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getThen10()
Get the "Then10" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getThen11()
Get the "Then11" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getThen12()
Get the "Then12" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertTrackerStatementsDeltasParams.getThen2()
Get the "Then2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getThen2()
Get the "Then2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectUserDeltasParams.getThen2()
Get the "Then2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectUserRoleDeltasParams.getThen2()
Get the "Then2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectRoleDeltasParams.getThen2()
Get the "Then2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectSubRoleDeltasParams.getThen2()
Get the "Then2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectAciMaskDeltasParams.getThen2()
Get the "Then2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasParams.getThen2()
Get the "Then2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertTrackerStatementsDeltasParams.getThen3()
Get the "Then3" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getThen3()
Get the "Then3" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectAciMaskDeltasParams.getThen3()
Get the "Then3" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasParams.getThen3()
Get the "Then3" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertTrackerStatementsDeltasParams.getThen4()
Get the "Then4" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getThen4()
Get the "Then4" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectAciMaskDeltasParams.getThen4()
Get the "Then4" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasParams.getThen4()
Get the "Then4" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertTrackerStatementsDeltasParams.getThen5()
Get the "Then5" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getThen5()
Get the "Then5" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasParams.getThen5()
Get the "Then5" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertTrackerStatementsDeltasParams.getThen6()
Get the "Then6" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getThen6()
Get the "Then6" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasParams.getThen6()
Get the "Then6" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getThen7()
Get the "Then7" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getThen8()
Get the "Then8" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getThen9()
Get the "Then9" parameter to use within prepared statement |
static java.lang.Long |
NamedGraphRdbWrapper.getTotalNumberOfStoredNamedGraphs(PreparedStatementCache sqlCache)
Runs the getTotalNumberOfStoredNamedGraphs prepared statement. |
static java.lang.Long |
NamedGraphRdbWrapper.getTotalNumberOfStoredNamedGraphsNoWith(PreparedStatementCache sqlCache,
java.lang.Long now,
java.lang.Long now2)
Runs the getTotalNumberOfStoredNamedGraphsNoWith prepared statement. |
static java.lang.Long |
NamedGraphRdbWrapper.getTotalNumberOfStoredNamedGraphsNoWith(PreparedStatementCache sqlCache,
NamedGraphRdbWrapper.GetTotalNumberOfStoredNamedGraphsNoWithParams params)
Runs the getTotalNumberOfStoredNamedGraphsNoWith prepared statement. |
static java.lang.Long |
StatementRdbWrapper.getTotalNumberOfStoredTriples(PreparedStatementCache sqlCache)
Runs the getTotalNumberOfStoredTriples prepared statement. |
static java.lang.Long |
StatementRdbWrapper.getTotalNumberOfStoredTriplesNoWith(PreparedStatementCache sqlCache,
java.lang.Long now,
java.lang.Long now2)
Runs the getTotalNumberOfStoredTriplesNoWith prepared statement. |
static java.lang.Long |
StatementRdbWrapper.getTotalNumberOfStoredTriplesNoWith(PreparedStatementCache sqlCache,
StatementRdbWrapper.GetTotalNumberOfStoredTriplesNoWithParams params)
Runs the getTotalNumberOfStoredTriplesNoWith prepared statement. |
long |
ReplicationRdbWrapper.InsertSelectorTempParams.getTracker()
Get the "Tracker" parameter to use within prepared statement |
static java.lang.Long |
LastTransactionTime.getTransactionId(PreparedStatementCache sqlCache,
java.lang.Long transactiontime)
Runs the getTransactionId prepared statement. |
long |
ReplicationRdbWrapper.InsertSelectorTempParams.getType()
Get the "Type" parameter to use within prepared statement |
long |
ReplicationRdbWrapper.SelectSTRowsResult.getType()
Get the "Type" result value |
java.lang.String |
NamedGraphRdbWrapper.SelectNamedGraphUrisResult.getUri()
Get the "Uri" result value |
java.lang.String |
NamedGraphRdbWrapper.SelectMetaGraphUrisResult.getUri()
Get the "Uri" result value |
java.lang.String |
ReplicationRdbWrapper.SelectUniqueUrisResult.getUri()
Get the "Uri" result value |
java.lang.String |
LastTransactionTime.PrefetchPredicateUrisResult.getUri()
Get the "Uri" result value |
long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdHistoryParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.GetMetadatasGraphIdHistoryParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryNewParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdHistoryNewParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.GetStoredNamedGraphsNoWithParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
NamedGraphRdbWrapper.LookupNamedGraphRevisionParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
java.lang.String |
ReplicationRdbWrapper.SelectUserDeltasResult.getUserId()
Get the "UserId" result value |
long |
ReplicationRdbWrapper.SelectUserRoleDeltasResult.getUserId()
Get the "UserId" result value |
long |
AclRdbWrapper.SelectUserHasAccessParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementRdbWrapper.SelectStatementsByTripleFromHistoryParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementRdbWrapper.SelectStatementsByTripleHistoryParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
UsersRolesRdbWrapper.SelectUserInRoleParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
UsersRolesRdbWrapper.InsertUsersRolesParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
UsersRolesRdbWrapper.DeleteUserFromRoleParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_0Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_1Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_1Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_2Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_2Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_3Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_3Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_4Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_4Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_5Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_5Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_6Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_6Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_7Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_7Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_8Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_8Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_9Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_9Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_10Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_10Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_11Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_11Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_12Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_12Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_13Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_13Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_14Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_14Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleHistory_15Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_15Params.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
GlitterRdbWrapper.InsertValidDatasetGraphsParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
GlitterRdbWrapper.InsertValidDatasetMetadataGraphsParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
GlitterRdbWrapper.InsertAllValidDatasetGraphsParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
GlitterRdbWrapper.InsertAllValidDatasetMetadataGraphsParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
GlitterRdbWrapper.SelectUnreadableGraphsParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
long |
GlitterRdbWrapper.SelectUnreadableMetadataGraphsParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
java.lang.String |
UserRdbWrapper.SelectUserResult.getUserId()
Get the "UserId" result value |
java.lang.String |
UserRdbWrapper.GetAuthenticatedUserParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
java.lang.String |
UserRdbWrapper.InsertUserParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
java.lang.String |
UserRdbWrapper.UpdateUserParams.getUserId()
Get the "UserId" parameter to use within prepared statement |
static java.lang.Long |
UserRdbWrapper.getUserId(PreparedStatementCache sqlCache,
java.lang.String userId)
Runs the getUserId prepared statement. |
java.lang.Long |
ReplicationRdbWrapper.InsertTrackerStatementsDeltasParams.getUserId1()
Get the "UserId1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getUserId1()
Get the "UserId1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams.getUserId1()
Get the "UserId1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasParams.getUserId1()
Get the "UserId1" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.InsertTrackerStatementsDeltasParams.getUserId2()
Get the "UserId2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getUserId2()
Get the "UserId2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasParams.getUserId2()
Get the "UserId2" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getUserId3()
Get the "UserId3" parameter to use within prepared statement |
java.lang.Long |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams.getUserId4()
Get the "UserId4" parameter to use within prepared statement |
java.lang.String |
StatementFindRdbWrapper.SelectTempQuadIdNodesResult.getValue()
Get the "Value" result value |
static void |
AciRdbWrapper.insertAccessControl(PreparedStatementCache sqlCache,
AciRdbWrapper.InsertAccessControlParams params)
Runs the insertAccessControl prepared statement. |
static void |
AciRdbWrapper.insertAccessControl(PreparedStatementCache sqlCache,
long id,
int read,
int add,
int remove,
int insertNamedGraph,
int removeNamedGraph,
int changeNamedGraphAcl,
long roleId,
long aclId,
java.lang.Long hstart)
Runs the insertAccessControl prepared statement. |
static int |
ReplicationRdbWrapper.insertAffectedNamedGraphIds(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix,
java.lang.String resultsTmp1,
java.lang.String resultsTmp2)
Runs the insertAffectedNamedGraphIds prepared statement. |
static int |
GlitterRdbWrapper.insertAllMetadataGraphs(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix)
Runs the insertAllMetadataGraphs prepared statement. |
static int |
GlitterRdbWrapper.insertAllNamedGraphs(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix)
Runs the insertAllNamedGraphs prepared statement. |
static int |
GlitterRdbWrapper.insertAllValidDatasetGraphs(PreparedStatementCache sqlCache,
GlitterRdbWrapper.InsertAllValidDatasetGraphsParams params,
java.lang.String tableName,
java.lang.String sessionPrefix)
Runs the insertAllValidDatasetGraphs prepared statement. |
static int |
GlitterRdbWrapper.insertAllValidDatasetGraphs(PreparedStatementCache sqlCache,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
long userId,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.String tableName,
java.lang.String sessionPrefix)
Runs the insertAllValidDatasetGraphs prepared statement. |
static int |
GlitterRdbWrapper.insertAllValidDatasetGraphsLive(PreparedStatementCache sqlCache,
long userId,
java.lang.String tableName,
java.lang.String sessionPrefix)
Runs the insertAllValidDatasetGraphsLive prepared statement. |
static int |
GlitterRdbWrapper.insertAllValidDatasetMetadataGraphs(PreparedStatementCache sqlCache,
GlitterRdbWrapper.InsertAllValidDatasetMetadataGraphsParams params,
java.lang.String tableName,
java.lang.String sessionPrefix)
Runs the insertAllValidDatasetMetadataGraphs prepared statement. |
static int |
GlitterRdbWrapper.insertAllValidDatasetMetadataGraphs(PreparedStatementCache sqlCache,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
long userId,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.String tableName,
java.lang.String sessionPrefix)
Runs the insertAllValidDatasetMetadataGraphs prepared statement. |
static int |
GlitterRdbWrapper.insertAllValidDatasetMetadataGraphsLive(PreparedStatementCache sqlCache,
long userId,
java.lang.String tableName,
java.lang.String sessionPrefix)
Runs the insertAllValidDatasetMetadataGraphsLive prepared statement. |
static void |
InsertStatementsRdbWrapper.insertBatchRequestId(PreparedStatementCache sqlCache,
long id,
java.lang.String sessionPrefix)
Runs the insertBatchRequestId prepared statement. |
static int |
ReplicationRdbWrapper.insertDeltaGraphIds(PreparedStatementCache sqlCache,
java.lang.Long start1,
java.lang.Long end1,
java.lang.Long start2,
java.lang.Long end2,
java.lang.String sessionPrefix)
Runs the insertDeltaGraphIds prepared statement. |
static int |
ReplicationRdbWrapper.insertDeltaGraphIds(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertDeltaGraphIdsParams params,
java.lang.String sessionPrefix)
Runs the insertDeltaGraphIds prepared statement. |
static int |
ReplicationRdbWrapper.insertDeltaStmtIds(PreparedStatementCache sqlCache,
java.lang.Long start1,
java.lang.Long end1,
java.lang.Long start2,
java.lang.Long end2,
long startId,
long endId,
java.lang.Long start3,
java.lang.Long end3,
long startId2,
long endId2)
Runs the insertDeltaStmtIds prepared statement. |
static int |
ReplicationRdbWrapper.insertDeltaStmtIds(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertDeltaStmtIdsParams params)
Runs the insertDeltaStmtIds prepared statement. |
static void |
LastTransactionTime.insertFirstTransactionTime(PreparedStatementCache sqlCache,
LastTransactionTime.InsertFirstTransactionTimeParams params)
Runs the insertFirstTransactionTime prepared statement. |
static void |
LastTransactionTime.insertFirstTransactionTime(PreparedStatementCache sqlCache,
java.lang.Long commited,
long id)
Runs the insertFirstTransactionTime prepared statement. |
static int |
InferenceRdbWrapper.insertInferedObject(PreparedStatementCache sqlCache,
InferenceRdbWrapper.InsertInferedObjectParams params,
java.lang.String tableNamePrefix)
Runs the insertInferedObject prepared statement. |
static int |
InferenceRdbWrapper.insertInferedObject(PreparedStatementCache sqlCache,
java.lang.Long prop,
java.lang.Long obj,
java.lang.Long objinfer,
java.lang.String tableNamePrefix)
Runs the insertInferedObject prepared statement. |
static int |
InferenceRdbWrapper.insertInferedProperty(PreparedStatementCache sqlCache,
InferenceRdbWrapper.InsertInferedPropertyParams params,
java.lang.String tableNamePrefix)
Runs the insertInferedProperty prepared statement. |
static int |
InferenceRdbWrapper.insertInferedProperty(PreparedStatementCache sqlCache,
java.lang.Long prop,
java.lang.Long inferredProp,
java.lang.String tableNamePrefix)
Runs the insertInferedProperty prepared statement. |
static void |
LastTransactionTime.insertLastTransactionTime(PreparedStatementCache sqlCache,
LastTransactionTime.InsertLastTransactionTimeParams params)
Runs the insertLastTransactionTime prepared statement. |
static void |
LastTransactionTime.insertLastTransactionTime(PreparedStatementCache sqlCache,
java.lang.Long commited,
long id)
Runs the insertLastTransactionTime prepared statement. |
static void |
NamedGraphRdbWrapper.insertNamedGraph(PreparedStatementCache sqlCache,
java.lang.Long modified,
long namedgraphid,
long metaId,
long aclid,
long createdBy,
long revision,
long lastModifiedBy)
Runs the insertNamedGraph prepared statement. |
static void |
NamedGraphRdbWrapper.insertNamedGraph(PreparedStatementCache sqlCache,
NamedGraphRdbWrapper.InsertNamedGraphParams params)
Runs the insertNamedGraph prepared statement. |
static int |
ReplicationRdbWrapper.insertNamedGraphMods(PreparedStatementCache sqlCache,
java.lang.Long start1,
java.lang.Long end1,
java.lang.String sessionPrefix)
Runs the insertNamedGraphMods prepared statement. |
static int |
ReplicationRdbWrapper.insertNamedGraphMods(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertNamedGraphModsParams params,
java.lang.String sessionPrefix)
Runs the insertNamedGraphMods prepared statement. |
static void |
RoleRdbWrapper.insertRole(PreparedStatementCache sqlCache,
long id,
java.lang.Long modified)
Runs the insertRole prepared statement. |
static void |
RoleRdbWrapper.insertRole(PreparedStatementCache sqlCache,
RoleRdbWrapper.InsertRoleParams params)
Runs the insertRole prepared statement. |
static int |
ReplicationRdbWrapper.insertSelectorTemp(PreparedStatementCache sqlCache,
long namedGraphId,
long subj,
long prop,
long obj,
long tracker,
long type,
java.lang.String sessionPrefix)
Runs the insertSelectorTemp prepared statement. |
static int |
ReplicationRdbWrapper.insertSelectorTemp(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertSelectorTempParams params,
java.lang.String sessionPrefix)
Runs the insertSelectorTemp prepared statement. |
static void |
StatementRdbWrapper.insertStatement(PreparedStatementCache sqlCache,
long namedGraphId,
long subj,
long prop,
long obj,
java.lang.Long hstart)
Runs the insertStatement prepared statement. |
static void |
StatementRdbWrapper.insertStatement(PreparedStatementCache sqlCache,
StatementRdbWrapper.InsertStatementParams params)
Runs the insertStatement prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_0(PreparedStatementCache sqlCache,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_0 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_1(PreparedStatementCache sqlCache,
long namedGraph,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_1 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_1(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_1Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_1 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_10(PreparedStatementCache sqlCache,
long subj,
long obj,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_10 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_10(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_10Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_10 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_11(PreparedStatementCache sqlCache,
long namedGraph,
long subj,
long obj,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_11 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_11(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_11Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_11 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_12(PreparedStatementCache sqlCache,
long prop,
long obj,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_12 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_12(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_12Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_12 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_13(PreparedStatementCache sqlCache,
long namedGraph,
long prop,
long obj,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_13 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_13(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_13Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_13 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_14(PreparedStatementCache sqlCache,
long subj,
long prop,
long obj,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_14 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_14(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_14Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_14 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_15(PreparedStatementCache sqlCache,
long namedGraph,
long subj,
long prop,
long obj,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_15 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_15(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_15Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_15 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_2(PreparedStatementCache sqlCache,
long subj,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_2 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_2(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_2Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_2 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_3(PreparedStatementCache sqlCache,
long namedGraph,
long subj,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_3 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_3(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_3Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_3 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_4(PreparedStatementCache sqlCache,
long prop,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_4 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_4(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_4Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_4 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_5(PreparedStatementCache sqlCache,
long namedGraph,
long prop,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_5 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_5(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_5Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_5 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_6(PreparedStatementCache sqlCache,
long subj,
long prop,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_6 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_6(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_6Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_6 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_7(PreparedStatementCache sqlCache,
long namedGraph,
long subj,
long prop,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_7 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_7(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_7Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_7 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_8(PreparedStatementCache sqlCache,
long obj,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_8 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_8(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_8Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_8 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_9(PreparedStatementCache sqlCache,
long namedGraph,
long obj,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_9 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleFromHistory_9(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_9Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleFromHistory_9 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_0(PreparedStatementCache sqlCache,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.Long lastTransactionTime5,
java.lang.Long lastTransactionTime6,
java.lang.Long lastTransactionTime7,
java.lang.Long lastTransactionTime8,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_0 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_0(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleHistory_0Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_0 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_1(PreparedStatementCache sqlCache,
long namedGraph,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.Long lastTransactionTime5,
java.lang.Long lastTransactionTime6,
java.lang.Long lastTransactionTime7,
java.lang.Long lastTransactionTime8,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_1 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_1(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleHistory_1Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_1 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_10(PreparedStatementCache sqlCache,
long subj,
long obj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.Long lastTransactionTime5,
java.lang.Long lastTransactionTime6,
java.lang.Long lastTransactionTime7,
java.lang.Long lastTransactionTime8,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_10 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_10(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleHistory_10Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_10 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_11(PreparedStatementCache sqlCache,
long namedGraph,
long subj,
long obj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.Long lastTransactionTime5,
java.lang.Long lastTransactionTime6,
java.lang.Long lastTransactionTime7,
java.lang.Long lastTransactionTime8,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_11 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_11(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleHistory_11Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_11 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_12(PreparedStatementCache sqlCache,
long prop,
long obj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.Long lastTransactionTime5,
java.lang.Long lastTransactionTime6,
java.lang.Long lastTransactionTime7,
java.lang.Long lastTransactionTime8,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_12 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_12(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleHistory_12Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_12 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_13(PreparedStatementCache sqlCache,
long namedGraph,
long prop,
long obj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.Long lastTransactionTime5,
java.lang.Long lastTransactionTime6,
java.lang.Long lastTransactionTime7,
java.lang.Long lastTransactionTime8,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_13 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_13(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleHistory_13Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_13 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_14(PreparedStatementCache sqlCache,
long subj,
long prop,
long obj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.Long lastTransactionTime5,
java.lang.Long lastTransactionTime6,
java.lang.Long lastTransactionTime7,
java.lang.Long lastTransactionTime8,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_14 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_14(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleHistory_14Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_14 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_15(PreparedStatementCache sqlCache,
long namedGraph,
long subj,
long prop,
long obj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.Long lastTransactionTime5,
java.lang.Long lastTransactionTime6,
java.lang.Long lastTransactionTime7,
java.lang.Long lastTransactionTime8,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_15 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_15(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleHistory_15Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_15 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_2(PreparedStatementCache sqlCache,
long subj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.Long lastTransactionTime5,
java.lang.Long lastTransactionTime6,
java.lang.Long lastTransactionTime7,
java.lang.Long lastTransactionTime8,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_2 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_2(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleHistory_2Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_2 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_3(PreparedStatementCache sqlCache,
long namedGraph,
long subj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.Long lastTransactionTime5,
java.lang.Long lastTransactionTime6,
java.lang.Long lastTransactionTime7,
java.lang.Long lastTransactionTime8,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_3 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_3(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleHistory_3Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_3 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_4(PreparedStatementCache sqlCache,
long prop,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.Long lastTransactionTime5,
java.lang.Long lastTransactionTime6,
java.lang.Long lastTransactionTime7,
java.lang.Long lastTransactionTime8,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_4 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_4(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleHistory_4Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_4 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_5(PreparedStatementCache sqlCache,
long namedGraph,
long prop,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.Long lastTransactionTime5,
java.lang.Long lastTransactionTime6,
java.lang.Long lastTransactionTime7,
java.lang.Long lastTransactionTime8,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_5 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_5(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleHistory_5Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_5 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_6(PreparedStatementCache sqlCache,
long subj,
long prop,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.Long lastTransactionTime5,
java.lang.Long lastTransactionTime6,
java.lang.Long lastTransactionTime7,
java.lang.Long lastTransactionTime8,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_6 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_6(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleHistory_6Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_6 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_7(PreparedStatementCache sqlCache,
long namedGraph,
long subj,
long prop,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.Long lastTransactionTime5,
java.lang.Long lastTransactionTime6,
java.lang.Long lastTransactionTime7,
java.lang.Long lastTransactionTime8,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_7 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_7(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleHistory_7Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_7 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_8(PreparedStatementCache sqlCache,
long obj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.Long lastTransactionTime5,
java.lang.Long lastTransactionTime6,
java.lang.Long lastTransactionTime7,
java.lang.Long lastTransactionTime8,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_8 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_8(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleHistory_8Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_8 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_9(PreparedStatementCache sqlCache,
long namedGraph,
long obj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.Long lastTransactionTime5,
java.lang.Long lastTransactionTime6,
java.lang.Long lastTransactionTime7,
java.lang.Long lastTransactionTime8,
long userId,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_9 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleHistory_9(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleHistory_9Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleHistory_9 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_0(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_0 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_1(PreparedStatementCache sqlCache,
long namedGraph,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_1 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_10(PreparedStatementCache sqlCache,
long subj,
long obj,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_10 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_10(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_10Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_10 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_11(PreparedStatementCache sqlCache,
long namedGraph,
long subj,
long obj,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_11 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_11(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_11Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_11 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_12(PreparedStatementCache sqlCache,
long prop,
long obj,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_12 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_12(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_12Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_12 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_13(PreparedStatementCache sqlCache,
long namedGraph,
long prop,
long obj,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_13 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_13(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_13Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_13 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_14(PreparedStatementCache sqlCache,
long subj,
long prop,
long obj,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_14 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_14(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_14Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_14 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_15(PreparedStatementCache sqlCache,
long namedGraph,
long subj,
long prop,
long obj,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_15 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_15(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_15Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_15 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_2(PreparedStatementCache sqlCache,
long subj,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_2 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_3(PreparedStatementCache sqlCache,
long namedGraph,
long subj,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_3 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_3(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_3Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_3 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_4(PreparedStatementCache sqlCache,
long prop,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_4 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_5(PreparedStatementCache sqlCache,
long namedGraph,
long prop,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_5 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_5(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_5Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_5 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_6(PreparedStatementCache sqlCache,
long subj,
long prop,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_6 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_6(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_6Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_6 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_7(PreparedStatementCache sqlCache,
long namedGraph,
long subj,
long prop,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_7 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_7(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_7Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_7 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_8(PreparedStatementCache sqlCache,
long obj,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_8 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_9(PreparedStatementCache sqlCache,
long namedGraph,
long obj,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_9 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuth_9(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_9Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuth_9 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_0(PreparedStatementCache sqlCache,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_0 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_0(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_0Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_0 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_1(PreparedStatementCache sqlCache,
long namedGraph,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_1 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_1(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_1Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_1 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_10(PreparedStatementCache sqlCache,
long subj,
long obj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_10 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_10(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_10Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_10 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_11(PreparedStatementCache sqlCache,
long namedGraph,
long subj,
long obj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_11 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_11(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_11Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_11 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_12(PreparedStatementCache sqlCache,
long prop,
long obj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_12 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_12(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_12Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_12 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_13(PreparedStatementCache sqlCache,
long namedGraph,
long prop,
long obj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_13 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_13(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_13Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_13 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_14(PreparedStatementCache sqlCache,
long subj,
long prop,
long obj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_14 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_14(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_14Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_14 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_15(PreparedStatementCache sqlCache,
long namedGraph,
long subj,
long prop,
long obj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_15 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_15(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_15Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_15 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_2(PreparedStatementCache sqlCache,
long subj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_2 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_2(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_2Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_2 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_3(PreparedStatementCache sqlCache,
long namedGraph,
long subj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_3 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_3(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_3Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_3 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_4(PreparedStatementCache sqlCache,
long prop,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_4 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_4(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_4Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_4 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_5(PreparedStatementCache sqlCache,
long namedGraph,
long prop,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_5 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_5(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_5Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_5 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_6(PreparedStatementCache sqlCache,
long subj,
long prop,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_6 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_6(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_6Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_6 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_7(PreparedStatementCache sqlCache,
long namedGraph,
long subj,
long prop,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_7 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_7(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_7Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_7 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_8(PreparedStatementCache sqlCache,
long obj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_8 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_8(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_8Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_8 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_9(PreparedStatementCache sqlCache,
long namedGraph,
long obj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_9 prepared statement. |
static int |
StatementFindRdbWrapper.insertStatementsByTripleNoAuthHistory_9(PreparedStatementCache sqlCache,
StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_9Params params,
java.lang.String sessionPrefix,
java.lang.String statementTable)
Runs the insertStatementsByTripleNoAuthHistory_9 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_0(PreparedStatementCache sqlCache,
java.lang.Long start1,
java.lang.Long end1,
long startId,
long endId,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_0 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_0(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsNew_0Params params,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_0 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_1(PreparedStatementCache sqlCache,
java.lang.Long start1,
java.lang.Long end1,
long startId,
long endId,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_1 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_1(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsNew_1Params params,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_1 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_10(PreparedStatementCache sqlCache,
java.lang.Long start1,
java.lang.Long end1,
long startId,
long endId,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_10 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_10(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsNew_10Params params,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_10 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_11(PreparedStatementCache sqlCache,
java.lang.Long start1,
java.lang.Long end1,
long startId,
long endId,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_11 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_11(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsNew_11Params params,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_11 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_12(PreparedStatementCache sqlCache,
java.lang.Long start1,
java.lang.Long end1,
long startId,
long endId,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_12 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_12(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsNew_12Params params,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_12 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_13(PreparedStatementCache sqlCache,
java.lang.Long start1,
java.lang.Long end1,
long startId,
long endId,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_13 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_13(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsNew_13Params params,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_13 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_14(PreparedStatementCache sqlCache,
java.lang.Long start1,
java.lang.Long end1,
long startId,
long endId,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_14 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_14(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsNew_14Params params,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_14 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_15(PreparedStatementCache sqlCache,
java.lang.Long start1,
java.lang.Long end1,
long startId,
long endId,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_15 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_15(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsNew_15Params params,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_15 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_2(PreparedStatementCache sqlCache,
java.lang.Long start1,
java.lang.Long end1,
long startId,
long endId,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_2 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_2(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsNew_2Params params,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_2 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_3(PreparedStatementCache sqlCache,
java.lang.Long start1,
java.lang.Long end1,
long startId,
long endId,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_3 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_3(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsNew_3Params params,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_3 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_4(PreparedStatementCache sqlCache,
java.lang.Long start1,
java.lang.Long end1,
long startId,
long endId,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_4 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_4(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsNew_4Params params,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_4 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_5(PreparedStatementCache sqlCache,
java.lang.Long start1,
java.lang.Long end1,
long startId,
long endId,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_5 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_5(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsNew_5Params params,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_5 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_6(PreparedStatementCache sqlCache,
java.lang.Long start1,
java.lang.Long end1,
long startId,
long endId,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_6 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_6(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsNew_6Params params,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_6 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_7(PreparedStatementCache sqlCache,
java.lang.Long start1,
java.lang.Long end1,
long startId,
long endId,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_7 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_7(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsNew_7Params params,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_7 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_8(PreparedStatementCache sqlCache,
java.lang.Long start1,
java.lang.Long end1,
long startId,
long endId,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_8 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_8(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsNew_8Params params,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_8 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_9(PreparedStatementCache sqlCache,
java.lang.Long start1,
java.lang.Long end1,
long startId,
long endId,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_9 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsNew_9(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsNew_9Params params,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the insertStmtIdsNew_9 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_0(PreparedStatementCache sqlCache,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_0 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_0(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsOld_0Params params,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_0 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_1(PreparedStatementCache sqlCache,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_1 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_1(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsOld_1Params params,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_1 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_10(PreparedStatementCache sqlCache,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_10 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_10(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsOld_10Params params,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_10 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_11(PreparedStatementCache sqlCache,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_11 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_11(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsOld_11Params params,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_11 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_12(PreparedStatementCache sqlCache,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_12 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_12(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsOld_12Params params,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_12 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_13(PreparedStatementCache sqlCache,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_13 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_13(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsOld_13Params params,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_13 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_14(PreparedStatementCache sqlCache,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_14 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_14(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsOld_14Params params,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_14 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_15(PreparedStatementCache sqlCache,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_15 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_15(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsOld_15Params params,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_15 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_2(PreparedStatementCache sqlCache,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_2 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_2(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsOld_2Params params,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_2 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_3(PreparedStatementCache sqlCache,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_3 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_3(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsOld_3Params params,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_3 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_4(PreparedStatementCache sqlCache,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_4 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_4(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsOld_4Params params,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_4 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_5(PreparedStatementCache sqlCache,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_5 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_5(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsOld_5Params params,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_5 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_6(PreparedStatementCache sqlCache,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_6 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_6(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsOld_6Params params,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_6 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_7(PreparedStatementCache sqlCache,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_7 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_7(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsOld_7Params params,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_7 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_8(PreparedStatementCache sqlCache,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_8 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_8(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsOld_8Params params,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_8 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_9(PreparedStatementCache sqlCache,
java.lang.Long start2,
java.lang.Long end2,
long startId2,
long endId2,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_9 prepared statement. |
static int |
ReplicationRdbWrapper.insertStmtIdsOld_9(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertStmtIdsOld_9Params params,
java.lang.String sessionPrefix)
Runs the insertStmtIdsOld_9 prepared statement. |
static void |
RoleRdbWrapper.insertSubRoleOf(PreparedStatementCache sqlCache,
long roleId,
long parentRoleId,
java.lang.Long modified)
Runs the insertSubRoleOf prepared statement. |
static void |
RoleRdbWrapper.insertSubRoleOf(PreparedStatementCache sqlCache,
RoleRdbWrapper.InsertSubRoleOfParams params)
Runs the insertSubRoleOf prepared statement. |
static int |
GlitterRdbWrapper.insertTempDatasetGraph(PreparedStatementCache sqlCache,
long id,
java.lang.String sessionPrefix)
Runs the insertTempDatasetGraph prepared statement. |
static void |
InsertStatementsRdbWrapper.insertTempStatement(PreparedStatementCache sqlCache,
InsertStatementsRdbWrapper.InsertTempStatementParams params,
java.lang.String sessionPrefix)
Runs the insertTempStatement prepared statement. |
static void |
InsertStatementsRdbWrapper.insertTempStatement(PreparedStatementCache sqlCache,
int operation,
long graphid,
long subj,
long prop,
long obj,
java.lang.Long modified,
java.lang.String sessionPrefix)
Runs the insertTempStatement prepared statement. |
static int |
ReplicationRdbWrapper.insertTrackerStatementsDeltas(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long now2,
java.lang.Long now3,
java.lang.Long now4,
java.lang.Long now5,
java.lang.Long now6,
java.lang.Long userId1,
java.lang.Long then1,
java.lang.Long then2,
java.lang.Long then3,
java.lang.Long then4,
java.lang.Long then5,
java.lang.Long then6,
java.lang.Long userId2,
java.lang.String sessionPrefix,
java.lang.String st1,
java.lang.String st2)
Runs the insertTrackerStatementsDeltas prepared statement. |
static int |
ReplicationRdbWrapper.insertTrackerStatementsDeltas(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertTrackerStatementsDeltasParams params,
java.lang.String sessionPrefix,
java.lang.String st1,
java.lang.String st2)
Runs the insertTrackerStatementsDeltas prepared statement. |
static int |
ReplicationRdbWrapper.insertTrackerStatementsDeltasJoin(PreparedStatementCache sqlCache,
long id,
long namedgraphid,
long subj,
long prop,
long obj,
long oldid,
long oldnamedgraphid,
java.lang.String sessionPrefix)
Runs the insertTrackerStatementsDeltasJoin prepared statement. |
static int |
ReplicationRdbWrapper.insertTrackerStatementsDeltasJoin(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams params,
java.lang.String sessionPrefix)
Runs the insertTrackerStatementsDeltasJoin prepared statement. |
static void |
LastTransactionTime.insertTransactionTimes(PreparedStatementCache sqlCache)
Runs the insertTransactionTimes prepared statement. |
static void |
UserRdbWrapper.insertUser(PreparedStatementCache sqlCache,
long id,
java.lang.String userId,
java.lang.String passwordHash,
long defaultRoleId,
long defaultAclId,
java.lang.Long modified)
Runs the insertUser prepared statement. |
static void |
UserRdbWrapper.insertUser(PreparedStatementCache sqlCache,
UserRdbWrapper.InsertUserParams params)
Runs the insertUser prepared statement. |
static void |
UsersRolesRdbWrapper.insertUsersRoles(PreparedStatementCache sqlCache,
long userId,
long roleId,
int isExplicit,
java.lang.Long modified)
Runs the insertUsersRoles prepared statement. |
static void |
UsersRolesRdbWrapper.insertUsersRoles(PreparedStatementCache sqlCache,
UsersRolesRdbWrapper.InsertUsersRolesParams params)
Runs the insertUsersRoles prepared statement. |
static int |
GlitterRdbWrapper.insertValidDatasetGraphs(PreparedStatementCache sqlCache,
GlitterRdbWrapper.InsertValidDatasetGraphsParams params,
java.lang.String tableName,
java.lang.String sessionPrefix)
Runs the insertValidDatasetGraphs prepared statement. |
static int |
GlitterRdbWrapper.insertValidDatasetGraphs(PreparedStatementCache sqlCache,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
long userId,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.String tableName,
java.lang.String sessionPrefix)
Runs the insertValidDatasetGraphs prepared statement. |
static int |
GlitterRdbWrapper.insertValidDatasetGraphsLive(PreparedStatementCache sqlCache,
long userId,
java.lang.String tableName,
java.lang.String sessionPrefix)
Runs the insertValidDatasetGraphsLive prepared statement. |
static int |
GlitterRdbWrapper.insertValidDatasetMetadataGraphs(PreparedStatementCache sqlCache,
GlitterRdbWrapper.InsertValidDatasetMetadataGraphsParams params,
java.lang.String tableName,
java.lang.String sessionPrefix)
Runs the insertValidDatasetMetadataGraphs prepared statement. |
static int |
GlitterRdbWrapper.insertValidDatasetMetadataGraphs(PreparedStatementCache sqlCache,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
long userId,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.String tableName,
java.lang.String sessionPrefix)
Runs the insertValidDatasetMetadataGraphs prepared statement. |
static int |
GlitterRdbWrapper.insertValidDatasetMetadataGraphsLive(PreparedStatementCache sqlCache,
long userId,
java.lang.String tableName,
java.lang.String sessionPrefix)
Runs the insertValidDatasetMetadataGraphsLive prepared statement. |
static void |
ServerRdbWrapper.lockTable(PreparedStatementCache sqlCache,
java.lang.String tableName,
java.lang.String tableLocksExtra)
Runs the lockTable prepared statement. |
static void |
NamedGraphRdbWrapper.lookupNamedGraphRevision(PreparedStatementCache sqlCache,
long namedGraphId,
long namedGraphId2,
java.lang.Long start1,
java.lang.Long end1,
java.lang.Long start2,
java.lang.Long end2,
java.lang.Long start3,
java.lang.Long end3,
java.lang.Long start4,
java.lang.Long end4,
long userId,
java.lang.String sessionPrefix)
Runs the lookupNamedGraphRevision prepared statement. |
static void |
NamedGraphRdbWrapper.lookupNamedGraphRevision(PreparedStatementCache sqlCache,
NamedGraphRdbWrapper.LookupNamedGraphRevisionParams params,
java.lang.String sessionPrefix)
Runs the lookupNamedGraphRevision prepared statement. |
static ClosableIterator<LastTransactionTime.PrefetchPredicateUrisResult> |
LastTransactionTime.prefetchPredicateUris(PreparedStatementCache sqlCache,
java.lang.String tableNamePrefix)
Runs the prefetchPredicateUris prepared statement with the default transformer. |
static ClosableIterator<LastTransactionTime.PrefetchPredicateUrisResult> |
LastTransactionTime.prefetchPredicateUris(PreparedStatementCache sqlCache,
java.lang.String tableNamePrefix,
Transformer<LastTransactionTime.PrefetchPredicateUrisResult> transform)
Runs the prefetchPredicateUris prepared statement. |
static int |
InsertStatementsRdbWrapper.purgeInsertStatements(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix)
Runs the purgeInsertStatements prepared statement. |
static int |
NamedGraphRdbWrapper.purgeNamedGraphRevisionTmp(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix)
Runs the purgeNamedGraphRevisionTmp prepared statement. |
static int |
InsertStatementsRdbWrapper.purgeRemveStatements(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix)
Runs the purgeRemveStatements prepared statement. |
static java.lang.Integer |
RoleRdbWrapper.roleExists(PreparedStatementCache sqlCache,
long id)
Runs the roleExists prepared statement. |
static AciRdbWrapper.SelectAccessControlResult |
AciRdbWrapper.selectAccessControl(PreparedStatementCache sqlCache,
long id)
Runs the selectAccessControl prepared statement. |
static AciRdbWrapper.SelectAccessControlResult |
AciRdbWrapper.selectAccessControl(PreparedStatementCache sqlCache,
long id,
AciRdbWrapper.SelectAccessControlResult result)
Runs the selectAccessControl prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectAciMaskDeltasResult> |
ReplicationRdbWrapper.selectAciMaskDeltas(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long now2,
java.lang.Long then1,
java.lang.Long then2,
java.lang.Long now3,
java.lang.Long now4,
java.lang.Long then3,
java.lang.Long then4,
java.lang.String sessionPrefix)
Runs the selectAciMaskDeltas prepared statement with the default transformer. |
static ClosableIterator<ReplicationRdbWrapper.SelectAciMaskDeltasResult> |
ReplicationRdbWrapper.selectAciMaskDeltas(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long now2,
java.lang.Long then1,
java.lang.Long then2,
java.lang.Long now3,
java.lang.Long now4,
java.lang.Long then3,
java.lang.Long then4,
java.lang.String sessionPrefix,
Transformer<ReplicationRdbWrapper.SelectAciMaskDeltasResult> transform)
Runs the selectAciMaskDeltas prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectAciMaskDeltasResult> |
ReplicationRdbWrapper.selectAciMaskDeltas(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.SelectAciMaskDeltasParams params,
java.lang.String sessionPrefix)
Runs the selectAciMaskDeltas prepared statement. |
static ClosableIterator<java.lang.Long> |
AclRdbWrapper.selectAclItems(PreparedStatementCache sqlCache,
long aclId)
Runs the selectAclItems prepared statement with the default transformer. |
static ClosableIterator<java.lang.Long> |
AclRdbWrapper.selectAclItems(PreparedStatementCache sqlCache,
long aclId,
Transformer<java.lang.Long> transform)
Runs the selectAclItems prepared statement. |
static ClosableIterator<StatementRdbWrapper.SelectAllStatementsResult> |
StatementRdbWrapper.selectAllStatements(PreparedStatementCache sqlCache,
java.lang.String statementTable)
Runs the selectAllStatements prepared statement with the default transformer. |
static ClosableIterator<StatementRdbWrapper.SelectAllStatementsResult> |
StatementRdbWrapper.selectAllStatements(PreparedStatementCache sqlCache,
java.lang.String statementTable,
Transformer<StatementRdbWrapper.SelectAllStatementsResult> transform)
Runs the selectAllStatements prepared statement. |
static java.lang.Long |
ReplicationRdbWrapper.selectCanReadSystemGraphDelta(PreparedStatementCache sqlCache,
java.lang.Long systemGraphId,
java.lang.Long now1,
java.lang.Long now2,
java.lang.Long now5,
java.lang.Long now6,
java.lang.Long now7,
java.lang.Long now8,
java.lang.Long userId1,
java.lang.String sessionPrefix)
Runs the selectCanReadSystemGraphDelta prepared statement. |
static java.lang.Long |
ReplicationRdbWrapper.selectCanReadSystemGraphDelta(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams params,
java.lang.String sessionPrefix)
Runs the selectCanReadSystemGraphDelta prepared statement. |
static ClosableIterator<java.lang.Long> |
RoleRdbWrapper.selectChildRoles(PreparedStatementCache sqlCache,
long id)
Runs the selectChildRoles prepared statement with the default transformer. |
static ClosableIterator<java.lang.Long> |
RoleRdbWrapper.selectChildRoles(PreparedStatementCache sqlCache,
long id,
Transformer<java.lang.Long> transform)
Runs the selectChildRoles prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectCollectionAdditionsResult> |
ReplicationRdbWrapper.selectCollectionAdditions(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix)
Runs the selectCollectionAdditions prepared statement with the default transformer. |
static ClosableIterator<ReplicationRdbWrapper.SelectCollectionAdditionsResult> |
ReplicationRdbWrapper.selectCollectionAdditions(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix,
Transformer<ReplicationRdbWrapper.SelectCollectionAdditionsResult> transform)
Runs the selectCollectionAdditions prepared statement. |
static java.sql.Timestamp |
LastTransactionTime.selectCurrentTimestamp(PreparedStatementCache sqlCache)
Runs the selectCurrentTimestamp prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult> |
ReplicationRdbWrapper.selectDeltaNamedGraphInfo(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long now2,
java.lang.String sessionPrefix)
Runs the selectDeltaNamedGraphInfo prepared statement with the default transformer. |
static ClosableIterator<ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult> |
ReplicationRdbWrapper.selectDeltaNamedGraphInfo(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long now2,
java.lang.String sessionPrefix,
Transformer<ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult> transform)
Runs the selectDeltaNamedGraphInfo prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult> |
ReplicationRdbWrapper.selectDeltaNamedGraphInfo(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.SelectDeltaNamedGraphInfoParams params,
java.lang.String sessionPrefix)
Runs the selectDeltaNamedGraphInfo prepared statement. |
static ClosableIterator<java.lang.Long> |
UsersRolesRdbWrapper.selectExplicitRolesForUser(PreparedStatementCache sqlCache,
long userId)
Runs the selectExplicitRolesForUser prepared statement with the default transformer. |
static ClosableIterator<java.lang.Long> |
UsersRolesRdbWrapper.selectExplicitRolesForUser(PreparedStatementCache sqlCache,
long userId,
Transformer<java.lang.Long> transform)
Runs the selectExplicitRolesForUser prepared statement. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectGraphs(PreparedStatementCache sqlCache,
java.lang.Long meta,
java.lang.String tableName,
java.lang.String sessionPrefix)
Runs the selectGraphs prepared statement with the default transformer. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectGraphs(PreparedStatementCache sqlCache,
java.lang.Long meta,
java.lang.String tableName,
java.lang.String sessionPrefix,
Transformer<java.lang.Long> transform)
Runs the selectGraphs prepared statement. |
static ClosableIterator<InsertStatementsRdbWrapper.SelectInsertStatementsResult> |
InsertStatementsRdbWrapper.selectInsertStatements(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix)
Runs the selectInsertStatements prepared statement with the default transformer. |
static ClosableIterator<InsertStatementsRdbWrapper.SelectInsertStatementsResult> |
InsertStatementsRdbWrapper.selectInsertStatements(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix,
Transformer<InsertStatementsRdbWrapper.SelectInsertStatementsResult> transform)
Runs the selectInsertStatements prepared statement. |
static java.lang.Long |
StatementRdbWrapper.selectMaxId(PreparedStatementCache sqlCache)
Runs the selectMaxId prepared statement. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectMetadataGraphs(PreparedStatementCache sqlCache,
java.lang.String tableName,
java.lang.String sessionPrefix)
Runs the selectMetadataGraphs prepared statement with the default transformer. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectMetadataGraphs(PreparedStatementCache sqlCache,
java.lang.String tableName,
java.lang.String sessionPrefix,
Transformer<java.lang.Long> transform)
Runs the selectMetadataGraphs prepared statement. |
static ClosableIterator<NamedGraphRdbWrapper.SelectMetaGraphUrisResult> |
NamedGraphRdbWrapper.selectMetaGraphUris(PreparedStatementCache sqlCache,
java.lang.String tableNamePrefix)
Runs the selectMetaGraphUris prepared statement with the default transformer. |
static ClosableIterator<NamedGraphRdbWrapper.SelectMetaGraphUrisResult> |
NamedGraphRdbWrapper.selectMetaGraphUris(PreparedStatementCache sqlCache,
java.lang.String tableNamePrefix,
Transformer<NamedGraphRdbWrapper.SelectMetaGraphUrisResult> transform)
Runs the selectMetaGraphUris prepared statement. |
static NamedGraphRdbWrapper.SelectNamedGraphResult |
NamedGraphRdbWrapper.selectNamedGraph(PreparedStatementCache sqlCache,
long id)
Runs the selectNamedGraph prepared statement. |
static NamedGraphRdbWrapper.SelectNamedGraphResult |
NamedGraphRdbWrapper.selectNamedGraph(PreparedStatementCache sqlCache,
long id,
NamedGraphRdbWrapper.SelectNamedGraphResult result)
Runs the selectNamedGraph prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult> |
ReplicationRdbWrapper.selectNamedGraphMetaInfoAdditions(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long now2,
java.lang.Long then1,
java.lang.Long now3,
java.lang.String sessionPrefix)
Runs the selectNamedGraphMetaInfoAdditions prepared statement with the default transformer. |
static ClosableIterator<ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult> |
ReplicationRdbWrapper.selectNamedGraphMetaInfoAdditions(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long now2,
java.lang.Long then1,
java.lang.Long now3,
java.lang.String sessionPrefix,
Transformer<ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult> transform)
Runs the selectNamedGraphMetaInfoAdditions prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult> |
ReplicationRdbWrapper.selectNamedGraphMetaInfoAdditions(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsParams params,
java.lang.String sessionPrefix)
Runs the selectNamedGraphMetaInfoAdditions prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult> |
ReplicationRdbWrapper.selectNamedGraphMetaInfoDeletions(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long now2,
java.lang.Long then1,
java.lang.Long now3,
java.lang.String sessionPrefix)
Runs the selectNamedGraphMetaInfoDeletions prepared statement with the default transformer. |
static ClosableIterator<ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult> |
ReplicationRdbWrapper.selectNamedGraphMetaInfoDeletions(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long now2,
java.lang.Long then1,
java.lang.Long now3,
java.lang.String sessionPrefix,
Transformer<ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult> transform)
Runs the selectNamedGraphMetaInfoDeletions prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult> |
ReplicationRdbWrapper.selectNamedGraphMetaInfoDeletions(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsParams params,
java.lang.String sessionPrefix)
Runs the selectNamedGraphMetaInfoDeletions prepared statement. |
static ClosableIterator<NamedGraphRdbWrapper.SelectNamedGraphRevisionResult> |
NamedGraphRdbWrapper.selectNamedGraphRevision(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix)
Runs the selectNamedGraphRevision prepared statement with the default transformer. |
static ClosableIterator<NamedGraphRdbWrapper.SelectNamedGraphRevisionResult> |
NamedGraphRdbWrapper.selectNamedGraphRevision(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix,
Transformer<NamedGraphRdbWrapper.SelectNamedGraphRevisionResult> transform)
Runs the selectNamedGraphRevision prepared statement. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectNamedGraphs(PreparedStatementCache sqlCache,
java.lang.String tableName,
java.lang.String sessionPrefix)
Runs the selectNamedGraphs prepared statement with the default transformer. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectNamedGraphs(PreparedStatementCache sqlCache,
java.lang.String tableName,
java.lang.String sessionPrefix,
Transformer<java.lang.Long> transform)
Runs the selectNamedGraphs prepared statement. |
static java.lang.Long |
NamedGraphRdbWrapper.selectNamedGraphSizeHistory(PreparedStatementCache sqlCache,
long id)
Runs the selectNamedGraphSizeHistory prepared statement. |
static java.lang.Long |
NamedGraphRdbWrapper.selectNamedGraphSizeHistoryNoWith(PreparedStatementCache sqlCache,
long id,
java.lang.Long now1,
java.lang.Long now2)
Runs the selectNamedGraphSizeHistoryNoWith prepared statement. |
static java.lang.Long |
NamedGraphRdbWrapper.selectNamedGraphSizeHistoryNoWith(PreparedStatementCache sqlCache,
NamedGraphRdbWrapper.SelectNamedGraphSizeHistoryNoWithParams params)
Runs the selectNamedGraphSizeHistoryNoWith prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult> |
ReplicationRdbWrapper.selectNamedGraphsStatementsDeltas(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long now2,
java.lang.Long now3,
java.lang.Long now4,
java.lang.Long now5,
java.lang.Long now6,
java.lang.Long userId1,
java.lang.Long then1,
java.lang.Long then2,
java.lang.Long then3,
java.lang.Long then4,
java.lang.Long then5,
java.lang.Long then6,
java.lang.Long userId2,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the selectNamedGraphsStatementsDeltas prepared statement with the default transformer. |
static ClosableIterator<ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult> |
ReplicationRdbWrapper.selectNamedGraphsStatementsDeltas(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long now2,
java.lang.Long now3,
java.lang.Long now4,
java.lang.Long now5,
java.lang.Long now6,
java.lang.Long userId1,
java.lang.Long then1,
java.lang.Long then2,
java.lang.Long then3,
java.lang.Long then4,
java.lang.Long then5,
java.lang.Long then6,
java.lang.Long userId2,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2,
Transformer<ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult> transform)
Runs the selectNamedGraphsStatementsDeltas prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult> |
ReplicationRdbWrapper.selectNamedGraphsStatementsDeltas(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasParams params,
java.lang.String sessionPrefix,
java.lang.String replicatesTmp1,
java.lang.String replicatesTmp2)
Runs the selectNamedGraphsStatementsDeltas prepared statement. |
static ClosableIterator<java.lang.Long> |
AclRdbWrapper.selectNamedGraphsUseAcl(PreparedStatementCache sqlCache,
long aclId)
Runs the selectNamedGraphsUseAcl prepared statement with the default transformer. |
static ClosableIterator<java.lang.Long> |
AclRdbWrapper.selectNamedGraphsUseAcl(PreparedStatementCache sqlCache,
long aclId,
Transformer<java.lang.Long> transform)
Runs the selectNamedGraphsUseAcl prepared statement. |
static ClosableIterator<java.lang.Long> |
NamedGraphRdbWrapper.selectNamedGraphUriIds(PreparedStatementCache sqlCache)
Runs the selectNamedGraphUriIds prepared statement with the default transformer. |
static ClosableIterator<java.lang.Long> |
NamedGraphRdbWrapper.selectNamedGraphUriIds(PreparedStatementCache sqlCache,
Transformer<java.lang.Long> transform)
Runs the selectNamedGraphUriIds prepared statement. |
static ClosableIterator<NamedGraphRdbWrapper.SelectNamedGraphUrisResult> |
NamedGraphRdbWrapper.selectNamedGraphUris(PreparedStatementCache sqlCache,
java.lang.String tableNamePrefix)
Runs the selectNamedGraphUris prepared statement with the default transformer. |
static ClosableIterator<NamedGraphRdbWrapper.SelectNamedGraphUrisResult> |
NamedGraphRdbWrapper.selectNamedGraphUris(PreparedStatementCache sqlCache,
java.lang.String tableNamePrefix,
Transformer<NamedGraphRdbWrapper.SelectNamedGraphUrisResult> transform)
Runs the selectNamedGraphUris prepared statement. |
static ClosableIterator<java.lang.Long> |
RoleRdbWrapper.selectParentRoles(PreparedStatementCache sqlCache,
long id)
Runs the selectParentRoles prepared statement with the default transformer. |
static ClosableIterator<java.lang.Long> |
RoleRdbWrapper.selectParentRoles(PreparedStatementCache sqlCache,
long id,
Transformer<java.lang.Long> transform)
Runs the selectParentRoles prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectRoleDeltasResult> |
ReplicationRdbWrapper.selectRoleDeltas(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long then1,
java.lang.Long now2,
java.lang.Long then2,
java.lang.String sessionPrefix)
Runs the selectRoleDeltas prepared statement with the default transformer. |
static ClosableIterator<ReplicationRdbWrapper.SelectRoleDeltasResult> |
ReplicationRdbWrapper.selectRoleDeltas(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long then1,
java.lang.Long now2,
java.lang.Long then2,
java.lang.String sessionPrefix,
Transformer<ReplicationRdbWrapper.SelectRoleDeltasResult> transform)
Runs the selectRoleDeltas prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectRoleDeltasResult> |
ReplicationRdbWrapper.selectRoleDeltas(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.SelectRoleDeltasParams params,
java.lang.String sessionPrefix)
Runs the selectRoleDeltas prepared statement. |
static ClosableIterator<java.lang.Long> |
UsersRolesRdbWrapper.selectRoleIdsForUser(PreparedStatementCache sqlCache,
long userId)
Runs the selectRoleIdsForUser prepared statement with the default transformer. |
static ClosableIterator<java.lang.Long> |
UsersRolesRdbWrapper.selectRoleIdsForUser(PreparedStatementCache sqlCache,
long userId,
Transformer<java.lang.Long> transform)
Runs the selectRoleIdsForUser prepared statement. |
static ClosableIterator<java.lang.String> |
AclRdbWrapper.selectRolesForNamedGraph(PreparedStatementCache sqlCache,
long metaid,
java.lang.String tableNamePrefix)
Runs the selectRolesForNamedGraph prepared statement with the default transformer. |
static ClosableIterator<java.lang.String> |
AclRdbWrapper.selectRolesForNamedGraph(PreparedStatementCache sqlCache,
long metaid,
java.lang.String tableNamePrefix,
Transformer<java.lang.String> transform)
Runs the selectRolesForNamedGraph prepared statement. |
static ClosableIterator<java.lang.String> |
AclRdbWrapper.selectRolesForNamedGraphNoWith(PreparedStatementCache sqlCache,
AclRdbWrapper.SelectRolesForNamedGraphNoWithParams params,
java.lang.String tableNamePrefix)
Runs the selectRolesForNamedGraphNoWith prepared statement. |
static ClosableIterator<java.lang.String> |
AclRdbWrapper.selectRolesForNamedGraphNoWith(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long now2,
long metaid,
java.lang.Long now3,
java.lang.Long now4,
java.lang.String tableNamePrefix)
Runs the selectRolesForNamedGraphNoWith prepared statement with the default transformer. |
static ClosableIterator<java.lang.String> |
AclRdbWrapper.selectRolesForNamedGraphNoWith(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long now2,
long metaid,
java.lang.Long now3,
java.lang.Long now4,
java.lang.String tableNamePrefix,
Transformer<java.lang.String> transform)
Runs the selectRolesForNamedGraphNoWith prepared statement. |
static StatementRdbWrapper.SelectStatementResult |
StatementRdbWrapper.selectStatement(PreparedStatementCache sqlCache,
long id)
Runs the selectStatement prepared statement. |
static StatementRdbWrapper.SelectStatementResult |
StatementRdbWrapper.selectStatement(PreparedStatementCache sqlCache,
long id,
StatementRdbWrapper.SelectStatementResult result)
Runs the selectStatement prepared statement. |
static java.lang.Long |
StatementRdbWrapper.selectStatementId(PreparedStatementCache sqlCache,
long namedGraph,
long subj,
long prop,
long obj)
Runs the selectStatementId prepared statement. |
static java.lang.Long |
StatementRdbWrapper.selectStatementId(PreparedStatementCache sqlCache,
StatementRdbWrapper.SelectStatementIdParams params)
Runs the selectStatementId prepared statement. |
static ClosableIterator<StatementRdbWrapper.SelectStatementsByTripleFromHistoryResult> |
StatementRdbWrapper.selectStatementsByTripleFromHistory(PreparedStatementCache sqlCache,
int namedGraphNull,
long namedGraph,
int subjNull,
long subj,
int propNull,
long prop,
int objNull,
long obj,
long userId,
java.lang.String statementTable)
Runs the selectStatementsByTripleFromHistory prepared statement with the default transformer. |
static ClosableIterator<StatementRdbWrapper.SelectStatementsByTripleFromHistoryResult> |
StatementRdbWrapper.selectStatementsByTripleFromHistory(PreparedStatementCache sqlCache,
int namedGraphNull,
long namedGraph,
int subjNull,
long subj,
int propNull,
long prop,
int objNull,
long obj,
long userId,
java.lang.String statementTable,
Transformer<StatementRdbWrapper.SelectStatementsByTripleFromHistoryResult> transform)
Runs the selectStatementsByTripleFromHistory prepared statement. |
static ClosableIterator<StatementRdbWrapper.SelectStatementsByTripleFromHistoryResult> |
StatementRdbWrapper.selectStatementsByTripleFromHistory(PreparedStatementCache sqlCache,
StatementRdbWrapper.SelectStatementsByTripleFromHistoryParams params,
java.lang.String statementTable)
Runs the selectStatementsByTripleFromHistory prepared statement. |
static ClosableIterator<StatementRdbWrapper.SelectStatementsByTripleHistoryResult> |
StatementRdbWrapper.selectStatementsByTripleHistory(PreparedStatementCache sqlCache,
int namedGraphNull,
long namedGraph,
int subjNull,
long subj,
int propNull,
long prop,
int objNull,
long obj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.Long lastTransactionTime5,
java.lang.Long lastTransactionTime6,
java.lang.Long lastTransactionTime7,
java.lang.Long lastTransactionTime8,
long userId,
java.lang.String statementTable)
Runs the selectStatementsByTripleHistory prepared statement with the default transformer. |
static ClosableIterator<StatementRdbWrapper.SelectStatementsByTripleHistoryResult> |
StatementRdbWrapper.selectStatementsByTripleHistory(PreparedStatementCache sqlCache,
int namedGraphNull,
long namedGraph,
int subjNull,
long subj,
int propNull,
long prop,
int objNull,
long obj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.Long lastTransactionTime3,
java.lang.Long lastTransactionTime4,
java.lang.Long lastTransactionTime5,
java.lang.Long lastTransactionTime6,
java.lang.Long lastTransactionTime7,
java.lang.Long lastTransactionTime8,
long userId,
java.lang.String statementTable,
Transformer<StatementRdbWrapper.SelectStatementsByTripleHistoryResult> transform)
Runs the selectStatementsByTripleHistory prepared statement. |
static ClosableIterator<StatementRdbWrapper.SelectStatementsByTripleHistoryResult> |
StatementRdbWrapper.selectStatementsByTripleHistory(PreparedStatementCache sqlCache,
StatementRdbWrapper.SelectStatementsByTripleHistoryParams params,
java.lang.String statementTable)
Runs the selectStatementsByTripleHistory prepared statement. |
static ClosableIterator<StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult> |
StatementRdbWrapper.selectStatementsByTripleNoAuthHistory(PreparedStatementCache sqlCache,
int namedGraphNull,
long namedGraph,
int subjNull,
long subj,
int propNull,
long prop,
int objNull,
long obj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String statementTable)
Runs the selectStatementsByTripleNoAuthHistory prepared statement with the default transformer. |
static ClosableIterator<StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult> |
StatementRdbWrapper.selectStatementsByTripleNoAuthHistory(PreparedStatementCache sqlCache,
int namedGraphNull,
long namedGraph,
int subjNull,
long subj,
int propNull,
long prop,
int objNull,
long obj,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String statementTable,
Transformer<StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult> transform)
Runs the selectStatementsByTripleNoAuthHistory prepared statement. |
static ClosableIterator<StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult> |
StatementRdbWrapper.selectStatementsByTripleNoAuthHistory(PreparedStatementCache sqlCache,
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams params,
java.lang.String statementTable)
Runs the selectStatementsByTripleNoAuthHistory prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectSTRowsResult> |
ReplicationRdbWrapper.selectSTRows(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix)
Runs the selectSTRows prepared statement with the default transformer. |
static ClosableIterator<ReplicationRdbWrapper.SelectSTRowsResult> |
ReplicationRdbWrapper.selectSTRows(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix,
Transformer<ReplicationRdbWrapper.SelectSTRowsResult> transform)
Runs the selectSTRows prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectSubRoleDeltasResult> |
ReplicationRdbWrapper.selectSubRoleDeltas(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long now2,
java.lang.Long then1,
java.lang.Long then2,
java.lang.String sessionPrefix)
Runs the selectSubRoleDeltas prepared statement with the default transformer. |
static ClosableIterator<ReplicationRdbWrapper.SelectSubRoleDeltasResult> |
ReplicationRdbWrapper.selectSubRoleDeltas(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long now2,
java.lang.Long then1,
java.lang.Long then2,
java.lang.String sessionPrefix,
Transformer<ReplicationRdbWrapper.SelectSubRoleDeltasResult> transform)
Runs the selectSubRoleDeltas prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectSubRoleDeltasResult> |
ReplicationRdbWrapper.selectSubRoleDeltas(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.SelectSubRoleDeltasParams params,
java.lang.String sessionPrefix)
Runs the selectSubRoleDeltas prepared statement. |
static void |
InsertStatementsRdbWrapper.selectTempIdCount(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix)
Runs the selectTempIdCount prepared statement. |
static ClosableIterator<StatementFindRdbWrapper.SelectTempQuadIdNodesResult> |
StatementFindRdbWrapper.selectTempQuadIdNodes(PreparedStatementCache sqlCache,
java.lang.String tableNamePrefix,
java.lang.String quadStmt1,
java.lang.String quadStmt2,
java.lang.String quadStmt3)
Runs the selectTempQuadIdNodes prepared statement with the default transformer. |
static ClosableIterator<StatementFindRdbWrapper.SelectTempQuadIdNodesResult> |
StatementFindRdbWrapper.selectTempQuadIdNodes(PreparedStatementCache sqlCache,
java.lang.String tableNamePrefix,
java.lang.String quadStmt1,
java.lang.String quadStmt2,
java.lang.String quadStmt3,
Transformer<StatementFindRdbWrapper.SelectTempQuadIdNodesResult> transform)
Runs the selectTempQuadIdNodes prepared statement. |
static ClosableIterator<StatementFindRdbWrapper.SelectTempQuadsResult> |
StatementFindRdbWrapper.selectTempQuads(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix)
Runs the selectTempQuads prepared statement with the default transformer. |
static ClosableIterator<StatementFindRdbWrapper.SelectTempQuadsResult> |
StatementFindRdbWrapper.selectTempQuads(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix,
Transformer<StatementFindRdbWrapper.SelectTempQuadsResult> transform)
Runs the selectTempQuads prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult> |
ReplicationRdbWrapper.selectTrackerStatementsAdditions(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix)
Runs the selectTrackerStatementsAdditions prepared statement with the default transformer. |
static ClosableIterator<ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult> |
ReplicationRdbWrapper.selectTrackerStatementsAdditions(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix,
Transformer<ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult> transform)
Runs the selectTrackerStatementsAdditions prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectTrackerStatementsDeletionsResult> |
ReplicationRdbWrapper.selectTrackerStatementsDeletions(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix)
Runs the selectTrackerStatementsDeletions prepared statement with the default transformer. |
static ClosableIterator<ReplicationRdbWrapper.SelectTrackerStatementsDeletionsResult> |
ReplicationRdbWrapper.selectTrackerStatementsDeletions(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix,
Transformer<ReplicationRdbWrapper.SelectTrackerStatementsDeletionsResult> transform)
Runs the selectTrackerStatementsDeletions prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult> |
ReplicationRdbWrapper.selectTrackerStatementsDeltasJoin(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long now2,
java.lang.Long now3,
java.lang.Long now4,
java.lang.Long now5,
java.lang.Long now6,
java.lang.Long userId1,
java.lang.Long now7,
java.lang.Long now8,
java.lang.Long now9,
java.lang.Long now10,
java.lang.Long now11,
java.lang.Long now12,
java.lang.Long userId3,
java.lang.Long then1,
java.lang.Long then2,
java.lang.Long then3,
java.lang.Long then4,
java.lang.Long then5,
java.lang.Long then6,
java.lang.Long userId2,
java.lang.Long then7,
java.lang.Long then8,
java.lang.Long then9,
java.lang.Long then10,
java.lang.Long then11,
java.lang.Long then12,
java.lang.Long userId4,
java.lang.String sessionPrefix,
java.lang.String st1,
java.lang.String st2,
java.lang.String st3,
java.lang.String st4)
Runs the selectTrackerStatementsDeltasJoin prepared statement with the default transformer. |
static ClosableIterator<ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult> |
ReplicationRdbWrapper.selectTrackerStatementsDeltasJoin(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long now2,
java.lang.Long now3,
java.lang.Long now4,
java.lang.Long now5,
java.lang.Long now6,
java.lang.Long userId1,
java.lang.Long now7,
java.lang.Long now8,
java.lang.Long now9,
java.lang.Long now10,
java.lang.Long now11,
java.lang.Long now12,
java.lang.Long userId3,
java.lang.Long then1,
java.lang.Long then2,
java.lang.Long then3,
java.lang.Long then4,
java.lang.Long then5,
java.lang.Long then6,
java.lang.Long userId2,
java.lang.Long then7,
java.lang.Long then8,
java.lang.Long then9,
java.lang.Long then10,
java.lang.Long then11,
java.lang.Long then12,
java.lang.Long userId4,
java.lang.String sessionPrefix,
java.lang.String st1,
java.lang.String st2,
java.lang.String st3,
java.lang.String st4,
Transformer<ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult> transform)
Runs the selectTrackerStatementsDeltasJoin prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult> |
ReplicationRdbWrapper.selectTrackerStatementsDeltasJoin(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinParams params,
java.lang.String sessionPrefix,
java.lang.String st1,
java.lang.String st2,
java.lang.String st3,
java.lang.String st4)
Runs the selectTrackerStatementsDeltasJoin prepared statement. |
static ClosableIterator<java.lang.Long> |
ReplicationRdbWrapper.selectUniqueIds(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix,
java.lang.String resultsTmp1,
java.lang.String resultsTmp2,
java.lang.String resultsTmp3,
java.lang.String resultsTmp4)
Runs the selectUniqueIds prepared statement with the default transformer. |
static ClosableIterator<java.lang.Long> |
ReplicationRdbWrapper.selectUniqueIds(PreparedStatementCache sqlCache,
java.lang.String sessionPrefix,
java.lang.String resultsTmp1,
java.lang.String resultsTmp2,
java.lang.String resultsTmp3,
java.lang.String resultsTmp4,
Transformer<java.lang.Long> transform)
Runs the selectUniqueIds prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectUniqueUrisResult> |
ReplicationRdbWrapper.selectUniqueUris(PreparedStatementCache sqlCache,
java.lang.String tableNamePrefix,
java.lang.String sessionPrefix,
java.lang.String resultsTmp1,
java.lang.String resultsTmp2,
java.lang.String resultsTmp3,
java.lang.String resultsTmp4)
Runs the selectUniqueUris prepared statement with the default transformer. |
static ClosableIterator<ReplicationRdbWrapper.SelectUniqueUrisResult> |
ReplicationRdbWrapper.selectUniqueUris(PreparedStatementCache sqlCache,
java.lang.String tableNamePrefix,
java.lang.String sessionPrefix,
java.lang.String resultsTmp1,
java.lang.String resultsTmp2,
java.lang.String resultsTmp3,
java.lang.String resultsTmp4,
Transformer<ReplicationRdbWrapper.SelectUniqueUrisResult> transform)
Runs the selectUniqueUris prepared statement. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectUnreadableGraphs(PreparedStatementCache sqlCache,
GlitterRdbWrapper.SelectUnreadableGraphsParams params,
java.lang.String sessionPrefix,
java.lang.String tempgraph1,
java.lang.String tempgraph2)
Runs the selectUnreadableGraphs prepared statement. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectUnreadableGraphs(PreparedStatementCache sqlCache,
long userId,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String tempgraph1,
java.lang.String tempgraph2)
Runs the selectUnreadableGraphs prepared statement with the default transformer. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectUnreadableGraphs(PreparedStatementCache sqlCache,
long userId,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String tempgraph1,
java.lang.String tempgraph2,
Transformer<java.lang.Long> transform)
Runs the selectUnreadableGraphs prepared statement. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectUnreadableGraphsLive(PreparedStatementCache sqlCache,
long userId,
java.lang.String sessionPrefix,
java.lang.String tempgraph1,
java.lang.String tempgraph2)
Runs the selectUnreadableGraphsLive prepared statement with the default transformer. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectUnreadableGraphsLive(PreparedStatementCache sqlCache,
long userId,
java.lang.String sessionPrefix,
java.lang.String tempgraph1,
java.lang.String tempgraph2,
Transformer<java.lang.Long> transform)
Runs the selectUnreadableGraphsLive prepared statement. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectUnreadableMetadataGraphs(PreparedStatementCache sqlCache,
GlitterRdbWrapper.SelectUnreadableMetadataGraphsParams params,
java.lang.String sessionPrefix,
java.lang.String tempgraph1,
java.lang.String tempgraph2)
Runs the selectUnreadableMetadataGraphs prepared statement. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectUnreadableMetadataGraphs(PreparedStatementCache sqlCache,
long userId,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String tempgraph1,
java.lang.String tempgraph2)
Runs the selectUnreadableMetadataGraphs prepared statement with the default transformer. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectUnreadableMetadataGraphs(PreparedStatementCache sqlCache,
long userId,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String tempgraph1,
java.lang.String tempgraph2,
Transformer<java.lang.Long> transform)
Runs the selectUnreadableMetadataGraphs prepared statement. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectUnreadableMetadataGraphsLive(PreparedStatementCache sqlCache,
long userId,
java.lang.String sessionPrefix,
java.lang.String tempgraph1,
java.lang.String tempgraph2)
Runs the selectUnreadableMetadataGraphsLive prepared statement with the default transformer. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectUnreadableMetadataGraphsLive(PreparedStatementCache sqlCache,
long userId,
java.lang.String sessionPrefix,
java.lang.String tempgraph1,
java.lang.String tempgraph2,
Transformer<java.lang.Long> transform)
Runs the selectUnreadableMetadataGraphsLive prepared statement. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectUntimelyGraphs(PreparedStatementCache sqlCache,
GlitterRdbWrapper.SelectUntimelyGraphsParams params,
java.lang.String sessionPrefix,
java.lang.String tempgraph1,
java.lang.String tempgraph2)
Runs the selectUntimelyGraphs prepared statement. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectUntimelyGraphs(PreparedStatementCache sqlCache,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String tempgraph1,
java.lang.String tempgraph2)
Runs the selectUntimelyGraphs prepared statement with the default transformer. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectUntimelyGraphs(PreparedStatementCache sqlCache,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String tempgraph1,
java.lang.String tempgraph2,
Transformer<java.lang.Long> transform)
Runs the selectUntimelyGraphs prepared statement. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectUntimelyMetadataGraphs(PreparedStatementCache sqlCache,
GlitterRdbWrapper.SelectUntimelyMetadataGraphsParams params,
java.lang.String sessionPrefix,
java.lang.String tempgraph1,
java.lang.String tempgraph2)
Runs the selectUntimelyMetadataGraphs prepared statement. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectUntimelyMetadataGraphs(PreparedStatementCache sqlCache,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String tempgraph1,
java.lang.String tempgraph2)
Runs the selectUntimelyMetadataGraphs prepared statement with the default transformer. |
static ClosableIterator<java.lang.Long> |
GlitterRdbWrapper.selectUntimelyMetadataGraphs(PreparedStatementCache sqlCache,
java.lang.Long lastTransactionTime1,
java.lang.Long lastTransactionTime2,
java.lang.String sessionPrefix,
java.lang.String tempgraph1,
java.lang.String tempgraph2,
Transformer<java.lang.Long> transform)
Runs the selectUntimelyMetadataGraphs prepared statement. |
static UserRdbWrapper.SelectUserResult |
UserRdbWrapper.selectUser(PreparedStatementCache sqlCache,
long id)
Runs the selectUser prepared statement. |
static UserRdbWrapper.SelectUserResult |
UserRdbWrapper.selectUser(PreparedStatementCache sqlCache,
long id,
UserRdbWrapper.SelectUserResult result)
Runs the selectUser prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectUserDeltasResult> |
ReplicationRdbWrapper.selectUserDeltas(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long then1,
java.lang.Long now2,
java.lang.Long then2,
java.lang.String sessionPrefix)
Runs the selectUserDeltas prepared statement with the default transformer. |
static ClosableIterator<ReplicationRdbWrapper.SelectUserDeltasResult> |
ReplicationRdbWrapper.selectUserDeltas(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long then1,
java.lang.Long now2,
java.lang.Long then2,
java.lang.String sessionPrefix,
Transformer<ReplicationRdbWrapper.SelectUserDeltasResult> transform)
Runs the selectUserDeltas prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectUserDeltasResult> |
ReplicationRdbWrapper.selectUserDeltas(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.SelectUserDeltasParams params,
java.lang.String sessionPrefix)
Runs the selectUserDeltas prepared statement. |
static AclRdbWrapper.SelectUserHasAccessResult |
AclRdbWrapper.selectUserHasAccess(PreparedStatementCache sqlCache,
AclRdbWrapper.SelectUserHasAccessParams params)
Runs the selectUserHasAccess prepared statement. |
static AclRdbWrapper.SelectUserHasAccessResult |
AclRdbWrapper.selectUserHasAccess(PreparedStatementCache sqlCache,
long aclId,
long userId)
Runs the selectUserHasAccess prepared statement. |
static AclRdbWrapper.SelectUserHasAccessResult |
AclRdbWrapper.selectUserHasAccess(PreparedStatementCache sqlCache,
long aclId,
long userId,
AclRdbWrapper.SelectUserHasAccessResult result)
Runs the selectUserHasAccess prepared statement. |
static ClosableIterator<java.lang.Long> |
UsersRolesRdbWrapper.selectUserIdsForRole(PreparedStatementCache sqlCache,
long roleId)
Runs the selectUserIdsForRole prepared statement with the default transformer. |
static ClosableIterator<java.lang.Long> |
UsersRolesRdbWrapper.selectUserIdsForRole(PreparedStatementCache sqlCache,
long roleId,
Transformer<java.lang.Long> transform)
Runs the selectUserIdsForRole prepared statement. |
static java.lang.Long |
UsersRolesRdbWrapper.selectUserInRole(PreparedStatementCache sqlCache,
long userId,
long roleid)
Runs the selectUserInRole prepared statement. |
static java.lang.Long |
UsersRolesRdbWrapper.selectUserInRole(PreparedStatementCache sqlCache,
UsersRolesRdbWrapper.SelectUserInRoleParams params)
Runs the selectUserInRole prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectUserRoleDeltasResult> |
ReplicationRdbWrapper.selectUserRoleDeltas(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long then1,
java.lang.Long now2,
java.lang.Long then2,
java.lang.String sessionPrefix)
Runs the selectUserRoleDeltas prepared statement with the default transformer. |
static ClosableIterator<ReplicationRdbWrapper.SelectUserRoleDeltasResult> |
ReplicationRdbWrapper.selectUserRoleDeltas(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long then1,
java.lang.Long now2,
java.lang.Long then2,
java.lang.String sessionPrefix,
Transformer<ReplicationRdbWrapper.SelectUserRoleDeltasResult> transform)
Runs the selectUserRoleDeltas prepared statement. |
static ClosableIterator<ReplicationRdbWrapper.SelectUserRoleDeltasResult> |
ReplicationRdbWrapper.selectUserRoleDeltas(PreparedStatementCache sqlCache,
ReplicationRdbWrapper.SelectUserRoleDeltasParams params,
java.lang.String sessionPrefix)
Runs the selectUserRoleDeltas prepared statement. |
static ClosableIterator<java.lang.String> |
AclRdbWrapper.selectUsersForNamedGraphs(PreparedStatementCache sqlCache,
long metaid,
java.lang.String tableNamePrefix)
Runs the selectUsersForNamedGraphs prepared statement with the default transformer. |
static ClosableIterator<java.lang.String> |
AclRdbWrapper.selectUsersForNamedGraphs(PreparedStatementCache sqlCache,
long metaid,
java.lang.String tableNamePrefix,
Transformer<java.lang.String> transform)
Runs the selectUsersForNamedGraphs prepared statement. |
static ClosableIterator<java.lang.String> |
AclRdbWrapper.selectUsersForNamedGraphsNoWith(PreparedStatementCache sqlCache,
AclRdbWrapper.SelectUsersForNamedGraphsNoWithParams params,
java.lang.String tableNamePrefix)
Runs the selectUsersForNamedGraphsNoWith prepared statement. |
static ClosableIterator<java.lang.String> |
AclRdbWrapper.selectUsersForNamedGraphsNoWith(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long now2,
long metaid,
java.lang.Long now3,
java.lang.Long now4,
java.lang.Long now5,
java.lang.Long now6,
java.lang.String tableNamePrefix)
Runs the selectUsersForNamedGraphsNoWith prepared statement with the default transformer. |
static ClosableIterator<java.lang.String> |
AclRdbWrapper.selectUsersForNamedGraphsNoWith(PreparedStatementCache sqlCache,
java.lang.Long now1,
java.lang.Long now2,
long metaid,
java.lang.Long now3,
java.lang.Long now4,
java.lang.Long now5,
java.lang.Long now6,
java.lang.String tableNamePrefix,
Transformer<java.lang.String> transform)
Runs the selectUsersForNamedGraphsNoWith prepared statement. |
void |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult.setAciId(long aciId)
Set the "AciId" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult.setAciId(long aciId)
Set the "AciId" result value |
void |
NamedGraphRdbWrapper.GetNamedGraphAtRevisionResult.setAclid(long aclid)
Set the "Aclid" result value |
void |
ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult.setAclid(long aclid)
Set the "Aclid" result value |
void |
NamedGraphRdbWrapper.SelectNamedGraphResult.setAclId(long aclId)
Set the "AclId" result value |
void |
ReplicationRdbWrapper.SelectCollectionAdditionsResult.setAclId(long aclId)
Set the "AclId" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult.setAclId(long aclId)
Set the "AclId" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult.setAclId(long aclId)
Set the "AclId" result value |
void |
ReplicationRdbWrapper.SelectAciMaskDeltasResult.setAclId(long AclId)
Set the "AclId" result value |
void |
AciRdbWrapper.SelectAccessControlResult.setAclId(long AclId)
Set the "AclId" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult.setAdd(int add)
Set the "Add" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult.setAdd(int add)
Set the "Add" result value |
void |
ReplicationRdbWrapper.SelectAciMaskDeltasResult.setAdd(int add)
Set the "Add" result value |
void |
AclRdbWrapper.SelectUserHasAccessResult.setAdd(int add)
Set the "Add" result value |
void |
AciRdbWrapper.SelectAccessControlResult.setAdd(int add)
Set the "Add" result value |
void |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryResult.setCanRead(int canRead)
Set the "CanRead" result value |
void |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryNewResult.setCanRead(int canRead)
Set the "CanRead" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult.setChangeNamedGraphAcl(int changeNamedGraphAcl)
Set the "ChangeNamedGraphAcl" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult.setChangeNamedGraphAcl(int changeNamedGraphAcl)
Set the "ChangeNamedGraphAcl" result value |
void |
ReplicationRdbWrapper.SelectAciMaskDeltasResult.setChangeNamedGraphAcl(int changeNamedGraphAcl)
Set the "ChangeNamedGraphAcl" result value |
void |
AclRdbWrapper.SelectUserHasAccessResult.setChangeNamedGraphAcl(int changeNamedGraphAcl)
Set the "ChangeNamedGraphAcl" result value |
void |
AciRdbWrapper.SelectAccessControlResult.setChangeNamedGraphAcl(int changeNamedGraphAcl)
Set the "ChangeNamedGraphAcl" result value |
void |
ReplicationRdbWrapper.SelectSTRowsResult.setCounter(long counter)
Set the "Counter" result value |
void |
NamedGraphRdbWrapper.SelectNamedGraphResult.setCreatedBy(long createdBy)
Set the "CreatedBy" result value |
void |
NamedGraphRdbWrapper.GetNamedGraphAtRevisionResult.setCreatedBy(long createdBy)
Set the "CreatedBy" result value |
void |
ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult.setCreatedBy(long createdBy)
Set the "CreatedBy" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult.setCreatedBy(long createdBy)
Set the "CreatedBy" result value |
void |
ReplicationRdbWrapper.SelectUserDeltasResult.setDefaultAcl(long defaultAcl)
Set the "DefaultAcl" result value |
void |
UserRdbWrapper.SelectUserResult.setDefaultAclId(long defaultAclId)
Set the "DefaultAclId" result value |
void |
ReplicationRdbWrapper.SelectUserDeltasResult.setDefaultRoleId(long defaultRoleId)
Set the "DefaultRoleId" result value |
void |
UserRdbWrapper.SelectUserResult.setDefaultRoleId(long defaultRoleId)
Set the "DefaultRoleId" result value |
void |
InsertStatementsRdbWrapper.SelectInsertStatementsResult.setGraphid(long graphid)
Set the "Graphid" result value |
void |
ReplicationRdbWrapper.SelectUserDeltasResult.setHend(java.lang.Long hend)
Set the "Hend" result value |
void |
ReplicationRdbWrapper.SelectUserRoleDeltasResult.setHend(java.lang.Long hend)
Set the "Hend" result value |
void |
ReplicationRdbWrapper.SelectRoleDeltasResult.setHend(java.lang.Long hend)
Set the "Hend" result value |
void |
ReplicationRdbWrapper.SelectSubRoleDeltasResult.setHend(java.lang.Long hend)
Set the "Hend" result value |
void |
ReplicationRdbWrapper.SelectAciMaskDeltasResult.setHend(java.lang.Long hend)
Set the "Hend" result value |
void |
UserRdbWrapper.SelectUserResult.setHend(java.lang.Long hend)
Set the "Hend" result value |
void |
ReplicationRdbWrapper.SelectUserDeltasResult.setHstart(java.lang.Long hstart)
Set the "Hstart" result value |
void |
ReplicationRdbWrapper.SelectUserRoleDeltasResult.setHstart(java.lang.Long hstart)
Set the "Hstart" result value |
void |
ReplicationRdbWrapper.SelectRoleDeltasResult.setHstart(java.lang.Long hstart)
Set the "Hstart" result value |
void |
ReplicationRdbWrapper.SelectSubRoleDeltasResult.setHstart(java.lang.Long hstart)
Set the "Hstart" result value |
void |
ReplicationRdbWrapper.SelectAciMaskDeltasResult.setHstart(java.lang.Long hstart)
Set the "Hstart" result value |
void |
NamedGraphRdbWrapper.SelectNamedGraphUrisResult.setId(long id)
Set the "Id" result value |
void |
NamedGraphRdbWrapper.SelectMetaGraphUrisResult.setId(long id)
Set the "Id" result value |
void |
NamedGraphRdbWrapper.SelectNamedGraphRevisionResult.setId(long id)
Set the "Id" result value |
void |
ReplicationRdbWrapper.SelectCollectionAdditionsResult.setId(long id)
Set the "Id" result value |
void |
ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult.setId(long id)
Set the "Id" result value |
void |
ReplicationRdbWrapper.SelectTrackerStatementsDeletionsResult.setId(long id)
Set the "Id" result value |
void |
ReplicationRdbWrapper.SelectUniqueUrisResult.setId(long id)
Set the "Id" result value |
void |
ReplicationRdbWrapper.SelectSTRowsResult.setId(long id)
Set the "Id" result value |
void |
ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult.setId(long id)
Set the "Id" result value |
void |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult.setId(long id)
Set the "Id" result value |
void |
ReplicationRdbWrapper.SelectUserDeltasResult.setId(long id)
Set the "Id" result value |
void |
StatementRdbWrapper.SelectStatementsByTripleHistoryResult.setId(long id)
Set the "Id" result value |
void |
StatementRdbWrapper.SelectAllStatementsResult.setId(long id)
Set the "Id" result value |
void |
StatementFindRdbWrapper.SelectTempQuadIdNodesResult.setId(long id)
Set the "Id" result value |
void |
LastTransactionTime.PrefetchPredicateUrisResult.setId(long id)
Set the "Id" result value |
static int |
ServerRdbWrapper.setInitialized(PreparedStatementCache sqlCache,
long id)
Runs the setInitialized prepared statement. |
static int |
ServerRdbWrapper.setInitializing(PreparedStatementCache sqlCache)
Runs the setInitializing prepared statement. |
static int |
ServerRdbWrapper.setInitializingFailed(PreparedStatementCache sqlCache)
Runs the setInitializingFailed prepared statement. |
void |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult.setInsertNamedGraph(int insertNamedGraph)
Set the "InsertNamedGraph" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult.setInsertNamedGraph(int insertNamedGraph)
Set the "InsertNamedGraph" result value |
void |
ReplicationRdbWrapper.SelectAciMaskDeltasResult.setInsertNamedGraph(int insertNamedGraph)
Set the "InsertNamedGraph" result value |
void |
AclRdbWrapper.SelectUserHasAccessResult.setInsertNamedGraph(int insertNamedGraph)
Set the "InsertNamedGraph" result value |
void |
AciRdbWrapper.SelectAccessControlResult.setInsertNamedGraph(int insertNamedGraph)
Set the "InsertNamedGraph" result value |
void |
LastTransactionTime.GetLastTransactionResult.setLastid(long lastid)
Set the "Lastid" result value |
void |
NamedGraphRdbWrapper.SelectNamedGraphResult.setLastModifiedBy(long lastModifiedBy)
Set the "LastModifiedBy" result value |
void |
NamedGraphRdbWrapper.GetNamedGraphAtRevisionResult.setLastModifiedBy(long lastModifiedBy)
Set the "LastModifiedBy" result value |
void |
ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult.setLastModifiedBy(long lastModifiedBy)
Set the "LastModifiedBy" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult.setLastModifiedBy(long lastModifiedBy)
Set the "LastModifiedBy" result value |
void |
LastTransactionTime.GetLastTransactionResult.setLastTransactionTime(java.lang.Long lastTransactionTime)
Set the "LastTransactionTime" result value |
void |
NamedGraphRdbWrapper.SelectNamedGraphResult.setMetaId(long metaId)
Set the "MetaId" result value |
void |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryResult.setMetaId(long metaId)
Set the "MetaId" result value |
void |
NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryNewResult.setMetaId(long metaId)
Set the "MetaId" result value |
void |
NamedGraphRdbWrapper.GetNamedGraphAtRevisionResult.setMetaId(long metaId)
Set the "MetaId" result value |
void |
ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult.setMetaId(long metaId)
Set the "MetaId" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult.setMetaId(long metaId)
Set the "MetaId" result value |
void |
NamedGraphRdbWrapper.GetNamedGraphAtRevisionResult.setModified(java.lang.Long modified)
Set the "Modified" result value |
void |
ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult.setModified(java.lang.Long modified)
Set the "Modified" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult.setModified(java.lang.Long modified)
Set the "Modified" result value |
void |
StatementRdbWrapper.SelectStatementResult.setModified(java.lang.Long modified)
Set the "Modified" result value |
void |
StatementRdbWrapper.SelectAllStatementsResult.setModified(java.lang.Long modified)
Set the "Modified" result value |
void |
StatementFindRdbWrapper.SelectTempQuadIdNodesResult.setModifierId(long modifierId)
Set the "ModifierId" result value |
void |
NamedGraphRdbWrapper.SelectNamedGraphRevisionResult.setNamedgraphid(long namedgraphid)
Set the "Namedgraphid" result value |
void |
ReplicationRdbWrapper.SelectCollectionAdditionsResult.setNamedgraphid(long namedgraphid)
Set the "Namedgraphid" result value |
void |
ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult.setNamedgraphid(long namedgraphid)
Set the "Namedgraphid" result value |
void |
ReplicationRdbWrapper.SelectTrackerStatementsDeletionsResult.setNamedgraphid(long namedgraphid)
Set the "Namedgraphid" result value |
void |
ReplicationRdbWrapper.SelectSTRowsResult.setNamedGraphId(long namedGraphId)
Set the "NamedGraphId" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult.setNamedGraphId(long namedGraphId)
Set the "NamedGraphId" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult.setNamedGraphId(long namedGraphId)
Set the "NamedGraphId" result value |
void |
StatementRdbWrapper.SelectStatementsByTripleFromHistoryResult.setNamedGraphId(long namedGraphId)
Set the "NamedGraphId" result value |
void |
StatementRdbWrapper.SelectStatementsByTripleHistoryResult.setNamedGraphId(long namedGraphId)
Set the "NamedGraphId" result value |
void |
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult.setNamedGraphId(long namedGraphId)
Set the "NamedGraphId" result value |
void |
StatementRdbWrapper.SelectStatementResult.setNamedGraphId(long namedGraphId)
Set the "NamedGraphId" result value |
void |
StatementRdbWrapper.SelectAllStatementsResult.setNamedGraphId(long namedGraphId)
Set the "NamedGraphId" result value |
void |
StatementFindRdbWrapper.SelectTempQuadsResult.setNamedGraphId(long namedGraphId)
Set the "NamedGraphId" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult.setNewAclId(long newAclId)
Set the "NewAclId" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult.setNewId(long newId)
Set the "NewId" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult.setNewRevision(long newRevision)
Set the "NewRevision" result value |
void |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult.setNgid(long ngid)
Set the "Ngid" result value |
void |
NamedGraphRdbWrapper.SelectNamedGraphRevisionResult.setObj(long obj)
Set the "Obj" result value |
void |
ReplicationRdbWrapper.SelectCollectionAdditionsResult.setObj(long obj)
Set the "Obj" result value |
void |
ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult.setObj(long obj)
Set the "Obj" result value |
void |
ReplicationRdbWrapper.SelectTrackerStatementsDeletionsResult.setObj(long obj)
Set the "Obj" result value |
void |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult.setObj(long obj)
Set the "Obj" result value |
void |
StatementRdbWrapper.SelectStatementsByTripleFromHistoryResult.setObj(long obj)
Set the "Obj" result value |
void |
StatementRdbWrapper.SelectStatementsByTripleHistoryResult.setObj(long obj)
Set the "Obj" result value |
void |
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult.setObj(long obj)
Set the "Obj" result value |
void |
StatementRdbWrapper.SelectStatementResult.setObj(long obj)
Set the "Obj" result value |
void |
StatementRdbWrapper.SelectAllStatementsResult.setObj(long obj)
Set the "Obj" result value |
void |
StatementFindRdbWrapper.SelectTempQuadsResult.setObj(long obj)
Set the "Obj" result value |
void |
InsertStatementsRdbWrapper.SelectInsertStatementsResult.setObj(long obj)
Set the "Obj" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult.setOldAclId(long oldAclId)
Set the "OldAclId" result value |
void |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult.setOldid(long oldid)
Set the "Oldid" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult.setOldId(long oldId)
Set the "OldId" result value |
void |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult.setOldng(long oldng)
Set the "Oldng" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult.setOldRevision(long oldRevision)
Set the "OldRevision" result value |
void |
InsertStatementsRdbWrapper.SelectInsertStatementsResult.setOperation(int operation)
Set the "Operation" result value |
void |
ReplicationRdbWrapper.SelectSubRoleDeltasResult.setParentRoleId(long parentRoleId)
Set the "ParentRoleId" result value |
void |
UserRdbWrapper.SelectUserResult.setPasswordHash(java.lang.String passwordHash)
Set the "PasswordHash" result value |
void |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult.setPred(long pred)
Set the "Pred" result value |
void |
NamedGraphRdbWrapper.SelectNamedGraphRevisionResult.setProp(long prop)
Set the "Prop" result value |
void |
ReplicationRdbWrapper.SelectCollectionAdditionsResult.setProp(long prop)
Set the "Prop" result value |
void |
ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult.setProp(long prop)
Set the "Prop" result value |
void |
ReplicationRdbWrapper.SelectTrackerStatementsDeletionsResult.setProp(long prop)
Set the "Prop" result value |
void |
StatementRdbWrapper.SelectStatementsByTripleFromHistoryResult.setProp(long prop)
Set the "Prop" result value |
void |
StatementRdbWrapper.SelectStatementsByTripleHistoryResult.setProp(long prop)
Set the "Prop" result value |
void |
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult.setProp(long prop)
Set the "Prop" result value |
void |
StatementRdbWrapper.SelectStatementResult.setProp(long prop)
Set the "Prop" result value |
void |
StatementRdbWrapper.SelectAllStatementsResult.setProp(long prop)
Set the "Prop" result value |
void |
StatementFindRdbWrapper.SelectTempQuadsResult.setProp(long prop)
Set the "Prop" result value |
void |
InsertStatementsRdbWrapper.SelectInsertStatementsResult.setProp(long prop)
Set the "Prop" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult.setRead(int read)
Set the "Read" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult.setRead(int read)
Set the "Read" result value |
void |
ReplicationRdbWrapper.SelectAciMaskDeltasResult.setRead(int read)
Set the "Read" result value |
void |
AclRdbWrapper.SelectUserHasAccessResult.setRead(int read)
Set the "Read" result value |
void |
AciRdbWrapper.SelectAccessControlResult.setRead(int read)
Set the "Read" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult.setRemove(int remove)
Set the "Remove" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult.setRemove(int remove)
Set the "Remove" result value |
void |
ReplicationRdbWrapper.SelectAciMaskDeltasResult.setRemove(int remove)
Set the "Remove" result value |
void |
AclRdbWrapper.SelectUserHasAccessResult.setRemove(int remove)
Set the "Remove" result value |
void |
AciRdbWrapper.SelectAccessControlResult.setRemove(int remove)
Set the "Remove" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult.setRemoveNamedGraph(int removeNamedGraph)
Set the "RemoveNamedGraph" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult.setRemoveNamedGraph(int removeNamedGraph)
Set the "RemoveNamedGraph" result value |
void |
ReplicationRdbWrapper.SelectAciMaskDeltasResult.setRemoveNamedGraph(int removeNamedGraph)
Set the "RemoveNamedGraph" result value |
void |
AclRdbWrapper.SelectUserHasAccessResult.setRemoveNamedGraph(int removeNamedGraph)
Set the "RemoveNamedGraph" result value |
void |
AciRdbWrapper.SelectAccessControlResult.setRemoveNamedGraph(int removeNamedGraph)
Set the "RemoveNamedGraph" result value |
void |
NamedGraphRdbWrapper.SelectNamedGraphResult.setRevision(long revision)
Set the "Revision" result value |
void |
ReplicationRdbWrapper.SelectCollectionAdditionsResult.setRevision(long revision)
Set the "Revision" result value |
void |
ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult.setRevision(long revision)
Set the "Revision" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult.setRoleId(long roleId)
Set the "RoleId" result value |
void |
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResult.setRoleId(long roleId)
Set the "RoleId" result value |
void |
ReplicationRdbWrapper.SelectUserRoleDeltasResult.setRoleId(long roleId)
Set the "RoleId" result value |
void |
ReplicationRdbWrapper.SelectRoleDeltasResult.setRoleId(long roleId)
Set the "RoleId" result value |
void |
ReplicationRdbWrapper.SelectSubRoleDeltasResult.setRoleId(long roleId)
Set the "RoleId" result value |
void |
ReplicationRdbWrapper.SelectAciMaskDeltasResult.setRoleId(long roleId)
Set the "RoleId" result value |
void |
AciRdbWrapper.SelectAccessControlResult.setRoleId(long roleId)
Set the "RoleId" result value |
static int |
ServerRdbWrapper.setServerId(PreparedStatementCache sqlCache,
long id)
Runs the setServerId prepared statement. |
void |
NamedGraphRdbWrapper.SelectNamedGraphRevisionResult.setSubj(long subj)
Set the "Subj" result value |
void |
ReplicationRdbWrapper.SelectCollectionAdditionsResult.setSubj(long subj)
Set the "Subj" result value |
void |
ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult.setSubj(long subj)
Set the "Subj" result value |
void |
ReplicationRdbWrapper.SelectTrackerStatementsDeletionsResult.setSubj(long subj)
Set the "Subj" result value |
void |
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult.setSubj(long subj)
Set the "Subj" result value |
void |
StatementRdbWrapper.SelectStatementsByTripleFromHistoryResult.setSubj(long subj)
Set the "Subj" result value |
void |
StatementRdbWrapper.SelectStatementsByTripleHistoryResult.setSubj(long subj)
Set the "Subj" result value |
void |
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult.setSubj(long subj)
Set the "Subj" result value |
void |
StatementRdbWrapper.SelectStatementResult.setSubj(long subj)
Set the "Subj" result value |
void |
StatementRdbWrapper.SelectAllStatementsResult.setSubj(long subj)
Set the "Subj" result value |
void |
StatementFindRdbWrapper.SelectTempQuadsResult.setSubj(long subj)
Set the "Subj" result value |
void |
InsertStatementsRdbWrapper.SelectInsertStatementsResult.setSubj(long subj)
Set the "Subj" result value |
void |
ReplicationRdbWrapper.SelectSTRowsResult.setType(long type)
Set the "Type" result value |
void |
NamedGraphRdbWrapper.SelectNamedGraphUrisResult.setUri(java.lang.String uri)
Set the "Uri" result value |
void |
NamedGraphRdbWrapper.SelectMetaGraphUrisResult.setUri(java.lang.String uri)
Set the "Uri" result value |
void |
ReplicationRdbWrapper.SelectUniqueUrisResult.setUri(java.lang.String uri)
Set the "Uri" result value |
void |
LastTransactionTime.PrefetchPredicateUrisResult.setUri(java.lang.String uri)
Set the "Uri" result value |
void |
ReplicationRdbWrapper.SelectUserRoleDeltasResult.setUserId(long userId)
Set the "UserId" result value |
void |
ReplicationRdbWrapper.SelectUserDeltasResult.setUserId(java.lang.String userId)
Set the "UserId" result value |
void |
UserRdbWrapper.SelectUserResult.setUserId(java.lang.String userId)
Set the "UserId" result value |
void |
StatementFindRdbWrapper.SelectTempQuadIdNodesResult.setValue(java.lang.String value)
Set the "Value" result value |
static int |
GlitterRdbWrapper.truncateTable(PreparedStatementCache sqlCache,
java.lang.String table)
Runs the truncateTable prepared statement. |
static void |
ServerRdbWrapper.unlockTable(PreparedStatementCache sqlCache,
java.lang.String tableName)
Runs the unlockTable prepared statement. |
static void |
AciRdbWrapper.updateAccessControl(PreparedStatementCache sqlCache,
AciRdbWrapper.UpdateAccessControlParams params)
Runs the updateAccessControl prepared statement. |
static void |
AciRdbWrapper.updateAccessControl(PreparedStatementCache sqlCache,
int read,
int add,
int remove,
int insertNamedGraph,
int removeNamedGraph,
int changeNamedGraphAcl,
long roleId,
long aclId,
long id)
Runs the updateAccessControl prepared statement. |
static void |
UserRdbWrapper.updateUser(PreparedStatementCache sqlCache,
java.lang.String userId,
java.lang.String passwordHash,
long defaultRoleId,
long defaultAclId,
long id)
Runs the updateUser prepared statement. |
static void |
UserRdbWrapper.updateUser(PreparedStatementCache sqlCache,
UserRdbWrapper.UpdateUserParams params)
Runs the updateUser prepared statement. |
| Uses of AnzoException in org.openanzo.server.repository.structures |
|---|
| Methods in org.openanzo.server.repository.structures that throw AnzoException | |
|---|---|
void |
Role.addImplicitUser(User user,
java.lang.Long modified)
Add a user to this role |
static void |
Role.addSubRole(RepositoryConnection repositoryConnection,
Role parentId,
Role childId,
java.lang.Long modified)
Add a child role to a parent role in the database |
boolean |
Role.addUser(User user,
java.lang.Long modified)
Add a user to this role, and add any implied roles based on role hierarchy |
void |
TempACI.copyTo(ACI aci)
Copies all the permissions and the role for this TempACI to another concrete ACI. |
void |
ACI.copyTo(ACI aci,
boolean setId)
Copy all the permissions and the role for this ACI to another ACI. |
static ACI |
ACI.createACI(RepositoryConnection repositoryConnection,
java.lang.Long id)
Creates an AccessControl item, if the id is already in use in the repository then a ModelServiceException is thrown. |
ACL |
TempACL.createAclFromTemplate(java.lang.Long modified)
Create a new ACL using this TempACL as a template |
ACL |
ACL.createAclFromTemplate(org.openrdf.model.URI namedGraphUri,
TransactionUpdateResults updateResults)
Create a new ACL object based on the contents of an AclTemplate |
static ACL |
ACL.createAclInstance(RepositoryConnection repositoryConnection,
java.lang.Long modified,
java.lang.Long aclId,
java.lang.Long roleId,
boolean template,
boolean read,
boolean add,
boolean remove,
boolean changeNamedGraphAcl,
boolean insertNamedGraph,
boolean removeNamedGraph)
Create an instance of an ACL |
static NamedGraph |
NamedGraph.createNamedGraph(java.lang.Long id,
java.lang.Long metaId,
java.lang.Long aclId,
java.lang.Long timestamp,
java.lang.Long createdBy,
long revision,
RepositoryConnection repositoryConnection,
long lastModifiedBy)
Create NamedGraph with given properties |
static Role |
Role.createRole(java.lang.Long id,
java.lang.Long modified,
RepositoryConnection repositoryConnection)
Creates a new role. |
static Statement |
Statement.createStatement(RepositoryConnection repositoryConnection,
org.openrdf.model.Statement statement,
java.lang.Long modified,
java.lang.Long namedGraphId)
Create a new Statement for provided data |
static TempACI |
TempACI.createTempACI(Role role)
Creates an TempACI item for the given Role |
static TempACL |
TempACL.createTempACL(RepositoryConnection repositoryConnection,
org.openrdf.model.URI aclTemplateURI)
Create a new Temporary ACL |
static User |
User.createUser(java.lang.Long id,
java.lang.Long roleId,
java.lang.Long aclId,
java.lang.String userId,
java.lang.String password,
RepositoryConnection repositoryConnection,
java.lang.Long modified)
Creates a new user and adds the user to the database. |
void |
User.flattenRoles(java.lang.Long modified)
Updates the 'implicit' entries in the UsersRoles table for this user. |
java.lang.Long |
ACI.getAclId()
Get the ID of the ACL that this aci belongs |
java.lang.Long |
User.getDefaultAclTemplateId()
Get the ID for the default Acl template associated with this user. |
java.lang.Long |
User.getDefaultRoleId()
Gets the ID for the default role associated with this user. |
static Role |
Role.getEveryoneNode(RepositoryConnection repositoryConnection,
java.lang.Long modified)
Get the Role that covers every user |
java.lang.Long |
ACI.getId()
Get the id of this ACI |
java.lang.Long |
ACI.getModified()
Get the timestamp when the ACI was modified |
java.util.Set<Role> |
Role.getParentRoles(java.util.Set<Role> roles)
Get the roles in the role's hierarchy |
NamedGraph |
NamedGraph.Factory.getResource(RepositoryConnection repositoryConnection,
java.lang.Long id,
boolean forceCreate)
|
ACI |
ACI.Factory.getResource(RepositoryConnection repositoryConnection,
java.lang.Long id,
boolean forceCreate)
|
java.lang.Long |
ACI.getRoleId()
Get the role that this ACI affects |
java.lang.Long |
TempACI.getRoleId()
Get the role that this aci affects |
java.util.Set<Role> |
User.getRoles()
Gets the roles the user belongs to. |
boolean |
PrivilegeSet.hasPrivilege(Privilege privilege)
Return true if this set contains the privilege |
boolean |
ACI.hasPrivilege(Privilege privilege)
Does this ACI contain the provided privilege |
boolean |
TempACI.hasPrivilege(Privilege privilege)
Does this ACI contain the provided privilege |
boolean |
ACL.hasPrivilege(Privilege privilege,
java.lang.Long userId)
Does the given userId has the provided privilege |
static boolean |
NamedGraph.isStored(RepositoryConnection repositoryConnection,
java.lang.Long id)
Is this NamedGraph stored in database |
ClosableIterator<java.lang.Long> |
ACL.listACIs()
List the ACIs for this ACL |
java.util.Iterator<User> |
Role.listUsers()
Gets an Iterator for the users in the role. |
static ACI |
ACI.loadACI(RepositoryConnection repositoryConnection,
java.lang.Long id)
Given an AccessControl item's unique id, attempts to load it from repository. |
static NamedGraph |
NamedGraph.loadNamedGraph(java.lang.Long id,
RepositoryConnection repositoryConnection)
Load a NamedGraph from database |
void |
ACL.remove(java.lang.Long modified)
Remove this ACL from the database |
void |
User.remove(java.lang.Long modified)
Remove the User from the database |
void |
Role.remove(java.lang.Long modified)
Remove this Role and any subrole relationships from the database |
static void |
Role.removeSubRole(RepositoryConnection repositoryConnection,
Role parent,
Role child,
java.lang.Long modified)
Remove a child role from a parent role in the database |
boolean |
Role.removeUser(User user,
java.lang.Long modified)
Remove user from this role |
static java.util.List<Statement> |
Statement.selectAllStatements(RepositoryConnection repositoryConnection,
boolean includeInferredStatements)
Returns a list of all Statements in the statements table. |
void |
ACI.setACL(ACL acl)
Set the ACL that this aci belongs |
void |
ACI.setAclId(java.lang.Long id)
Set the ID of the ACL that this aci belongs |
void |
ACI.setModified(java.lang.Long modified)
Set the timestamp when the ACI was modified |
void |
User.setPassword(java.lang.String password)
Set the User password |
void |
PrivilegeSet.setPrivilege(Privilege privilege,
boolean value)
Set privilege in the set |
void |
ACI.setPrivilege(Privilege privilege,
boolean value)
Set the privilege in this ACI to the provided value |
void |
TempACI.setPrivilege(Privilege privilege,
boolean value)
Set the privilege in this ACI to the provided value |
void |
ACI.setRole(Role role)
Set the role that this aci affects |
void |
TempACI.setRole(Role role)
Set the role that this aci affects |
void |
ACI.setRoleId(java.lang.Long roleId)
Set the role that this aci affects |
void |
TempACI.setRoleId(java.lang.Long roleId)
Set the role that this aci affects |
boolean |
User.update(java.lang.Long modified)
Update the User data in the database |
void |
TempACL.updatePrivileges(Role role,
java.util.List<Privilege> addPrivileges,
java.util.List<Privilege> removePrivileges)
Adds and removes the given privileges to the given role for this ACL |
ACI |
ACL.updatePrivileges(Role role,
java.util.List<Privilege> addPrivileges,
java.util.List<Privilege> removePrivileges,
java.lang.Long modified)
Adds and removes the given privileges to the given role for this ACI and returns the ACI containing the updated privileges which must be committed by the caller. |
boolean |
User.verifyPassword(java.lang.String password)
Checks if the user's password matches the password parameter. |
| Constructors in org.openanzo.server.repository.structures that throw AnzoException | |
|---|---|
PrivilegeSet(AclRdbWrapper.SelectUserHasAccessResult results)
Create a new set of Privileges from the results of a SelectUserHasAccess query |
|
| Uses of AnzoException in org.openanzo.server.repository.update |
|---|
| Methods in org.openanzo.server.repository.update that return types with arguments of type AnzoException | |
|---|---|
java.util.List<AnzoException> |
TransactionUpdateResults.getErrors()
Get the List of errors that occured during this transaction |
| Methods in org.openanzo.server.repository.update that throw AnzoException | |
|---|---|
boolean |
ServerWriter.handleAci(boolean addition,
java.lang.Long namedGraph,
java.lang.Long acl,
java.lang.Long role,
java.lang.Boolean canRead,
java.lang.Boolean canAdd,
java.lang.Boolean canRemove,
java.lang.Boolean canInsertNamedGraph,
java.lang.Boolean canRemoveNamedGraph,
java.lang.Boolean canChangeAcl)
Handle ACI message |
boolean |
ServerWriter.handleAci(boolean addition,
org.openrdf.model.URI namedGraph,
org.openrdf.model.URI acl,
org.openrdf.model.URI role,
java.lang.Boolean canRead,
java.lang.Boolean canAdd,
java.lang.Boolean canRemove,
java.lang.Boolean canInsertNamedGraph,
java.lang.Boolean canRemoveNamedGraph,
java.lang.Boolean canChangeAcl)
|
boolean |
ServerUpdatesProcessor.handleAci(boolean addition,
org.openrdf.model.URI namedGraph,
org.openrdf.model.URI acl,
org.openrdf.model.URI role,
java.lang.Boolean canRead,
java.lang.Boolean canUpdate,
java.lang.Boolean canDelete,
java.lang.Boolean canInsert,
java.lang.Boolean canRemove,
java.lang.Boolean canChangeAcl)
|
boolean |
UpdateHandler.handleAci(boolean additions,
org.openrdf.model.URI namedGraph,
org.openrdf.model.URI aclNode,
org.openrdf.model.URI roleNode,
java.lang.Boolean canRead,
java.lang.Boolean canAdd,
java.lang.Boolean canRemove,
java.lang.Boolean canInsertNamedGraph,
java.lang.Boolean canRemoveNamedGraph,
java.lang.Boolean canChangeNamedGraphAcl,
BatchOperationQueue boq,
TransactionUpdateResults updateResults)
Handle ACI |
boolean |
ServerWriter.handleAcl(boolean addition,
java.lang.Long acl,
boolean isTemplate)
Handle ACL message |
boolean |
ServerWriter.handleAcl(boolean addition,
org.openrdf.model.URI acl,
boolean isTemplate)
|
boolean |
ServerUpdatesProcessor.handleAcl(boolean additions,
org.openrdf.model.URI aclNode,
boolean isTemplate)
|
boolean |
UpdateHandler.handleAcl(boolean additions,
org.openrdf.model.URI aclNode,
boolean isTemplate,
BatchOperationQueue boq,
TransactionUpdateResults updateResults)
Handle ACL |
boolean |
ServerWriter.handleCommandEnd()
|
boolean |
ServerUpdatesProcessor.handleCommandEnd()
|
boolean |
ServerUpdatesProcessor.handleCommandStart(java.lang.Long commandId,
java.lang.String commandType,
java.util.Set<IPrecondition> preconditions)
Handle start of command message |
boolean |
ServerWriter.handleCommandStart(java.lang.Long commandId,
java.lang.String commandType,
java.lang.String commadPreReq)
|
boolean |
ServerUpdatesProcessor.handleCommandStart(java.lang.Long id,
java.lang.String commandType,
java.lang.String commandPreconditions)
|
boolean |
ServerWriter.handleEndDocument()
|
boolean |
ServerWriter.handleError(int errorNumber,
int errorSubNumber,
java.lang.String... errorMessageArgs)
|
void |
TransactionUpdateResults.handleError(int errorNumber,
int errorSubNumber,
java.lang.String... errorMessageArgs)
Handle an error by creating a AnzoException and writing error to handler |
boolean |
ServerWriter.handleNamedGraph(boolean addition,
java.lang.Long graph,
java.lang.Long metaGraph,
java.lang.Long revision,
java.lang.Long aclTemplate,
java.lang.Long createdBy,
java.lang.Long modified,
java.lang.Long lastModifiedBy)
Handle NamedGraph message |
boolean |
UpdateHandler.handleNamedGraph(boolean additions,
org.openrdf.model.URI namedGraphUri,
org.openrdf.model.URI metadataGraphUri,
java.lang.Long revision,
org.openrdf.model.URI aclTemplateNode,
BatchOperationQueue boq,
TransactionUpdateResults updateResults)
Handle namedgraph |
boolean |
ServerWriter.handleNamedGraph(boolean addition,
org.openrdf.model.URI graph,
org.openrdf.model.URI metaGraph,
java.lang.Long revision,
org.openrdf.model.URI aclTemplate,
org.openrdf.model.URI createdBy,
java.lang.Long modified,
org.openrdf.model.URI lastModifiedBy)
|
boolean |
ServerUpdatesProcessor.handleNamedGraph(boolean additions,
org.openrdf.model.URI namedGraphUri,
org.openrdf.model.URI metadataGraphUri,
java.lang.Long revision,
org.openrdf.model.URI aclNode,
org.openrdf.model.URI createdBy,
java.lang.Long modified,
org.openrdf.model.URI lastModifiedBy)
|
boolean |
ServerWriter.handleNode(java.lang.Long id,
org.openrdf.model.Value node)
|
boolean |
ServerWriter.handleReset()
|
boolean |
ServerWriter.handleRole(boolean addition,
java.lang.Long role)
Handle role message |
boolean |
ServerWriter.handleRole(boolean addition,
org.openrdf.model.URI role)
|
boolean |
ServerUpdatesProcessor.handleRole(boolean additions,
org.openrdf.model.URI roleNode)
|
boolean |
UpdateHandler.handleRole(boolean additions,
org.openrdf.model.URI roleNode,
BatchOperationQueue boq,
TransactionUpdateResults updateResults)
Handle Role |
boolean |
ServerWriter.handleStartDocument()
|
boolean |
ServerWriter.handleStatement(boolean addition,
IRdbTerm graphId,
IRdbTerm subj,
IRdbTerm prop,
IRdbTerm obj)
Handle statement message |
boolean |
ServerWriter.handleStatement(boolean addition,
java.lang.Long graphId,
java.lang.Long subj,
java.lang.Long prop,
java.lang.Long obj,
java.util.Map<java.lang.Long,org.openrdf.model.Value> nodes)
Handle statement message |
boolean |
ServerWriter.handleStatement(boolean addition,
org.openrdf.model.URI graphId,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj)
|
boolean |
ServerUpdatesProcessor.handleStatement(boolean additions,
org.openrdf.model.URI graphUri,
org.openrdf.model.Resource subject,
org.openrdf.model.URI predicate,
org.openrdf.model.Value object)
|
boolean |
UpdateHandler.handleStatement(boolean additions,
org.openrdf.model.URI graphUri,
org.openrdf.model.Resource subject,
org.openrdf.model.URI predicate,
org.openrdf.model.Value object,
BatchOperationQueue boq,
TransactionUpdateResults updateResults)
Handle a statement |
boolean |
ServerWriter.handleSubRoleOf(boolean addition,
java.lang.Long role,
java.lang.Long parentRole)
Handle Role subrole of another role message |
boolean |
ServerWriter.handleSubRoleOf(boolean addition,
org.openrdf.model.URI role,
org.openrdf.model.URI parentRole)
|
boolean |
ServerUpdatesProcessor.handleSubRoleOf(boolean additions,
org.openrdf.model.URI roleNode,
org.openrdf.model.URI parentRoleNode)
|
boolean |
UpdateHandler.handleSubRoleOf(boolean additions,
org.openrdf.model.URI roleNode,
org.openrdf.model.URI parentRoleNode,
BatchOperationQueue boq,
TransactionUpdateResults updateResults)
Handle subRoleOf |
boolean |
ServerWriter.handleTransactionEnd()
|
boolean |
ServerUpdatesProcessor.handleTransactionEnd()
|
boolean |
ServerWriter.handleTransactionStart(java.lang.Long transactionId,
java.lang.Long commited)
|
boolean |
ServerUpdatesProcessor.handleTransactionStart(java.lang.Long id,
java.lang.Long timestamp)
|
boolean |
ServerWriter.handleUser(boolean addition,
java.lang.Long user,
java.lang.Long defaultRole,
java.lang.Long defaultAcl,
java.lang.String userId,
java.lang.String password)
Handle user message |
boolean |
ServerWriter.handleUser(boolean addition,
org.openrdf.model.URI user,
org.openrdf.model.URI defaultRole,
org.openrdf.model.URI defaultAcl,
java.lang.String userId,
java.lang.String password)
|
boolean |
ServerUpdatesProcessor.handleUser(boolean additions,
org.openrdf.model.URI userNode,
org.openrdf.model.URI defaultRoleNode,
org.openrdf.model.URI defaultAclNode,
java.lang.String userId,
java.lang.String password)
|
boolean |
UpdateHandler.handleUser(boolean additions,
org.openrdf.model.URI userNode,
org.openrdf.model.URI defaultRoleNode,
org.openrdf.model.URI defaultAclTemplateNode,
java.lang.String userId,
java.lang.String password,
BatchOperationQueue boq,
TransactionUpdateResults updateResults)
Handle User |
boolean |
ServerWriter.handleUserInRole(boolean addition,
java.lang.Long user,
java.lang.Long role)
Handle User in Role message |
boolean |
ServerWriter.handleUserInRole(boolean addition,
org.openrdf.model.URI user,
org.openrdf.model.URI role)
|
boolean |
ServerUpdatesProcessor.handleUserInRole(boolean additions,
org.openrdf.model.URI userNode,
org.openrdf.model.URI roleNode)
|
boolean |
UpdateHandler.handleUserInRole(boolean additions,
org.openrdf.model.URI userNode,
org.openrdf.model.URI roleNode,
BatchOperationQueue boq,
TransactionUpdateResults updateResults)
Handle UserInRole |
void |
ServerUpdatesProcessor.parse(boolean additions,
java.util.Collection<org.openrdf.model.Statement> statements)
Parse the contents of a graph into updates |
void |
ServerUpdatesProcessor.read(java.io.InputStream inputStream)
Read udpates from an InputStream |
void |
UpdateHandler.registerNamedGraph(TransactionUpdateResults updateResults,
org.openrdf.model.URI namedGraphUri)
Register that namedGraph was changed |
UpdateResults |
UpdateManager.update(java.io.InputStream updates)
Process a set of ITransactions contained in InputStream and return results |
UpdateResults |
UpdateManager.update(ITransaction[] transactions)
Process a set of ITransactions and return results |
void |
ServerWriter.writeNode(java.lang.Long id,
java.util.Map<java.lang.Long,org.openrdf.model.Value> cache)
Write Node with ID to outputstream |
| Constructors in org.openanzo.server.repository.update that throw AnzoException | |
|---|---|
UpdateManager(RepositoryConnection repositoryConnection)
Create a new UpdateManager |
|
| Uses of AnzoException in org.openanzo.server.security |
|---|
| Methods in org.openanzo.server.security that throw AnzoException | |
|---|---|
org.openrdf.model.URI |
IAuthenticationProvider.authenticateUser(RepositoryConnection repositoryConnection,
java.lang.String userId,
java.lang.String password)
Authenticate the userId and password with provider, and return the URI of the user within Anzo |
org.openrdf.model.URI |
JaasAuthenticationProvider.authenticateUser(RepositoryConnection repositoryConnection,
java.lang.String userId,
java.lang.String password)
|
org.openrdf.model.URI |
LdapAuthenticationProvider.authenticateUser(RepositoryConnection repositoryConnection,
java.lang.String userId,
java.lang.String password)
|
org.openrdf.model.URI |
AuthenticationProvider.authenticateUser(RepositoryConnection repositoryConnection,
java.lang.String userId,
java.lang.String password)
|
void |
LdapAuthenticationProvider.close()
|
void |
AuthenticationProvider.start()
|
void |
AuthenticationProvider.stop()
|
| Uses of AnzoException in org.openanzo.services |
|---|
| Methods in org.openanzo.services that return types with arguments of type AnzoException | |
|---|---|
java.util.List<AnzoException> |
IModelTransactionUpdates.getErrors()
Get any errors that occurred committing transaction to server |
| Methods in org.openanzo.services with parameters of type AnzoException | |
|---|---|
void |
INotificationListener.noticiationException(AnzoException exception)
Exception was thrown within the INotificationService |
void |
NotificationListenerAdapter.noticiationException(AnzoException exception)
|
| Methods in org.openanzo.services that throw AnzoException | |
|---|---|
void |
IModelService.addInferredObject(org.openrdf.model.URI prop,
org.openrdf.model.URI obj,
org.openrdf.model.URI inferredObj)
Add a mapping between a property/object pair, and the inferred property inferred object pair. |
void |
IModelService.addInferredProperty(org.openrdf.model.URI prop,
org.openrdf.model.URI inferredProp)
Add a mapping between a property , and the inferred property. |
org.openrdf.model.URI |
IAuthenticationService.authenticateUser(java.lang.String userId,
java.lang.String password)
Authenticates the user with a given userId and password against the Anzo Server's authentication service, and returns the user's URI in Anzo. |
QueryResult |
IModelService.execQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphs,
java.util.Set<org.openrdf.model.URI> namedGraphs,
java.lang.String query,
java.lang.String queryLanguage)
Deprecated. use IModelService.executeQuery, no language parameter required since Sparql is now the only language |
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
IModelService.execQueryIndex(java.lang.String query,
int offset,
int numResult)
ExecQueryIndex runs a query against the index on the server and returns the results in a graph. |
java.lang.Long |
IReplicationService.execReplicate(java.lang.Long markerIn,
java.util.Set<ITracker> notificationTrackers,
java.util.Set<ITracker> newNotificationTrackers,
IRepositoryHandler repositoryHandler)
Replicate with the Anzo server |
QueryResult |
IModelService.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphs,
java.util.Set<org.openrdf.model.URI> namedGraphs,
java.lang.String query)
ExecuteQuery runs a SPARQL query on the server and returns the results in a QueryResult object. |
QueryResult |
IModelService.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphs,
java.util.Set<org.openrdf.model.URI> namedGraphs,
java.lang.String query,
org.openrdf.model.URI base)
ExecuteQuery runs a SPARQL query on the server and returns the results in a QueryResult object. |
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
IModelService.findStatements(org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
org.openrdf.model.Resource context)
FindStatements returns an iterator of statements that match a Statement pattern and no inferred triples |
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
IModelService.findStatements(org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
org.openrdf.model.Resource context,
boolean includeInferedStatements)
FindStatements returns an iterator of statements that match a Statement pattern |
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
IModelService.findStatements(org.openrdf.model.Statement statement)
FindStatements returns an iterator of statements that match a Statement pattern and no inferred triples |
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
IModelService.findStatements(org.openrdf.model.Statement statement,
boolean includeInferedStatements)
FindStatements returns an iterator of statements that match a Statement pattern |
INamedGraphWithMetaData |
IModelService.getCurrentNamedGraphRevision(org.openrdf.model.URI namedGraphUri)
GetNamedGraphRevision returns a INamedGraphWithMetaData for a specific NamedGraph at the current revision |
org.openrdf.model.URI |
IModelService.getMetadataGraphUri(org.openrdf.model.URI namedGraphUri)
|
INamedGraphWithMetaData |
IModelService.getNamedGraphRevision(org.openrdf.model.URI namedGraphUri,
long revision)
GetNamedGraphRevision returns a INamedGraphWithMetaData for a specific NamedGraph at a certain revision |
java.util.Set<org.openrdf.model.URI> |
IAuthenticationService.getRolesForGraph(org.openrdf.model.URI namedGraphUri)
Get the roles that can read a given NamedGraph |
java.util.Set<org.openrdf.model.URI> |
IAuthenticationService.getRolesForUser(org.openrdf.model.URI userURI)
Get roles that given user is a member |
long |
IModelService.getSize(org.openrdf.model.URI namedGraphUri)
|
java.util.Set<org.openrdf.model.URI> |
IModelService.getStoredNamedGraphs()
|
java.util.Set<org.openrdf.model.URI> |
IAuthenticationService.getUsersForGraph(org.openrdf.model.URI namedGraphUri)
Get the users that can read a given NamedGraph |
org.openrdf.model.URI |
IAuthenticationService.getUserUri(java.lang.String userId)
Get the User's URI based on userId |
void |
IModelService.reset(java.util.Collection<org.openrdf.model.Statement> statements)
Reset is a utility method that resets all data on the Anzo Server and sets system graph to some data. |
IModelUpdate |
IModelService.updateServer(ITransaction[] transactions,
boolean returnResults,
boolean isIndexSynchronous)
UpdateServer sends a set of transactions to the server to be processed. |
| Uses of AnzoException in org.openanzo.services.impl |
|---|
| Methods in org.openanzo.services.impl that return types with arguments of type AnzoException | |
|---|---|
java.util.List<AnzoException> |
ModelTransactionUpdates.getErrors()
Get the list of errors from server |
| Methods in org.openanzo.services.impl that throw AnzoException | |
|---|---|
void |
WSModelService.addInferredObject(org.openrdf.model.URI prop,
org.openrdf.model.URI obj,
org.openrdf.model.URI inferredObj)
|
void |
WSModelService.addInferredProperty(org.openrdf.model.URI prop,
org.openrdf.model.URI inferredProp)
|
org.openrdf.model.URI |
WSAuthenticationService.authenticateUser(java.lang.String userId,
java.lang.String password)
|
void |
NotificationListenerConnection.close()
Close the connection to the notification server |
static org.apache.axis.client.Call |
WSUtil.createCall(java.lang.String hostName,
int port,
java.lang.String path,
java.lang.String userName,
java.lang.String password,
int timeout)
Create a new SOAP call |
QueryResult |
WSModelService.execQuery(java.util.Set<org.openrdf.model.URI> defaultGraphUris,
java.util.Set<org.openrdf.model.URI> graphs,
java.lang.String query,
java.lang.String queryLanguage)
Deprecated. |
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
WSModelService.execQueryIndex(java.lang.String query,
int startIndex,
int numResults)
|
java.lang.Long |
WSReplicationService.execReplicate(java.lang.Long markerIn,
java.util.Set<ITracker> statementTrackers,
java.util.Set<ITracker> newStatementTrackers,
IRepositoryHandler handler)
|
QueryResult |
WSModelService.executeQuery(java.util.Set<org.openrdf.model.URI> defaultGraphUris,
java.util.Set<org.openrdf.model.URI> graphs,
java.lang.String query)
|
QueryResult |
WSModelService.executeQuery(java.util.Set<org.openrdf.model.URI> defaultGraphUris,
java.util.Set<org.openrdf.model.URI> graphs,
java.lang.String query,
org.openrdf.model.URI base)
|
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
WSModelService.findStatements(org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
org.openrdf.model.Resource context)
|
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
WSModelService.findStatements(org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
org.openrdf.model.Resource context,
boolean includeInferedTriples)
|
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
WSModelService.findStatements(org.openrdf.model.Statement statement)
|
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
WSModelService.findStatements(org.openrdf.model.Statement statement,
boolean includeInferedTriples)
|
INamedGraphWithMetaData |
WSModelService.getCurrentNamedGraphRevision(org.openrdf.model.URI namedGraphUri)
|
org.openrdf.model.URI |
WSModelService.getMetadataGraphUri(org.openrdf.model.URI namedGraphUri)
|
INamedGraphWithMetaData |
WSModelService.getNamedGraphRevision(org.openrdf.model.URI namedGraphUri,
long revision)
|
java.util.Set<org.openrdf.model.URI> |
WSAuthenticationService.getRolesForGraph(org.openrdf.model.URI namedGraphUri)
|
java.util.Set<org.openrdf.model.URI> |
WSAuthenticationService.getRolesForUser(org.openrdf.model.URI userId)
|
long |
WSModelService.getSize(org.openrdf.model.URI namedGraphUri)
|
java.util.Set<org.openrdf.model.URI> |
WSModelService.getStoredNamedGraphs()
|
java.util.Set<org.openrdf.model.URI> |
WSAuthenticationService.getUsersForGraph(org.openrdf.model.URI namedGraphUri)
|
org.openrdf.model.URI |
WSAuthenticationService.getUserUri(java.lang.String userId)
|
void |
WSModelService.reset(java.util.Collection<org.openrdf.model.Statement> metaData)
|
IModelUpdate |
WSModelService.updateServer(ITransaction[] transactions,
boolean returnResults,
boolean isIndexSynchronous)
|
| Uses of AnzoException in org.openanzo.services.trackers |
|---|
| Methods in org.openanzo.services.trackers that throw AnzoException | |
|---|---|
static java.util.Set<ISerializableTracker> |
SelectorTracker.loadAllSerializedTrackers(INamedGraph graph)
Loads all of the trackers found serialized in the given model. |
static SelectorTracker |
SelectorTracker.loadSerializedTracker(org.openrdf.model.Resource trackerResource,
INamedGraph graph)
Creates a SelectorTracker object from its serialization in the given graph. |
| Uses of AnzoException in org.openanzo.telar.web.cache |
|---|
| Methods in org.openanzo.telar.web.cache that throw AnzoException | |
|---|---|
java.lang.Long |
RevisionCache.getNamedGraphRevisionNumber(java.lang.String id)
|
boolean |
CacheEventListener.handleNamedGraph(boolean addition,
org.openrdf.model.URI namedGraphUri,
org.openrdf.model.URI metadataGraphUri,
java.lang.Long revision,
org.openrdf.model.URI aclUriTemplate,
org.openrdf.model.URI createdBy,
java.lang.Long modified,
org.openrdf.model.URI lastModifiedBy)
|
| Constructors in org.openanzo.telar.web.cache that throw AnzoException | |
|---|---|
CacheEventListener(DatasetService dataService,
RevisionCache cache)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||