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 MetadataSQLResultSetMappingpublic java.util.List<java.lang.String> getColumnResults()
getColumnResults in class MetadataSQLResultSetMappingpublic java.lang.String getName()
getName in class MetadataSQLResultSetMapping