public class JsonType extends Object implements SQLType
PreparedStatement.setObject(int, Object, SQLType).| Modifier and Type | Field and Description |
|---|---|
static JsonType |
INSTANCE |
static int |
VENDOR_TYPE_NUMBER
Spanner does not have any type numbers, but the code values are unique.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getVendor() |
Integer |
getVendorTypeNumber() |
String |
toString() |
public static final JsonType INSTANCE
public static final int VENDOR_TYPE_NUMBER
public Integer getVendorTypeNumber()
getVendorTypeNumber in interface SQLTypeCopyright © 2021 Google LLC. All rights reserved.