|
EspressReport 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectquadbase.util.XMLResultSet
public class XMLResultSet
This class implements a result set on a file of type .xml
| Field Summary | |
|---|---|
static java.lang.String |
QUADBASE_NULL
|
| Constructor Summary | |
|---|---|
XMLResultSet(java.io.File file)
Create a new XMLResultSet using the specified file |
|
XMLResultSet(java.io.InputStream xmlStream)
Create a new XMLResultSet using the specified InputStream |
|
XMLResultSet(java.lang.String uri)
Create a new XMLResultSet using the specified string |
|
| Method Summary | |
|---|---|
void |
close()
For internal use |
IRSMetaData |
getMetaData()
Get original data |
java.lang.Object |
getObject(int col)
Get object of specified column |
boolean |
next()
For internal use |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String QUADBASE_NULL
| Constructor Detail |
|---|
public XMLResultSet(java.lang.String uri)
throws java.lang.Exception
java.lang.Exception
public XMLResultSet(java.io.File file)
throws java.lang.Exception
java.lang.Exception
public XMLResultSet(java.io.InputStream xmlStream)
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
public void close()
close in interface IResultSetpublic IRSMetaData getMetaData()
getMetaData in interface IResultSetpublic boolean next()
next in interface IResultSetpublic java.lang.Object getObject(int col)
getObject in interface IRowcol - The column number for the field, beginning with 1.
|
EspressReport 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||