com.jdbaccess.db
Class DBTypes
java.lang.Object
com.jdbaccess.db.DBTypes
public class DBTypes
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DBTypes
public DBTypes()
getInstance
public static DBTypes getInstance()
getClassBySQLType
public static java.lang.Class getClassBySQLType(int sqlType)
getSQLTypeBySQLTypeString
public static java.lang.Integer getSQLTypeBySQLTypeString(java.lang.String sqlType)
isLob
public static boolean isLob(int sqlType)
isLongVar
public static boolean isLongVar(int sqlType)
isDate
public static boolean isDate(int sqlType)
isBlob
public static boolean isBlob(int sqlType)
isClob
public static boolean isClob(int sqlType)
isCallResult
public static boolean isCallResult(int sqlType)
isCallResult
public static boolean isCallResult(java.lang.String sqlTypeStr)
hasPrecisionAndScale
public static boolean hasPrecisionAndScale(int sqlType)