JCore API docsOverview Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers Unit dependency graph Classes hierarchy graph
|
Unit JCoreOPFCriteriaSQL
Description
Uses
Overview
Classes, Interfaces, Objects and Records
Types
Description
Types
TJCoreOPFSQLCriteriaJoinType = (...); |
Values
-
jcjtInnerJoin:
-
jcjtLeftOuterJoin:
|
TJCoreOPFSQLCriteriaAbstractFetchStrategy = (...); |
Strategy used to fetch abstract classes.
Values
-
jcfsLinkSubMaps: uses left outer join with all descendant classes and retrieve it's ID in order to know the actual class of an object. A second query is sent to the database to retrieve the fields of the subclasses, if necessary.
-
jcfsFetchSubMaps: uses left outer join with all descendant classes and retrieve all it's field in order to create the whole object with just one query.
|
Generated by PasDoc 0.14.0.
|