public class StructAccessor extends Object
| Constructor and Description |
|---|
StructAccessor(com.google.cloud.spanner.Struct struct) |
StructAccessor(com.google.cloud.spanner.Struct struct,
com.google.gson.Gson gson) |
| Modifier and Type | Method and Description |
|---|---|
<T> Object |
getJsonValue(int colIndex,
Class<T> colType) |
<T> T |
getSingleJsonValue(int colIndex,
Class<T> colType) |
Object |
getSingleValue(int colIndex) |
Copyright © 2023. All rights reserved.