org.pentaho.platform.plugin.services.connections.hql
Class HQLMetaData

java.lang.Object
  extended by AbstractPentahoMetaData
      extended by org.pentaho.platform.plugin.services.connections.hql.HQLMetaData

public class HQLMetaData
extends AbstractPentahoMetaData

Author:
mdamour TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
HQLMetaData(List data, HQLResultSet resultSet, String[] columnNames, Type[] colummTypes)
           
 
Method Summary
 int getColumnCount()
           
 Object[][] getColumnHeaders()
           
 Object[][] getRowHeaders()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HQLMetaData

public HQLMetaData(List data,
                   HQLResultSet resultSet,
                   String[] columnNames,
                   Type[] colummTypes)
Method Detail

getColumnHeaders

public Object[][] getColumnHeaders()

getColumnCount

public int getColumnCount()

getRowHeaders

public Object[][] getRowHeaders()