CData Python Connector for Oracle Fusion Cloud HCM

Build 24.0.9062

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.

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