Up
Authors
- Generated by Debian
-
Date: Generated at 2025-02-04 09:10:24 +0000
- Declared in:
- EOAccess/EOSQLExpressionFactory.h
Description forthcoming.
Instance Variables
Method summary
- (
EOAdaptor*)
adaptor;
Description forthcoming.
- (
EOSQLExpression*)
deleteStatementWithQualifier: (EOQualifier*)qualifier
entity: (
EOEntity*)entity;
Description forthcoming.
- (Class)
expressionClass;
Description forthcoming.
- (id)
initWithAdaptor: (
EOAdaptor*)adaptor;
Description forthcoming.
- (
EOSQLExpression*)
selectStatementForAttributes: (
NSArray*)attributes
lock: (BOOL)lock
fetchSpecification: (EOFetchSpecification*)fetchSpec
entity: (
EOEntity*)entity;
Description forthcoming.
Instance Variables for EOSQLExpressionFactory Class
@protected EOAdaptor* _adaptor;
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 Class _expressionClass;
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.
Up