com.mysema.query.sql.types
Class UntypedNullType

java.lang.Object
  extended by com.mysema.query.sql.types.AbstractType<Null>
      extended by com.mysema.query.sql.types.UntypedNullType
All Implemented Interfaces:
Type<Null>

public class UntypedNullType
extends AbstractType<Null>

Author:
tiwe

Constructor Summary
UntypedNullType()
           
 
Method Summary
 Class<Null> getReturnedClass()
           
 Null getValue(ResultSet rs, int startIndex)
           
 void setValue(PreparedStatement st, int startIndex, Null value)
           
 
Methods inherited from class com.mysema.query.sql.types.AbstractType
getSQLTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UntypedNullType

public UntypedNullType()
Method Detail

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.