Miscellaneous
このセクションでは、本プロバイダーの接続設定で設定可能なMiscellaneous プロパティの全リストを提供します。
| プロパティ | 説明 |
| AllowPreparedStatement | Allow the preparation of a query statement before its execution. |
| FetchResultSetMetadata | This field sets whether the provider is getting detailed information about resultset columns from the server. |
| IncludeTableTypes | If set to true, the provider will query for the types of individual tables and views. |
| MaxRows | クエリで集計またはグループ化を使用しない場合に返される行数を制限します。これにより、設計時にパフォーマンスの問題を回避できます。 |
| Other | これらの隠しプロパティは特定のユースケースでのみ使用されます。 |
| QueryPassthrough | このオプションは、クエリをCockroachDB サーバーにas-is で渡します。 |
| Readonly | このプロパティを使用して、provider からCockroachDB へのアクセスを読み取り専用に設定できます。 |
| Timeout | タイムアウトエラーがスローされ、処理をキャンセルするまでの秒数。 |
| TimeZone | The time zone for the current session. |