| Methods in org.postgresql.core.types that return PGType |
static PGType |
PGBigDecimal.castToServerType(BigDecimal val,
int targetType)
|
static PGType |
PGBoolean.castToServerType(Boolean val,
int targetType)
|
static PGType |
PGByte.castToServerType(Byte val,
int targetType)
|
static PGType |
PGDouble.castToServerType(Double val,
int targetType)
|
static PGType |
PGFloat.castToServerType(Float val,
int targetType)
|
static PGType |
PGInteger.castToServerType(Integer val,
int targetType)
|
static PGType |
PGLong.castToServerType(Long val,
int targetType)
|
static PGType |
PGNumber.castToServerType(Number val,
int targetType)
|
static PGType |
PGUnknown.castToServerType(Object val,
int targetType)
|
static PGType |
PGShort.castToServerType(Short val,
int targetType)
|
static PGType |
PGString.castToServerType(String val,
int targetType)
|