net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects
Class ResultDataSet
java.lang.Object
net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects.ResultDataSet
- All Implemented Interfaces:
- IDataSet
public class ResultDataSet
- extends Object
- implements IDataSet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultDataSet
public ResultDataSet(SingleType singleType)
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.