public class NullType extends Object
| 构造器和说明 |
|---|
NullType() |
| 限定符和类型 | 方法和说明 |
|---|---|
static long |
getBigIntNull() |
static byte |
getBinaryNull() |
static byte |
getBooleanNull() |
static long |
getDoubleNull() |
static int |
getFloatNull() |
static int |
getIntNull() |
static byte[] |
getNcharNull() |
static short |
getSmallIntNull() |
static byte |
getTinyintNull() |
static boolean |
isBigIntNull(long val) |
static boolean |
isBinaryNull(byte[] val,
int length) |
static boolean |
isBooleanNull(byte val) |
static boolean |
isDoubleNull(double val) |
static boolean |
isFloatNull(float val) |
static boolean |
isIntNull(int val) |
static boolean |
isNcharNull(byte[] val,
int length) |
static boolean |
isSmallIntNull(short val) |
static boolean |
isTinyIntNull(byte val) |
String |
toString() |
public static boolean isBooleanNull(byte val)
public static boolean isTinyIntNull(byte val)
public static boolean isSmallIntNull(short val)
public static boolean isIntNull(int val)
public static boolean isBigIntNull(long val)
public static boolean isFloatNull(float val)
public static boolean isDoubleNull(double val)
public static boolean isBinaryNull(byte[] val,
int length)
public static boolean isNcharNull(byte[] val,
int length)
public static byte getBooleanNull()
public static byte getTinyintNull()
public static int getIntNull()
public static short getSmallIntNull()
public static long getBigIntNull()
public static int getFloatNull()
public static long getDoubleNull()
public static byte getBinaryNull()
public static byte[] getNcharNull()
Copyright © 2021. All rights reserved.