JDBC Driver for CockroachDB

Build 22.0.8479

データアクセスのファインチューニング

Fine Tuning Data Access

You can use the following properties to gain more control over the data returned from CockroachDB:

  • AllowPreparedStatement: Set to true to allow the preparation of a query statement before its execution.
    Preparing the query avoids recompiling the same query over and over, but requires that the connection is left open while the statement is prepared.
  • TimeZone: The time zone to be used for the current session.
  • UseSSL: This determines whether the 本製品 will attempt to negotiate TLS/SSL connections to the server.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8479