org.pentaho.platform.plugin.services.connections.xquery
Class XQMetaData

java.lang.Object
  extended by AbstractPentahoMetaData
      extended by org.pentaho.platform.plugin.services.connections.xquery.XQMetaData

public class XQMetaData
extends AbstractPentahoMetaData

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

Field Summary
static String DEFAULT_COLUMN_NAME
           
 
Constructor Summary
XQMetaData(Iterator iter)
           
 
Method Summary
 Object[][] getColumnHeaders()
           
 int getRowCount()
           
 Object[][] getRowHeaders()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_COLUMN_NAME

public static final String DEFAULT_COLUMN_NAME
See Also:
Constant Field Values
Constructor Detail

XQMetaData

public XQMetaData(Iterator iter)
Method Detail

getRowCount

public int getRowCount()

getColumnHeaders

public Object[][] getColumnHeaders()

getRowHeaders

public Object[][] getRowHeaders()