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