Miscellaneous
このセクションでは、本プロバイダーの接続文字列で設定可能なMiscellaneous プロパティの全リストを提供します。
プロパティ | 説明 |
AllowUserVariables | When set to True, user variables (prefixed by an @) can be used in SQL queries. |
BatchSize | 送信する各バッチ処理の最大サイズ。 |
Characterset | The default client character set used by the provider. For example, 'utf8'. |
ConnectionAttributes | A list of Partner Connection Metrics, expressed as key-value pairs. |
ConnectionLifeTime | 接続の最大有効期間(秒単位)。その時間が経過すると、接続オブジェクトは削除されます。 |
ConnectOnOpen | このプロパティは、接続が開かれたときにSingleStore に接続するかどうかを指定します。 |
MaxRows | クエリで集計またはGROUP BY を使用しない場合に返される行数を制限します。これはLIMIT 句よりも優先されます。 |
Other | これらの隠しプロパティは特定のユースケースでのみ使用されます。 |
PoolIdleTimeout | 接続が閉じられる前に許容されたアイドル時間。 |
PoolMaxSize | プールの最大接続数。 |
PoolMinSize | プール内の最小接続数。 |
PoolWaitTime | 使用可能な接続を待機する最大秒数。 |
QueryPassthrough | このオプションは、クエリをSingleStore サーバーにas-is で渡します。 |
Readonly | このプロパティを使用して、provider からSingleStore へのアクセスを読み取り専用に設定できます。 |
RTK | ライセンス供与で使用されるランタイムキー。 |
Timeout | The value in seconds until the connection timeout error is thrown. |
UseConnectionPooling | このプロパティは、コネクションプーリングを有効にします。 |
ZeroDatesToNull | Whether or not to return Date and DateTime values consisting of all zeros as NULL. |