com.mysema.query.sql.types
Class URLType

java.lang.Object
  extended by com.mysema.query.sql.types.URLType
All Implemented Interfaces:
Type<URL>

public class URLType
extends Object
implements Type<URL>

Author:
tiwe

Constructor Summary
URLType()
           
 
Method Summary
 Class<URL> getReturnedClass()
           
 int[] getSQLTypes()
           
 URL getValue(ResultSet rs, int startIndex)
           
 void setValue(PreparedStatement st, int startIndex, URL value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLType

public URLType()
Method Detail

getValue

public URL getValue(ResultSet rs,
                    int startIndex)
             throws SQLException
Specified by:
getValue in interface Type<URL>
Throws:
SQLException

getReturnedClass

public Class<URL> getReturnedClass()
Specified by:
getReturnedClass in interface Type<URL>

setValue

public void setValue(PreparedStatement st,
                     int startIndex,
                     URL value)
              throws SQLException
Specified by:
setValue in interface Type<URL>
Throws:
SQLException

getSQLTypes

public int[] getSQLTypes()
Specified by:
getSQLTypes in interface Type<URL>


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.