|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||