net.sourceforge.squirrel_sql.plugins.hibernate.mapping
Class DetailAttributeDataSet

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

public class DetailAttributeDataSet
extends Object
implements IDataSet


Constructor Summary
DetailAttributeDataSet(DetailAttribute[] attributes)
           
 
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

DetailAttributeDataSet

public DetailAttributeDataSet(DetailAttribute[] attributes)
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.