callIFAllInstances(): Boolean
The callIFAllInstances method of the JadeRelationalEntityIF interface specifies how the allInstances method is defined when the query is run.
The callIFAllInstances method is called when you call the
This method returns:
true if the JadeRelationalEntityIF interface allInstances method is to be called for this table.
false if the allInstances method of the Class class for the class specified by the getJadeClass interface call is to be called for this table.
This class must be visible in the schema in which the relational view is defined. When the allInstances method of the Class class is used, the ODBC driver uses any available dictionaries and inverses to optimize WHERE clauses.