Class SimpleDBDataTypeManager


  • public class SimpleDBDataTypeManager
    extends Object
    • Constructor Detail

      • SimpleDBDataTypeManager

        public SimpleDBDataTypeManager()
    • Method Detail

      • convertToSimpleDBType

        public static Object convertToSimpleDBType​(Object value,
                                                   Class<?> type)
                                            throws org.teiid.translator.TranslatorException
        Throws:
        org.teiid.translator.TranslatorException
      • convertFromSimpleDBType

        public static Object convertFromSimpleDBType​(List<String> origialValue,
                                                     Class<?> expectedType)
                                              throws org.teiid.translator.TranslatorException
        Throws:
        org.teiid.translator.TranslatorException