com.metamatrix.common.jdbc.metadata
Class IndexColumn

java.lang.Object
  extended by com.metamatrix.common.jdbc.metadata.JDBCObject
      extended by com.metamatrix.common.jdbc.metadata.Column
          extended by com.metamatrix.common.jdbc.metadata.IndexColumn

public class IndexColumn
extends Column


Field Summary
 
Fields inherited from class com.metamatrix.common.jdbc.metadata.JDBCObject
DELIMITER
 
Constructor Summary
IndexColumn()
           
IndexColumn(java.lang.String name)
           
 
Method Summary
 Column getReferencedColumn()
          Returns the referencedColumn.
 boolean isAscending()
           
 void setAscending(boolean ascending)
           
 void setReferencedColumn(Column referencedColumn)
          Sets the referencedColumn.
 
Methods inherited from class com.metamatrix.common.jdbc.metadata.Column
getAutoIncremented, getCharOctetLength, getClassMapping, getColumnType, getDataType, getDataTypeName, getDecimalDigits, getDefaultValue, getLabel, getNullability, getPosition, getRadix, getRemarks, getSize, hasDefaultValue, setAutoIncremented, setCharOctetLength, setClassMapping, setColumnType, setDataType, setDataTypeName, setDecimalDigits, setDefaultValue, setLabel, setNullability, setPosition, setRadix, setRemarks, setSize
 
Methods inherited from class com.metamatrix.common.jdbc.metadata.JDBCObject
addFullName, getFullName, getFullName, getName, getOriginalNameNull, getOwner, getProperties, getProperty, hasName, hasOwner, hasProperties, isMarked, lookupJDBCObject, print, print, removeProperty, setMarked, setName, setOriginalNameNull, setProperty, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexColumn

public IndexColumn()

IndexColumn

public IndexColumn(java.lang.String name)
Method Detail

isAscending

public boolean isAscending()

setAscending

public void setAscending(boolean ascending)

getReferencedColumn

public Column getReferencedColumn()
Returns the referencedColumn.

Returns:
Column

setReferencedColumn

public void setReferencedColumn(Column referencedColumn)
Sets the referencedColumn.

Parameters:
referencedColumn - The referencedColumn to set


Copyright © 2009. All Rights Reserved.