RecruitingJobOfferscollaborators
RecruitingJobOfferscollaborators
Columns
| Name | Type | Description |
| RecruitingJobOffersOfferId [KEY] | Long | Finds job offer by primary key and an offer ID |
| CollaboratorId [KEY] | Long | ID for each collaborator. |
| PersonId | Long | Person ID assigned to each collaborator. |
| CollaboratorAssignmentId | Long | ID for each assignment given to the collaborator. |
| CreatedBy | String | Name of the collaborator who created the job offer. |
| CreationDate | Datetime | Date when the job offer was created by the collaborator. |
| LastUpdatedBy | String | Collaborator who last updated the job offer. |
| LastUpdateDate | Datetime | Date when the job offer was last updated by the collaborator. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| OfferId | Long | OfferId |
| Finder | String | finder |