public class PgCallstatementTypeCompatibility extends Object
| Constructor and Description |
|---|
PgCallstatementTypeCompatibility(int actualType,
int parameterType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Object input)
Convert value to another
|
boolean |
isCompatibilityType()
Check if two type is compatibility type, actualType and parameterType is single direct convert.
|
boolean |
needConvert()
Check if need convert input value.
|
public PgCallstatementTypeCompatibility(int actualType,
int parameterType)
Copyright © 2023 openGauss. All rights reserved.