Class NativeStoreConnection

    • Field Detail

    • Method Detail

      • startTransactionInternal

        protected void startTransactionInternal()
                                         throws org.eclipse.rdf4j.sail.SailException
        Overrides:
        startTransactionInternal in class SailSourceConnection
        Throws:
        org.eclipse.rdf4j.sail.SailException
      • commitInternal

        protected void commitInternal()
                               throws org.eclipse.rdf4j.sail.SailException
        Overrides:
        commitInternal in class SailSourceConnection
        Throws:
        org.eclipse.rdf4j.sail.SailException
      • rollbackInternal

        protected void rollbackInternal()
                                 throws org.eclipse.rdf4j.sail.SailException
        Overrides:
        rollbackInternal in class SailSourceConnection
        Throws:
        org.eclipse.rdf4j.sail.SailException
      • addStatementInternal

        protected void addStatementInternal​(org.eclipse.rdf4j.model.Resource subj,
                                            org.eclipse.rdf4j.model.IRI pred,
                                            org.eclipse.rdf4j.model.Value obj,
                                            org.eclipse.rdf4j.model.Resource... contexts)
                                     throws org.eclipse.rdf4j.sail.SailException
        Specified by:
        addStatementInternal in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
        Throws:
        org.eclipse.rdf4j.sail.SailException
      • addInferredStatement

        public boolean addInferredStatement​(org.eclipse.rdf4j.model.Resource subj,
                                            org.eclipse.rdf4j.model.IRI pred,
                                            org.eclipse.rdf4j.model.Value obj,
                                            org.eclipse.rdf4j.model.Resource... contexts)
                                     throws org.eclipse.rdf4j.sail.SailException
        Specified by:
        addInferredStatement in interface InferencerConnection
        Overrides:
        addInferredStatement in class SailSourceConnection
        Throws:
        org.eclipse.rdf4j.sail.SailException
      • removeStatementsInternal

        protected void removeStatementsInternal​(org.eclipse.rdf4j.model.Resource subj,
                                                org.eclipse.rdf4j.model.IRI pred,
                                                org.eclipse.rdf4j.model.Value obj,
                                                org.eclipse.rdf4j.model.Resource... contexts)
                                         throws org.eclipse.rdf4j.sail.SailException
        Specified by:
        removeStatementsInternal in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
        Throws:
        org.eclipse.rdf4j.sail.SailException
      • removeInferredStatement

        public boolean removeInferredStatement​(org.eclipse.rdf4j.model.Resource subj,
                                               org.eclipse.rdf4j.model.IRI pred,
                                               org.eclipse.rdf4j.model.Value obj,
                                               org.eclipse.rdf4j.model.Resource... contexts)
                                        throws org.eclipse.rdf4j.sail.SailException
        Specified by:
        removeInferredStatement in interface InferencerConnection
        Overrides:
        removeInferredStatement in class SailSourceConnection
        Throws:
        org.eclipse.rdf4j.sail.SailException
      • clearInternal

        protected void clearInternal​(org.eclipse.rdf4j.model.Resource... contexts)
                              throws org.eclipse.rdf4j.sail.SailException
        Overrides:
        clearInternal in class SailSourceConnection
        Throws:
        org.eclipse.rdf4j.sail.SailException
      • supportsConcurrentReads

        public boolean supportsConcurrentReads()
        Specified by:
        supportsConcurrentReads in interface org.eclipse.rdf4j.sail.features.ThreadSafetyAware