java.lang.Objectorg.objectweb.telosys.dal.sql.Cast
Utility class
Constructor Summary | |
Cast()
|
Method Summary | |
static java.lang.Object |
toObject(java.lang.String s,
int iType)
Transforms the given string value to its corresponding value in the expected type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Cast()
Method Detail |
public static java.lang.Object toObject(java.lang.String s, int iType) throws TelosysException
s
- iType
- ParamType.X constants
TelosysException