FileDocCategorySizeDatePackage
SQLResult.javaAPI DocGlassfish v2 API3048Tue May 22 16:54:50 BST 2007oracle.toplink.essentials.queryframework

SQLResult

public abstract class SQLResult extends Object

Purpose: An abstract superclass that represents the comonalities between the main result types of the SQLResultSetMapping

see
EntityResult
see
ColumnResult
author
Gordon Yorke
since
TopLink Java Essentials

Fields Summary
Constructors Summary
Methods Summary
public voidconvertClassNamesToClasses(java.lang.ClassLoader classLoader)
INTERNAL: Convert all the class-name-based settings in this SQLResult to actual class-based settings. This method is used when converting a project that has been built with class names to a project with classes.

param
classLoader

public abstract java.lang.ObjectgetValueFromRecord(oracle.toplink.essentials.sessions.DatabaseRecord record, oracle.toplink.essentials.queryframework.ResultSetMappingQuery query)
INTERNAL: This method is a convience method for extracting values from Results

public booleanisColumnResult()

        return false;
    
public booleanisEntityResult()

        return false;