Property | Type | Description | |
---|---|---|---|
Diagnostics | RDFStoreEnums.RDFStoreSQLErrors | ||
PrepareStore | void | ||
SelectQuadruples | RDFMemoryStore |
Method | Description | |
---|---|---|
AddQuadruple ( RDFQuadruple quadruple ) : RDFStore |
Adds the given quadruple to the store, avoiding duplicate insertions
|
|
ClearQuadruples ( ) : void |
Clears the quadruples of the store
|
|
ContainsQuadruple ( RDFQuadruple quadruple ) : System.Boolean |
Checks if the store contains the given quadruple
|
|
MergeGraph ( RDFGraph graph ) : RDFStore |
Merges the given graph into the store within a single transaction, avoiding duplicate insertions
|
|
OptimizeStore ( ) : void |
Executes a special command to optimize SQL Server store
|
|
RDFSQLServerStore ( String sqlServerInstance, String sqlServerDatabase ) : System |
Default-ctor to build a SQL Server store instance with Windows Integrated Security authentication
|
|
RDFSQLServerStore ( String sqlServerInstance, String sqlServerDatabase, String sqlServerUserName, String sqlServerUserPwd ) : System |
Default-ctor to build a SQL Server store instance with SQL Server authentication
|
|
RemoveQuadruple ( RDFQuadruple quadruple ) : RDFStore |
Removes the given quadruples from the store
|
|
RemoveQuadruplesByContext ( RDFSharp.Store.RDFContext contextResource ) : RDFStore |
Removes the quadruples with the given context
|
|
RemoveQuadruplesByLiteral ( RDFSharp.Model.RDFLiteral literalObject ) : RDFStore |
Removes the quadruples with the given literal as object
|
|
RemoveQuadruplesByObject ( |
Removes the quadruples with the given resource as object
|
|
RemoveQuadruplesByPredicate ( |
Removes the quadruples with the given predicate
|
|
RemoveQuadruplesBySubject ( |
Removes the quadruples with the given subject
|
|
SelectAllQuadruples ( ) : RDFMemoryStore |
Gets a store containing all quadruples
|
|
SelectQuadruplesByContext ( RDFSharp.Store.RDFContext contextResource ) : RDFMemoryStore |
Gets a memory store containing quadruples with the specified context
|
|
SelectQuadruplesByLiteral ( RDFSharp.Model.RDFLiteral objectLiteral ) : RDFMemoryStore |
Gets a memory store containing quadruples with the specified literal
|
|
SelectQuadruplesByObject ( |
Gets a memory store containing quadruples with the specified object
|
|
SelectQuadruplesByPredicate ( |
Gets a memory store containing quadruples with the specified predicate
|
|
SelectQuadruplesBySubject ( |
Gets a memory store containing quadruples with the specified subject
|
|
ToString ( ) : String |
Gives the string representation of the SQL Server store
|
|
UnreifyQuadruples ( ) : void |
Compacts the reified quadruples by removing their 4 standard statements
|
Method | Description | |
---|---|---|
Diagnostics ( ) : RDFStoreEnums.RDFStoreSQLErrors |
Performs the preliminary diagnostics controls on the underlying SQL Server database
|
|
PrepareStore ( ) : void |
Prepares the underlying SQL Server database
|
|
SelectQuadruples ( RDFSharp.Store.RDFContext ctx, |
Gets a memory store containing quadruples satisfying the given pattern
|
public AddQuadruple ( RDFQuadruple quadruple ) : RDFStore | ||
quadruple | RDFQuadruple | |
return | RDFStore |
public ContainsQuadruple ( RDFQuadruple quadruple ) : System.Boolean | ||
quadruple | RDFQuadruple | |
return | System.Boolean |
public MergeGraph ( RDFGraph graph ) : RDFStore | ||
graph | RDFGraph | |
return | RDFStore |
public RDFSQLServerStore ( String sqlServerInstance, String sqlServerDatabase ) : System | ||
sqlServerInstance | String | |
sqlServerDatabase | String | |
return | System |
public RDFSQLServerStore ( String sqlServerInstance, String sqlServerDatabase, String sqlServerUserName, String sqlServerUserPwd ) : System | ||
sqlServerInstance | String | |
sqlServerDatabase | String | |
sqlServerUserName | String | |
sqlServerUserPwd | String | |
return | System |
public RemoveQuadruple ( RDFQuadruple quadruple ) : RDFStore | ||
quadruple | RDFQuadruple | |
return | RDFStore |
public RemoveQuadruplesByContext ( RDFSharp.Store.RDFContext contextResource ) : RDFStore | ||
contextResource | RDFSharp.Store.RDFContext | |
return | RDFStore |
public RemoveQuadruplesByLiteral ( RDFSharp.Model.RDFLiteral literalObject ) : RDFStore | ||
literalObject | RDFSharp.Model.RDFLiteral | |
return | RDFStore |
public RemoveQuadruplesByObject ( |
||
objectResource | ||
return | RDFStore |
public RemoveQuadruplesByPredicate ( |
||
predicateResource | ||
return | RDFStore |
public RemoveQuadruplesBySubject ( |
||
subjectResource | ||
return | RDFStore |
public SelectAllQuadruples ( ) : RDFMemoryStore | ||
return | RDFMemoryStore |
public SelectQuadruplesByContext ( RDFSharp.Store.RDFContext contextResource ) : RDFMemoryStore | ||
contextResource | RDFSharp.Store.RDFContext | |
return | RDFMemoryStore |
public SelectQuadruplesByLiteral ( RDFSharp.Model.RDFLiteral objectLiteral ) : RDFMemoryStore | ||
objectLiteral | RDFSharp.Model.RDFLiteral | |
return | RDFMemoryStore |
public SelectQuadruplesByObject ( |
||
objectResource | ||
return | RDFMemoryStore |
public SelectQuadruplesByPredicate ( |
||
predicateResource | ||
return | RDFMemoryStore |
public SelectQuadruplesBySubject ( |
||
subjectResource | ||
return | RDFMemoryStore |