public class ArrayResultNode extends Object implements DbResultNode
| Constructor and Description |
|---|
ArrayResultNode(String name,
String value,
String typeName,
long typeId,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
DbResultNode |
getChildByName(String name) |
List<DbResultNode> |
getChildren() |
String |
getName() |
DbResultNodeType |
getNodeType() |
String |
getValue() |
String |
toString() |
public ArrayResultNode(String name, String value, String typeName, long typeId, Connection connection) throws SQLException
SQLExceptionpublic String getName()
getName in interface DbResultNodepublic DbResultNodeType getNodeType()
getNodeType in interface DbResultNodepublic String getValue()
getValue in interface DbResultNodepublic List<DbResultNode> getChildren()
getChildren in interface DbResultNodepublic DbResultNode getChildByName(String name)
getChildByName in interface DbResultNodeCopyright © 2012–2022 Zalando SE. All rights reserved.