com.im.df/1 5.9.1

com.im.df.impl.db.api
Class NTUtils

java.lang.Object
  extended by com.im.df.impl.db.api.NTUtils

public class NTUtils
extends Object


Constructor Summary
NTUtils()
           
 
Method Summary
static float getPriorityForColumn(DFNewTypeWellKnownOptions.ExistingDBField options, DBColInfo ci)
          Get the priority score for how well this new type implementation supports the specified column.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NTUtils

public NTUtils()
Method Detail

getPriorityForColumn

public static float getPriorityForColumn(DFNewTypeWellKnownOptions.ExistingDBField options,
                                         DBColInfo ci)
Get the priority score for how well this new type implementation supports the specified column.

Parameters:
options - New type options
ci - The column info for the column
Returns:
A number between 0 (unsupported) and 1 (perfectly suitable)

com.im.df/1 5.9.1