Class PgJsonbType (2.16.1)

public class PgJsonbType implements SQLType

Inheritance

java.lang.Object > PgJsonbType

Implements

SQLType

Static Fields

INSTANCE

public static final PgJsonbType INSTANCE
Field Value
TypeDescription
PgJsonbType

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 (see JsonType).

Field Value
TypeDescription
int

Methods

getName()

public String getName()
Returns
TypeDescription
String

getVendor()

public String getVendor()
Returns
TypeDescription
String

getVendorTypeNumber()

public Integer getVendorTypeNumber()
Returns
TypeDescription
Integer

toString()

public String toString()
Returns
TypeDescription
String
Overrides