Miscellaneous
このセクションでは、本プロバイダーの接続文字列で設定可能なMiscellaneous プロパティの全リストを提供します。
| プロパティ | 説明 |
| AllowPreparedStatement | Prepare a query statement before its execution. |
| EnableCaseSensitivity | When enabled, any source schemas, tables, or columns with the same name but different casing will be automatically given a suffix (_n) to differentiate them. This ensures that case differences are properly handled and prevents naming conflicts. |
| MaxRows | Specifies the maximum number of rows the provider requests and returns for all tables and views. |
| Other | 特定のユースケースに対する追加の隠しプロパティを指定します。特定の問題に対処するため、サポートチームが推奨する場合にのみ使用してください。詳細は備考を参照してください。 |
| Pagesize | The number of rows which will be returned for each frame request. |
| QueryPassthrough | このオプションは、クエリをApache Phoenix サーバーにas-is で渡します。 |
| Readonly | provider からApache Phoenix への読み取り専用アクセスを切り替えます。 |
| RTK | provider のライセンスを取得するためのランタイムキーを指定します。設定されていないか無効な場合、provider は標準のライセンス方法をデフォルトとして使用します。このプロパティは、標準のライセンス方法がサポートされていないか、ランタイムキーが必要な環境でのみ必要です。 |
| Timeout | provider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。 |