| |
|
| java.lang.Object com.salmonllc.xml.XMLDataStore
XMLDataStore | public class XMLDataStore (Code) | | The XML Datastore is used to store any XML file or data from datastore.
Creation date: (8/7/01 11:58:02 AM)
author: : Deepak Agarwal |
Constructor Summary | |
public | XMLDataStore() XMLDataStore constructor comment. |
XMLDataStore | public XMLDataStore()(Code) | | XMLDataStore constructor comment.
|
getRsData | public ResultSetData getRsData()(Code) | | Gets the ResultSetData for the XML file read
Creation date: (8/7/01 11:59:16 AM)
com.salmonllc.xml.ResultSetData |
getRsm | public ResultSetMetaData getRsm()(Code) | | Gets the ResultSetMetaData (Column definition) for the XML file read
Creation date: (8/7/01 11:59:16 AM)
com.salmonllc.xml.ResultSetMetaData |
setRsData | public void setRsData(ResultSetData newRsData)(Code) | | Creation date: (8/7/01 11:59:16 AM)
Parameters: newRsData - com.salmonllc.xml.ResultSetData |
setRsm | public void setRsm(ResultSetMetaData newRsm)(Code) | | Creation date: (8/7/01 11:59:16 AM)
Parameters: newRsm - com.salmonllc.xml.ResultSetMetaData |
|
|
|