Package quadbase.util
Class XMLResultSet
java.lang.Object
quadbase.util.XMLResultSet
- All Implemented Interfaces:
IResultSet,IRow
This class implements a result set on a file of type .xml
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionXMLResultSet(File file) Create a new XMLResultSet using the specified fileXMLResultSet(InputStream xmlStream) Create a new XMLResultSet using the specified InputStreamXMLResultSet(String uri) Create a new XMLResultSet using the specified string -
Method Summary
-
Field Details
-
QUADBASE_NULL
- See Also:
-
-
Constructor Details
-
Method Details
-
close
public void close()For internal use- Specified by:
closein interfaceIResultSet
-
getMetaData
Get original data- Specified by:
getMetaDatain interfaceIResultSet
-
next
public boolean next()For internal use- Specified by:
nextin interfaceIResultSet
-
getObject
Get object of specified column
-