From commits-return-3725-archive-asf-public=cust-asf.ponee.io@velocity.apache.org Thu Apr 18 15:53:42 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id E636F180675 for ; Thu, 18 Apr 2019 17:53:40 +0200 (CEST) Received: (qmail 96493 invoked by uid 500); 18 Apr 2019 15:53:38 -0000 Mailing-List: contact commits-help@velocity.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@velocity.apache.org Delivered-To: mailing list commits@velocity.apache.org Received: (qmail 95833 invoked by uid 99); 18 Apr 2019 15:53:37 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Apr 2019 15:53:37 +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 C55A73A370A for ; Thu, 18 Apr 2019 15:53:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1857764 [30/40] - in /velocity/site/cms/trunk/content/tools/model: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/velocity/ apidocs/org/apache/velocity/tools/ apidocs/org/apache/velocity/tools/model/ apidocs/org/apache/vel... Date: Thu, 18 Apr 2019 15:53:31 -0000 To: commits@velocity.apache.org From: cbrisson@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20190418155334.C55A73A370A@svn01-us-west.apache.org> Added: velocity/site/cms/trunk/content/tools/model/apidocs/org/apache/velocity/tools/model/sql/Credentials.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/tools/model/apidocs/org/apache/velocity/tools/model/sql/Credentials.html?rev=1857764&view=auto ============================================================================== --- velocity/site/cms/trunk/content/tools/model/apidocs/org/apache/velocity/tools/model/sql/Credentials.html (added) +++ velocity/site/cms/trunk/content/tools/model/apidocs/org/apache/velocity/tools/model/sql/Credentials.html Thu Apr 18 15:53:29 2019 @@ -0,0 +1,330 @@ + + + + + + +Credentials (Apache Velocity Tools - Model Tool 3.1-SNAPSHOT API) + + + + + + + + + + + + +
+
org.apache.velocity.tools.model.sql
+

Class Credentials

+
+
+ +
+
    +
  • +
    +
    +
    public final class Credentials
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Credentials

        +
        public Credentials()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.

+ + Added: velocity/site/cms/trunk/content/tools/model/apidocs/org/apache/velocity/tools/model/sql/DriverInfos.CaseSensitivity.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/tools/model/apidocs/org/apache/velocity/tools/model/sql/DriverInfos.CaseSensitivity.html?rev=1857764&view=auto ============================================================================== --- velocity/site/cms/trunk/content/tools/model/apidocs/org/apache/velocity/tools/model/sql/DriverInfos.CaseSensitivity.html (added) +++ velocity/site/cms/trunk/content/tools/model/apidocs/org/apache/velocity/tools/model/sql/DriverInfos.CaseSensitivity.html Thu Apr 18 15:53:29 2019 @@ -0,0 +1,372 @@ + + + + + + +DriverInfos.CaseSensitivity (Apache Velocity Tools - Model Tool 3.1-SNAPSHOT API) + + + + + + + + + + + + +
+
org.apache.velocity.tools.model.sql
+

Enum DriverInfos.CaseSensitivity

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

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static DriverInfos.CaseSensitivity[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (DriverInfos.CaseSensitivity c : DriverInfos.CaseSensitivity.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static DriverInfos.CaseSensitivity valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.

+ + Added: velocity/site/cms/trunk/content/tools/model/apidocs/org/apache/velocity/tools/model/sql/DriverInfos.LastInsertIdPolicy.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/tools/model/apidocs/org/apache/velocity/tools/model/sql/DriverInfos.LastInsertIdPolicy.html?rev=1857764&view=auto ============================================================================== --- velocity/site/cms/trunk/content/tools/model/apidocs/org/apache/velocity/tools/model/sql/DriverInfos.LastInsertIdPolicy.html (added) +++ velocity/site/cms/trunk/content/tools/model/apidocs/org/apache/velocity/tools/model/sql/DriverInfos.LastInsertIdPolicy.html Thu Apr 18 15:53:29 2019 @@ -0,0 +1,384 @@ + + + + + + +DriverInfos.LastInsertIdPolicy (Apache Velocity Tools - Model Tool 3.1-SNAPSHOT API) + + + + + + + + + + + + +
+
org.apache.velocity.tools.model.sql
+

Enum DriverInfos.LastInsertIdPolicy

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

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static DriverInfos.LastInsertIdPolicy[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (DriverInfos.LastInsertIdPolicy c : DriverInfos.LastInsertIdPolicy.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static DriverInfos.LastInsertIdPolicy valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.

+ +