Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 59281200D5A for ; Thu, 14 Dec 2017 12:30:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 57A1C160C44; Thu, 14 Dec 2017 11:30:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7AC6A160C01 for ; Thu, 14 Dec 2017 12:29:59 +0100 (CET) Received: (qmail 21193 invoked by uid 500); 14 Dec 2017 11:29:58 -0000 Mailing-List: contact commits-help@jena.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jena.apache.org Delivered-To: mailing list commits@jena.apache.org Received: (qmail 21180 invoked by uid 99); 14 Dec 2017 11:29:58 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Dec 2017 11:29:58 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 2C1DA3A0256 for ; Thu, 14 Dec 2017 11:29:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1818112 [5/49] - in /jena/site/trunk/content/documentation/javadoc/jdbc: ./ org/ org/apache/ org/apache/jena/ org/apache/jena/jdbc/ org/apache/jena/jdbc/class-use/ org/apache/jena/jdbc/connections/ org/apache/jena/jdbc/connections/class-us... Date: Thu, 14 Dec 2017 11:29:56 -0000 To: commits@jena.apache.org From: andy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20171214112958.2C1DA3A0256@svn01-us-west.apache.org> archived-at: Thu, 14 Dec 2017 11:30:01 -0000 Added: jena/site/trunk/content/documentation/javadoc/jdbc/org/apache/jena/jdbc/class-use/JenaDriver.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/jdbc/org/apache/jena/jdbc/class-use/JenaDriver.html?rev=1818112&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/jdbc/org/apache/jena/jdbc/class-use/JenaDriver.html (added) +++ jena/site/trunk/content/documentation/javadoc/jdbc/org/apache/jena/jdbc/class-use/JenaDriver.html Thu Dec 14 11:29:54 2017 @@ -0,0 +1,219 @@ + + + + + + +Uses of Class org.apache.jena.jdbc.JenaDriver (Apache Jena - JDBC Driver Bundle 3.6.0) + + + + + + + + + + + +
+

Uses of Class
org.apache.jena.jdbc.JenaDriver

+
+
+ +
+ + + + +

Licensed under the Apache License, Version 2.0

+ + Added: jena/site/trunk/content/documentation/javadoc/jdbc/org/apache/jena/jdbc/class-use/JenaJDBC.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/jdbc/org/apache/jena/jdbc/class-use/JenaJDBC.html?rev=1818112&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/jdbc/org/apache/jena/jdbc/class-use/JenaJDBC.html (added) +++ jena/site/trunk/content/documentation/javadoc/jdbc/org/apache/jena/jdbc/class-use/JenaJDBC.html Thu Dec 14 11:29:54 2017 @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.apache.jena.jdbc.JenaJDBC (Apache Jena - JDBC Driver Bundle 3.6.0) + + + + + + + + + + + +
+

Uses of Class
org.apache.jena.jdbc.JenaJDBC

+
+
No usage of org.apache.jena.jdbc.JenaJDBC
+ + + + +

Licensed under the Apache License, Version 2.0

+ + Added: jena/site/trunk/content/documentation/javadoc/jdbc/org/apache/jena/jdbc/connections/DatasetConnection.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/jdbc/org/apache/jena/jdbc/connections/DatasetConnection.html?rev=1818112&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/jdbc/org/apache/jena/jdbc/connections/DatasetConnection.html (added) +++ jena/site/trunk/content/documentation/javadoc/jdbc/org/apache/jena/jdbc/connections/DatasetConnection.html Thu Dec 14 11:29:54 2017 @@ -0,0 +1,454 @@ + + + + + + +DatasetConnection (Apache Jena - JDBC Driver Bundle 3.6.0) + + + + + + + + + + + + +
+
org.apache.jena.jdbc.connections
+

Class DatasetConnection

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DatasetConnection

        +
        public DatasetConnection(Dataset ds,
        +                         int holdability,
        +                         boolean autoCommit,
        +                         int transactionLevel,
        +                         int compatibilityLevel)
        +                  throws SQLException
        +
        Creates a new dataset connection
        +
        +
        Parameters:
        +
        ds - Dataset
        +
        holdability - Cursor holdability
        +
        autoCommit - Sets auto-commit behavior for the connection
        +
        transactionLevel - Sets transaction isolation level for the connection
        +
        compatibilityLevel - Sets JDBC compatibility level for the connection, see + JdbcCompatibility
        +
        Throws:
        +
        SQLException
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getJenaDataset

        +
        public final Dataset getJenaDataset()
        +
        Gets the dataset to which this connection pertains
        +
        +
        Returns:
        +
        Dataset
        +
        +
      • +
      + + + + + + + + + + + + + + + + + + + +
        +
      • +

        begin

        +
        public void begin(ReadWrite type)
        +           throws SQLException
        +
        Begins a new transaction +

        + Transactions are typically thread scoped and are shared by each thread so + if there is an existing read transaction and another thread tries to + start a read transaction it will join the existing read transaction. + Trying to join a transaction not of the same type will produce an error. +

        +
        +
        Parameters:
        +
        type -
        +
        Throws:
        +
        SQLException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Licensed under the Apache License, Version 2.0

+ +