com.mysema.query.sql.types
Class NullType

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

public class NullType
extends AbstractType<Null>

Author:
tiwe

Constructor Summary
NullType()
           
 
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

NullType

public NullType()
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.