Class SQLMetaData
- java.lang.Object
-
- org.pentaho.commons.connection.AbstractPentahoMetaData
-
- org.pentaho.platform.plugin.services.connections.sql.SQLMetaData
-
- All Implemented Interfaces:
org.pentaho.commons.connection.IPentahoMetaData
public class SQLMetaData 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
Fields Modifier and Type Field Description protected static org.apache.commons.logging.Loglogger
-
Constructor Summary
Constructors Constructor Description SQLMetaData(ResultSetMetaData nativeMetaData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumnCount()Object[][]getColumnHeaders()int[]getJDBCColumnTypes()Object[][]getRowHeaders()
-
-
-
Constructor Detail
-
SQLMetaData
public SQLMetaData(ResultSetMetaData nativeMetaData)
-
-
Method Detail
-
getJDBCColumnTypes
public int[] getJDBCColumnTypes() throws SQLException- Throws:
SQLException
-
getColumnHeaders
public Object[][] getColumnHeaders()
- Specified by:
getColumnHeadersin interfaceorg.pentaho.commons.connection.IPentahoMetaData- Specified by:
getColumnHeadersin classorg.pentaho.commons.connection.AbstractPentahoMetaData
-
getColumnCount
public int getColumnCount()
- Specified by:
getColumnCountin interfaceorg.pentaho.commons.connection.IPentahoMetaData- Overrides:
getColumnCountin classorg.pentaho.commons.connection.AbstractPentahoMetaData
-
getRowHeaders
public Object[][] getRowHeaders()
- Specified by:
getRowHeadersin interfaceorg.pentaho.commons.connection.IPentahoMetaData- Specified by:
getRowHeadersin classorg.pentaho.commons.connection.AbstractPentahoMetaData
-
-