Class ArrayResultNode
java.lang.Object
org.zalando.typemapper.core.result.ArrayResultNode
- All Implemented Interfaces:
DbResultNode
-
Constructor Summary
ConstructorsConstructorDescriptionArrayResultNode(String name, String value, String typeName, long typeId, Connection connection) -
Method Summary
-
Constructor Details
-
ArrayResultNode
public ArrayResultNode(String name, String value, String typeName, long typeId, Connection connection) throws SQLException - Throws:
SQLException
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceDbResultNode
-
getNodeType
- Specified by:
getNodeTypein interfaceDbResultNode
-
getValue
- Specified by:
getValuein interfaceDbResultNode
-
getChildren
- Specified by:
getChildrenin interfaceDbResultNode
-
getChildByName
- Specified by:
getChildByNamein interfaceDbResultNode
-
toString
-