Uses of Class
com.metamatrix.common.jdbc.metadata.ColumnType

Packages that use ColumnType
com.metamatrix.common.jdbc.metadata   
 

Uses of ColumnType in com.metamatrix.common.jdbc.metadata
 

Fields in com.metamatrix.common.jdbc.metadata declared as ColumnType
static ColumnType ColumnType.COLUMN_NOT_PSEUDO
          Column contains an INOUT Parameter
static ColumnType ColumnType.COLUMN_PSEUDO
          Column contains an IN Parameter
static ColumnType ColumnType.COLUMN_PSEUDO_UNKNOWN
          Column type is unknown
 

Methods in com.metamatrix.common.jdbc.metadata that return ColumnType
 ColumnType Column.getColumnType()
          Gets the columnType.
static ColumnType ColumnType.getInstance(int value)
           
static ColumnType ColumnType.getInstance(java.lang.String displayName)
           
 

Methods in com.metamatrix.common.jdbc.metadata with parameters of type ColumnType
 void Column.setColumnType(ColumnType columnType)
          Sets the columnType.
 



Copyright © 2009. All Rights Reserved.