|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An object that can be used to get information about the types and properties of the columns in a Record object.
| Method Summary | |
int |
getColumnCount()
Returns the number of columns in this RecordSet object. |
java.lang.String |
getColumnLabel(int column)
Gets the designated column's suggested title for use in printouts and displays. |
java.lang.String |
getColumnName(int column)
Get the designated column's name. |
IStructure |
getColumnType(int column)
Retrieves the designated column's SQL type. |
| Method Detail |
public int getColumnCount()
throws ConnectorException
RecordSet object.ConnectorException - if a database access error occurs
public java.lang.String getColumnLabel(int column)
throws ConnectorException
column - the first column is 1, the second is 2, ...ConnectorException - if a database access error occurs
public java.lang.String getColumnName(int column)
throws ConnectorException
column - the first column is 1, the second is 2, ...ConnectorException - if a database access error occurs
public IStructure getColumnType(int column)
throws ConnectorException
column - the first column is 1, the second is 2, ...ConnectorException - if a database access error occursIStructure
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||