|
EspressReport 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectquadbase.util.StreamResultSet
public class StreamResultSet
This class implements a result set on a file of type .dat
| Constructor Summary | |
|---|---|
StreamResultSet(java.io.InputStream in)
|
|
| Method Summary | |
|---|---|
void |
close()
Closes the cursor |
static java.lang.Object |
createObject(int dtype,
java.lang.Object elem,
java.io.StreamTokenizer st)
|
int |
getColumnCount()
Gets the number of columns in the result set. |
java.lang.String |
getColumnName(int col)
Gets the name of a column in the result set. |
int |
getColumnType(int col)
Gets the data type of a column in the result set. |
IRSMetaData |
getMetaData()
Gets the meta data object |
java.lang.Object |
getObject(int colNo)
Returns the data value stored in the specified column of this row. |
java.lang.String |
getTableName(int col)
|
boolean |
next()
Advances cursor to next row |
static int |
readLine(java.io.StreamTokenizer st,
java.util.Vector vec,
boolean acceptNo)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StreamResultSet(java.io.InputStream in)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public boolean next()
throws java.io.IOException
IResultSet
next in interface IResultSetjava.io.IOException
public void close()
throws java.io.IOException
IResultSet
close in interface IResultSetjava.io.IOExceptionpublic java.lang.Object getObject(int colNo)
IRow
getObject in interface IRowcolNo - The column number for the field, beginning with 1.
public IRSMetaData getMetaData()
IResultSet
getMetaData in interface IResultSetpublic int getColumnCount()
IRSMetaData
getColumnCount in interface IRSMetaDatapublic java.lang.String getColumnName(int col)
IRSMetaData
getColumnName in interface IRSMetaDatapublic java.lang.String getTableName(int col)
getTableName in interface IRSMetaDatapublic int getColumnType(int col)
IRSMetaData
getColumnType in interface IRSMetaDatacol - the column index (beginning at 1)
public static int readLine(java.io.StreamTokenizer st,
java.util.Vector vec,
boolean acceptNo)
throws java.io.IOException
java.io.IOException
public static java.lang.Object createObject(int dtype,
java.lang.Object elem,
java.io.StreamTokenizer st)
throws java.io.IOException
java.io.IOException
|
EspressReport 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||