Predicates Programming Guide

OSXDEV

Jump to: navigation, 찾기

Predicates provide a general means of specifying queries in Cocoa. The predicate system is capable of handling a large number of domains, not just—for example—Core Data or Spotlight. This document describes predicates in general, their use, their syntax, and their limitations.

[편집] 이 문서를 읽어야 하는 사람은

You should read this document if your application needs to filter objects or to set up queries retrieving objects using Core Data.

[편집] 이 문서의 구성

The following articles explain the basics of predicates in Cocoa, explain how to create and use predicate objects, and define the predicate syntax:


번역자 사용자:LingoStar
원본문서링크 http://developer.apple.com/documentation/Cocoa/Conceptual/Predicates/predicates.html (Last Updated - 2007-12-11)