Class ArrayResultNode
- java.lang.Object
-
- org.zalando.typemapper.core.result.ArrayResultNode
-
- All Implemented Interfaces:
DbResultNode
public class ArrayResultNode extends Object implements DbResultNode
-
-
Constructor Summary
Constructors Constructor Description ArrayResultNode(String name, String value, String typeName, int typeId, Connection connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbResultNodegetChildByName(String name)List<DbResultNode>getChildren()StringgetName()DbResultNodeTypegetNodeType()StringgetValue()StringtoString()
-
-
-
Constructor Detail
-
ArrayResultNode
public ArrayResultNode(String name, String value, String typeName, int typeId, Connection connection) throws SQLException
- Throws:
SQLException
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceDbResultNode
-
getNodeType
public DbResultNodeType getNodeType()
- Specified by:
getNodeTypein interfaceDbResultNode
-
getValue
public String getValue()
- Specified by:
getValuein interfaceDbResultNode
-
getChildren
public List<DbResultNode> getChildren()
- Specified by:
getChildrenin interfaceDbResultNode
-
getChildByName
public DbResultNode getChildByName(String name)
- Specified by:
getChildByNamein interfaceDbResultNode
-
-