|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface is a Parallel Crystal centric interface which all other interfaces should be converted to by using an adapter class such as DORSQLResultSetAdapter. This interface contains the Parallel Crystal data types as constants.
| Field Summary | |
static int |
BLOB
|
static int |
BOOLEAN
|
static int |
BYTE
|
static int |
CURRENCY
|
static int |
DATE
|
static int |
DOUBLE
|
static int |
INTEGER
|
static int |
MEMO
|
static int |
SHORT
|
static int |
STRING
|
| Method Summary | |
void |
close()
This method is called by Parallel Crystal after the data object has been used. |
java.io.InputStream |
getBlob(int colNum)
Called if the data type is DORDataSet.BLOB to get the value of the field. |
boolean |
getBoolean(int colNum)
Called if the data type is DORDataSet.BOOLEAN to get the value of the field. |
byte |
getByte(int colNum)
Called if the data type is DORDataSet.BYTE to get the value of the field. |
int |
getColumnCount()
Called to determine the number of columns in the data object. |
int |
getColumnDisplaySize(int colNum)
Called for string data types to get the maximum number of characters in the field. |
java.lang.String |
getColumnLabel(int colNum)
Called to get the name of the field. |
int |
getColumnType(int colNum)
This method should provide the DORDataSet type of the field. |
double |
getCurrency(int colNum)
Called if the data type is DORDataSet.CURRENCY to get the value of the field. |
java.util.Date |
getDate(int colNum)
Called if the data type is DORDataSet.DATE to get the value of the field. |
double |
getDouble(int colNum)
Called if the data type is DORDataSet.DOUBLE to get the value of the field. |
int |
getInteger(int colNum)
Called if the data type is DORDataSet.INTEGER to get the value of the field. |
java.lang.String |
getMemo(int colNum)
Called if the data type is DORDataSet.MEMO to get the value of the field. |
short |
getShort(int colNum)
Called if the data type is DORDataSet.SHORT to get the value of the field. |
java.lang.String |
getString(int colNum)
Called if the data type is DORDataSet.STRING to get the value of the field. |
boolean |
next()
This method should advance the row pointer of the data object. |
| Field Detail |
public static final int CURRENCY
public static final int BOOLEAN
public static final int STRING
public static final int DATE
public static final int DOUBLE
public static final int INTEGER
public static final int BLOB
public static final int SHORT
public static final int BYTE
public static final int MEMO
| Method Detail |
public void close()
throws DORException
public java.io.InputStream getBlob(int colNum)
throws DORException
colNum - int
public boolean getBoolean(int colNum)
throws DORException
colNum - int
public byte getByte(int colNum)
throws DORException
colNum - int
public int getColumnCount()
throws DORException
colNum - int
public int getColumnDisplaySize(int colNum)
throws DORException
colNum - int
public java.lang.String getColumnLabel(int colNum)
throws DORException
colNum - int
public int getColumnType(int colNum)
throws DORException
colNum - int
public double getCurrency(int colNum)
throws DORException
colNum - int
public java.util.Date getDate(int colNum)
throws DORException
colNum - int
public double getDouble(int colNum)
throws DORException
colNum - int
public int getInteger(int colNum)
throws DORException
colNum - int
public java.lang.String getMemo(int colNum)
throws DORException
colNum - int
public short getShort(int colNum)
throws DORException
colNum - int
public java.lang.String getString(int colNum)
throws DORException
colNum - int
public boolean next()
throws DORException
colNum - int
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||