Class SimpleDBDataTypeManager
- java.lang.Object
-
- org.teiid.translator.simpledb.api.SimpleDBDataTypeManager
-
public class SimpleDBDataTypeManager extends Object
-
-
Constructor Summary
Constructors Constructor Description SimpleDBDataTypeManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
convertFromSimpleDBType(List<String> origialValue, Class<?> expectedType)
static Object
convertToSimpleDBType(Object value, Class<?> type)
-
-
-
Method Detail
-
convertToSimpleDBType
public static Object convertToSimpleDBType(Object value, Class<?> type) throws TranslatorException
- Throws:
TranslatorException
-
convertFromSimpleDBType
public static Object convertFromSimpleDBType(List<String> origialValue, Class<?> expectedType) throws TranslatorException
- Throws:
TranslatorException
-
-