Finders
Lists the findername along with the attributes for a particular view.
SELECT
ViewName は、マッピングするFinderName とファインダーパラメータカラムを取得するために必要です。
ViewName カラムは= および IN 演算子をサポートします。
SELECT * FROM Finders where viewname = 'Jobs'
SELECT * FROM Finders where viewname IN ('Jobs','JobsValidGrades')
Columns
| Name | Type | Description |
| ViewName | String | Name of the view for which finder needs to be found. |
| FinderName | String | Name of Finder. |
| AttributeFinderColumn | String | Name of Finder Attribute. |
| Type | String | Datatype of Finder Attribute. |