Up
Authors
- Generated by Richard Frith-Macdonald
-
Date: Generated at 2025-12-01
- Declared in:
- EOAccess/EOSQLExpressionFactory.h
Description forthcoming.
EOSQLExpressionFactory declares 2 Instance Variables
- (
EOAdaptor*)
adaptor;
Description forthcoming.
- (Class)
expressionClass;
Description forthcoming.
- (id)
initWithAdaptor: (
EOAdaptor*)adaptor;
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