|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResultSetMetaData
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 |
---|
int getColumnCount()
ResultSet
object.
java.lang.String getColumnName(int column) throws RGMAException
column
- the first column is 1, the second is 2, ...
RGMAException
- if an RGMA access error occursint getColumnType(int column) throws RGMAException
column
- the first column is 1, the second is 2, ...
RGMAException
- if an RGMA access error occursTypes
java.lang.String getColumnTypeName(int column) throws RGMAException
column
- the first column is 1, the second is 2, ...
RGMAException
- if an RGMA access error occursjava.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 |