Package com.google.cloud.spanner.jdbc
Class PgJsonbType
java.lang.Object
com.google.cloud.spanner.jdbc.PgJsonbType
- All Implemented Interfaces:
SQLType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PgJsonbTypestatic final shortDefine a short type number as well, as this is what is expected to be returned inDatabaseMetaData.getTypeInfo().static final intSpanner/Spangres does not have any type numbers, but the code values are unique. -
Method Summary
-
Field Details
-
INSTANCE
-
VENDOR_TYPE_NUMBER
public static final int VENDOR_TYPE_NUMBERSpanner/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:
-
SHORT_VENDOR_TYPE_NUMBER
public static final short SHORT_VENDOR_TYPE_NUMBERDefine a short type number as well, as this is what is expected to be returned inDatabaseMetaData.getTypeInfo().- See Also:
-
-
Method Details