net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects
Class ResultDataSet

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects.ResultDataSet
All Implemented Interfaces:
IDataSet

public class ResultDataSet
extends Object
implements IDataSet


Constructor Summary
ResultDataSet(SingleType singleType)
           
 
Method Summary
 Object get(int columnIndex)
           
 int getColumnCount()
           
 DataSetDefinition getDataSetDefinition()
           
 boolean next(IMessageHandler msgHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultDataSet

public ResultDataSet(SingleType singleType)
Method Detail

getColumnCount

public int getColumnCount()
                   throws DataSetException
Specified by:
getColumnCount in interface IDataSet
Throws:
DataSetException

getDataSetDefinition

public DataSetDefinition getDataSetDefinition()
                                       throws DataSetException
Specified by:
getDataSetDefinition in interface IDataSet
Throws:
DataSetException

next

public boolean next(IMessageHandler msgHandler)
             throws DataSetException
Specified by:
next in interface IDataSet
Throws:
DataSetException

get

public Object get(int columnIndex)
           throws DataSetException
Specified by:
get in interface IDataSet
Throws:
DataSetException


Copyright © 2001-2012. All Rights Reserved.