com.mysema.query.sql.types
Class URLType
java.lang.Object
com.mysema.query.sql.types.AbstractType<URL>
com.mysema.query.sql.types.URLType
- All Implemented Interfaces:
- Type<URL>
public class URLType
- extends AbstractType<URL>
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLType
public URLType()
URLType
public URLType(int type)
getValue
public URL getValue(ResultSet rs,
int startIndex)
throws SQLException
- Throws:
SQLException
getReturnedClass
public Class<URL> getReturnedClass()
setValue
public void setValue(PreparedStatement st,
int startIndex,
URL value)
throws SQLException
- Throws:
SQLException
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.