uk.ac.ic.doc.automed.wrappers
Class SQLResult

java.lang.Object
  extended by uk.ac.ic.doc.automed.wrappers.AutoMedResult
      extended by uk.ac.ic.doc.automed.wrappers.SQLResult

public class SQLResult
extends AutoMedResult

Provides a representation of the data associated with a scheme in an AutoMed Schema. The instances of a Schema are modelled as a table, each row of which represents one instance of the Scheme.


Constructor Summary
SQLResult(int nc)
          return the instance of the scheme which the cursor currently points at, as an ArrayList of Objects.
 
Method Summary
 
Methods inherited from class uk.ac.ic.doc.automed.wrappers.AutoMedResult
absolute, addAutoMedTuple, getAttributeType, getAutoMedTuple, getAutoMedTuple, next, previous, rewind, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLResult

public SQLResult(int nc)
return the instance of the scheme which the cursor currently points at, as an ArrayList of Objects. Note that elements of the array might themselves be ArrayLists; in particular nested edges always return such a structure.