Uses of Class
com.mysema.query.sql.types.Null

Packages that use Null
com.mysema.query.sql.types Types for de/serialization to ResultSet and PreparedStatement 
 

Uses of Null in com.mysema.query.sql.types
 

Fields in com.mysema.query.sql.types declared as Null
static Null Null.DEFAULT
           
 

Fields in com.mysema.query.sql.types with type parameters of type Null
static Constant<Null> Null.CONSTANT
           
 

Methods in com.mysema.query.sql.types that return Null
 Null NullType.getValue(ResultSet rs, int startIndex)
           
 Null UntypedNullType.getValue(ResultSet rs, int startIndex)
           
 

Methods in com.mysema.query.sql.types that return types with arguments of type Null
 Class<Null> NullType.getReturnedClass()
           
 Class<Null> UntypedNullType.getReturnedClass()
           
 

Methods in com.mysema.query.sql.types with parameters of type Null
 void NullType.setValue(PreparedStatement st, int startIndex, Null value)
           
 void UntypedNullType.setValue(PreparedStatement st, int startIndex, Null value)
           
 



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