Miscellaneous
このセクションでは、本プロバイダーの接続設定で設定可能なMiscellaneous プロパティの全リストを提供します。
プロパティ | 説明 |
AllowUserVariables | When set to True, user variables (prefixed by an @) can be used in SQL queries. |
DirectQueryLimit | DirectQuery モードを使用する場合の行数を制限します。これにより、設計時にパフォーマンスの問題を回避できます。 |
EnableForeignKeyDetection | ODBC で外部キーを検出するかどうか。 |
MaximumColumnSize | カラムの最大サイズ。 |
MaxRows | クエリで集計またはGROUP BY を使用しない場合に返される行数を制限します。これはLIMIT 句よりも優先されます。 |
Other | これらの隠しプロパティは特定のユースケースでのみ使用されます。 |
QueryPassthrough | このオプションは、クエリをMariaDB サーバーにas-is で渡します。 |
Readonly | このプロパティを使用して、provider からMariaDB へのアクセスを読み取り専用に設定できます。 |
ReplaceInvalidDatesWithNull | 無効な日付をNULL に置き換えるかどうかを決定します。 |
ReturnSchema | When set to False, this will return null for schema when querying getSchemas, getTables, getViews, getProcedures, getColumns, getProcedureParameters or getIndex. |
RTK | ライセンス供与で使用されるランタイムキー。 |
ServerTimeZone | Specify a specific server time zone id of current platform(.Net or Java) by user. |
Timeout | The value in seconds until the connection timeout error is thrown. |
ZeroDatesToNull | Whether or not to return Date and DateTime values consisting of all zeros as NULL. |