public interface Struct
| Modifier and Type | Method and Description |
|---|---|
int |
getFieldCount() |
String |
getFieldName(int index) |
TypeInfo |
getFieldTypeInfo(int index) |
TypeInfo |
getFieldTypeInfo(String fieldName) |
Object |
getFieldValue(int index) |
Object |
getFieldValue(String fieldName) |
List<Object> |
getFieldValues() |
String |
toString() |
Copyright © 2023 Alibaba Cloud Computing. All rights reserved.