com.metamatrix.query.util
Class TypeRetrievalUtil

java.lang.Object
  extended by com.metamatrix.query.util.TypeRetrievalUtil

public class TypeRetrievalUtil
extends java.lang.Object

Utility to provide type names to pass to the BufferManager.createTupleSource() method.

Since:
4.2

Method Summary
static java.lang.String[] getTypeNames(java.util.List expressions)
          Gets the data type names for each of the input expressions, in order.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTypeNames

public static java.lang.String[] getTypeNames(java.util.List expressions)
Gets the data type names for each of the input expressions, in order.

Parameters:
expressions - List of Expressions
Returns:
Since:
4.2


Copyright © 2009. All Rights Reserved.