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

java.lang.Object
  extended by org.pentaho.commons.connection.AbstractPentahoMetaData
      extended by org.pentaho.platform.plugin.services.connections.xquery.XQMetaData
All Implemented Interfaces:
org.pentaho.commons.connection.IPentahoMetaData

public class XQMetaData
extends org.pentaho.commons.connection.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(XQConnection xqConnection, Iterator iter)
           
 
Method Summary
 Object[][] getColumnHeaders()
           
 int getRowCount()
           
 Object[][] getRowHeaders()
           
 
Methods inherited from class org.pentaho.commons.connection.AbstractPentahoMetaData
getAttribute, getColumnCount, getColumnIndex, getColumnIndex, getRowIndex, getRowIndex
 
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(XQConnection xqConnection,
                  Iterator iter)
Method Detail

getRowCount

public int getRowCount()

getColumnHeaders

public Object[][] getColumnHeaders()
Specified by:
getColumnHeaders in interface org.pentaho.commons.connection.IPentahoMetaData
Specified by:
getColumnHeaders in class org.pentaho.commons.connection.AbstractPentahoMetaData

getRowHeaders

public Object[][] getRowHeaders()
Specified by:
getRowHeaders in interface org.pentaho.commons.connection.IPentahoMetaData
Specified by:
getRowHeaders in class org.pentaho.commons.connection.AbstractPentahoMetaData