doGetIndexExecutions(Connection connection) Returns an array of the
IndexExecution that should be executed
it's respective ResultSet should be indexed.
Called for each row in the ResultSet which maps to an
IndexExecution . Can be override by derived classes, if not
override, than calls
AbstractJdbcGpsDevice.processRowValue(Object,ResultSet,CompassSession) and uses it's
return value to save it in the CompassSession. The return
value can be an OSEM enables object, a Resource, or an
array of one of them.
Called for each row in the ResultSet which maps to an
IndexExecution . Can be override by derived classes, and should
return the actual data to be saved using the CompassSession.
The return value can be either an OSEM enables object, a
Resource, or an array of one of them.