Up
Authors
Generated by multix
Date: Generated at 2026-02-09
class_EOSQLQualifier
EOQualifier
EOQualifier
EOSQLQualifier
EOSQLQualifier
EOQualifier->EOSQLQualifier
p_EOQualifierSQLGeneration
EOQualifierSQLGeneration
p_EOQualifierSQLGeneration->EOSQLQualifier
Declared in:
EOAccess/EOSQLQualifier.h
Conforms to:
EOQualifierSQLGeneration
Description forthcoming.
EOSQLQualifier declares 2 Instance Variables
- (id)
initWithEntity: (
EOEntity *)entity
qualifierFormat: (
NSString *)qualifierFormat
,... ;
Description forthcoming.
Instance Variables for EOSQLQualifier Class
@protected EOExpressionArray*
_contents ;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected EOEntity*
_entity ;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
Declared in:
EOAccess/EOSQLQualifier.h
Conforms to:
EOQualifierSQLGeneration
Description forthcoming.
Declared in:
EOAccess/EOSQLQualifier.h
Conforms to:
EOQualifierSQLGeneration
Description forthcoming.
Declared in:
EOAccess/EOSQLQualifier.h
Conforms to:
EOQualifierSQLGeneration
Description forthcoming.
Declared in:
EOAccess/EOSQLQualifier.h
Conforms to:
EOQualifierSQLGeneration
Description forthcoming.
Declared in:
EOAccess/EOSQLQualifier.h
Conforms to:
EOQualifierSQLGeneration
Description forthcoming.
Declared in:
EOAccess/EOSQLQualifier.h
Description forthcoming.
Declared in:
EOAccess/EOSQLQualifier.h
Protocol for all qualifiers used used to generate
SQL queries
- (
EOQualifier *)
schemaBasedQualifierWithRootEntity: (
EOEntity *)entity;
Returns an equivalent EOQualifier yet having the
object references replaced by foreign key
references.
Up