public class XMLSQLResultSetMapping extends MetadataSQLResultSetMapping
Modifier and Type | Field and Description |
---|---|
protected XMLHelper |
m_helper |
protected org.w3c.dom.Node |
m_node |
m_columnResults, m_entityResults, m_sqlResultSetMapping
Constructor and Description |
---|
XMLSQLResultSetMapping(org.w3c.dom.Node node,
XMLHelper helper)
INTERNAL:
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getColumnResults()
INTERNAL:
|
java.util.List<MetadataEntityResult> |
getEntityResults()
INTERNAL:
|
java.lang.String |
getName()
INTERNAL:
|
protected org.w3c.dom.Node m_node
protected XMLHelper m_helper
public XMLSQLResultSetMapping(org.w3c.dom.Node node, XMLHelper helper)
public java.util.List<MetadataEntityResult> getEntityResults()
getEntityResults
in class MetadataSQLResultSetMapping
public java.util.List<java.lang.String> getColumnResults()
getColumnResults
in class MetadataSQLResultSetMapping
public java.lang.String getName()
getName
in class MetadataSQLResultSetMapping