net.sf.dewdrop.util
Class JdbcUtils

java.lang.Object
  extended bynet.sf.dewdrop.util.JdbcUtils

public class JdbcUtils
extends Object

Simple class to provide conversion between commonly used JDBC elements and DewDrop elements.

Author:
Les A. Hazlewood

Constructor Summary
JdbcUtils()
           
 
Method Summary
static Calendar toCalendar(Timestamp ts)
           
static Class toClass(SqlDataType dewdropSqlDataType)
           
static Timestamp toTimestamp(Calendar c)
           
static int toType(SqlDataType dewdropSqlDataType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcUtils

public JdbcUtils()
Method Detail

toCalendar

public static Calendar toCalendar(Timestamp ts)

toTimestamp

public static Timestamp toTimestamp(Calendar c)

toClass

public static Class toClass(SqlDataType dewdropSqlDataType)

toType

public static int toType(SqlDataType dewdropSqlDataType)