|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Column and table details for a ResultSet, modelled on java.sql.ResultSetMetaData.
Method Summary | |
int |
getColumnCount()
Returns the number of columns in this ResultSet object. |
java.lang.String |
getColumnName(int column)
Get the designated column's name. |
int |
getColumnType(int column)
Retrieves the designated column's SQL type. |
java.lang.String |
getColumnTypeName(int column)
Retrieves the designated column's database-specific type name. |
java.lang.String |
getTableName(int column)
Gets the designated column's table name. |
Method Detail |
public int getColumnCount()
ResultSet
object.
public java.lang.String getColumnName(int column) throws RGMAException
column
- the first column is 1, the second is 2, ...
RGMAException
- if an RGMA access error occurspublic int getColumnType(int column) throws RGMAException
column
- the first column is 1, the second is 2, ...
RGMAException
- if an RGMA access error occursTypes
public java.lang.String getColumnTypeName(int column) throws RGMAException
column
- the first column is 1, the second is 2, ...
RGMAException
- if an RGMA access error occurspublic java.lang.String getTableName(int column) throws RGMAException
column
- the first column is 1, the second is 2, ...
RGMAException
- if an RGMA access error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |