|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceResultSetMetaDataInterface
The ServiceResultSetMetaDataInterface provides a mechanism for getting the information about the types and properties of the columns in a ResultSet object. It provides a way to obtain SAS Format information as well.
Method Summary | |
---|---|
int |
getFormatFieldLength(int column)
Returns the length of the format field. |
java.lang.String |
getFormatName(int column)
Returns the name of the format. |
int |
getRowCount()
Returns the number of rows. |
Method Detail |
---|
java.lang.String getFormatName(int column) throws java.sql.SQLException
java.sql.SQLException
- if an error occursint getFormatFieldLength(int column) throws java.sql.SQLException
java.sql.SQLException
- if an error occursint getRowCount() throws java.sql.SQLException
java.sql.SQLException
- if an error occurs
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |