com.jdbaccess.db
Class DBTypes

java.lang.Object
  extended by com.jdbaccess.db.DBTypes

public class DBTypes
extends java.lang.Object


Constructor Summary
DBTypes()
           
 
Method Summary
static java.lang.Class getClassBySQLType(int sqlType)
           
static DBTypes getInstance()
           
static java.lang.Integer getSQLTypeBySQLTypeString(java.lang.String sqlType)
           
static boolean hasPrecisionAndScale(int sqlType)
           
static boolean isBlob(int sqlType)
           
static boolean isCallResult(int sqlType)
           
static boolean isCallResult(java.lang.String sqlTypeStr)
           
static boolean isClob(int sqlType)
           
static boolean isDate(int sqlType)
           
static boolean isLob(int sqlType)
           
static boolean isLongVar(int sqlType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBTypes

public DBTypes()
Method Detail

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)