ODBC Driver for Redis

Build 23.0.8839

DefineTables

テーブル名とRedis キーパターンを使用して、provider によって公開されるテーブルを定義します。

データ型

string

デフォルト値

""

解説

このプロパティは、テーブルとして表示されるRedis 内のキーパターンを定義します。値は、名前と値のペアのカンマ区切りリストで、[Table Name]=[Redis key pattern] の形式になります。 Table Name はデータに使うテーブルの名前で、クエリを発行する際に使用されます。 Redis キーパターンは、対応するキーをグループ化して名前付きテーブルにピボットするために使用されるパターンです。

例を示します。

DefineTables="DefinedTable1=table1:*,DefinedTable2=table2:*"

この値を指定すると、"table1:" で始まるすべてのキーは DefinedTable1 で、"table2:" で始まるすべてのキーは DefinedTable2 で確認できます。

If there is any conflict between tables defined with this property and those defined by the TablePattern, these statically defined tables will take precedence.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839