org.ow2.clif.analyze.lib.oda
Class ResultSetMetaDataHelper

java.lang.Object
  extended by org.ow2.clif.analyze.lib.oda.ResultSetMetaDataHelper

public class ResultSetMetaDataHelper
extends java.lang.Object

A helper class that helps ResultSetMetaData to parse column information and provide a public access to ResultSet's original column names.


Method Summary
 java.lang.String getOriginalColumnName(java.lang.String columnName)
          Get the original column name of the specified column name
 java.lang.String[] getOriginalColumnNames()
          Get the orignal column names
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOriginalColumnNames

public java.lang.String[] getOriginalColumnNames()
Get the orignal column names

Returns:
the array of the original column names

getOriginalColumnName

public java.lang.String getOriginalColumnName(java.lang.String columnName)
Get the original column name of the specified column name

Parameters:
columnName -
Returns:
return the original column name for the given column name