Fine-Tuning Data Access
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 connector will attempt to negotiate TLS/SSL connections to the server.