com.im.df.impl.db.api
Class NTUtils
java.lang.Object
com.im.df.impl.db.api.NTUtils
public class NTUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NTUtils
public NTUtils()
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 optionsci - The column info for the column
- Returns:
- A number between 0 (unsupported) and 1 (perfectly suitable)