Package com.google.cloud.spanner.jdbc
Class PgJsonbType
- java.lang.Object
-
- com.google.cloud.spanner.jdbc.PgJsonbType
-
-
Field Summary
Fields Modifier and Type Field Description static PgJsonbType
INSTANCE
static int
VENDOR_TYPE_NUMBER
Spanner/Spangres does not have any type numbers, but the code values are unique.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getVendor()
Integer
getVendorTypeNumber()
String
toString()
-
-
-
Field Detail
-
INSTANCE
public static final PgJsonbType INSTANCE
-
VENDOR_TYPE_NUMBER
public static final int VENDOR_TYPE_NUMBER
Spanner/Spangres does not have any type numbers, but the code values are unique. Add 200,000 to avoid conflicts with the type numbers in java.sql.Types. Native Cloud Spanner types already use the range starting at 100,000 (seeJsonType
).- See Also:
- Constant Field Values
-
-
Method Detail
-
getVendorTypeNumber
public Integer getVendorTypeNumber()
- Specified by:
getVendorTypeNumber
in interfaceSQLType
-
-