|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface definition of RIOResultSetMetaDataInterface. This interface extends the java.sql.ResultSetMetaData interface functionality.
Fields inherited from interface java.sql.ResultSetMetaData |
columnNoNulls, columnNullable, columnNullableUnknown |
Method Summary | |
int |
getColumnFormatDecimal(int columnIndex)
Gets the format decimal of the column. |
int[] |
getColumnFormatDecimals()
Gets the format lengths of the columns in the ResultSet. |
int |
getColumnFormatLength(int columnIndex)
Gets the format length of the column. |
int[] |
getColumnFormatLengths()
Gets the format lengths of the columns in the ResultSet. |
String |
getColumnFormatName(int columnIndex)
Gets the format name of the column. |
String[] |
getColumnFormatNames()
Gets the format names of the columns in the ResultSet. |
int |
getColumnFormatWidth(int columnIndex)
Gets the format width of the column. |
int[] |
getColumnFormatWidths()
Gets the format widths of the columns in the ResultSet. |
int |
getColumnInformatDecimal(int columnIndex)
Gets the informat decimal of the column. |
int[] |
getColumnInformatDecimals()
Gets the informat decimals of the columns in the ResultSet. |
int |
getColumnInformatLength(int columnIndex)
Gets the informat length of the column. |
int[] |
getColumnInformatLengths()
Gets the informat lengths of the columns in the ResultSet. |
String |
getColumnInformatName(int columnIndex)
Gets the informat name of the column. |
String[] |
getColumnInformatNames()
Gets the informat names of the columns in the ResultSet. |
int |
getColumnInformatWidth(int columnIndex)
Gets the informat width of the column. |
int[] |
getColumnInformatWidths()
Gets the informat widths of the columns in the ResultSet. |
Methods inherited from interface java.sql.ResultSetMetaData |
getCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName
, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWritable |
Method Detail |
public String getColumnFormatName(int columnIndex) throws RIOException
columnIndex
- The first column is 1, the second column is 2, and so on.RIOException
- This exception is thrown if the column index is not valid.public String[] getColumnFormatNames() throws RIOException
RIOException
- This exception may be thrown.public int getColumnFormatLength(int columnIndex) throws RIOException
columnIndex
- The first column is 1, the second column is 2, and so on.RIOException
- This exception is thrown if the column index is not valid.public int[] getColumnFormatLengths() throws RIOException
RIOException
- This exception may be thrown.public int getColumnFormatWidth(int columnIndex) throws RIOException
columnIndex
- The first column is 1, the second column is 2, and so on.RIOException
- This exception is thrown if the column index is not valid.public int[] getColumnFormatWidths() throws RIOException
RIOException
- This exception may be thrown.public int getColumnFormatDecimal(int columnIndex) throws RIOException
columnIndex
- The first column is 1, the second column is 2, and so on.RIOException
- This exception is thrown if the column index is not valid.public int[] getColumnFormatDecimals() throws RIOException
RIOException
- This exception may be thrown.public String getColumnInformatName(int columnIndex) throws RIOException
columnIndex
- The first column is 1, the second column is 2, and so on.RIOException
- This exception is thrown if the column index is not valid.public String[] getColumnInformatNames() throws RIOException
RIOException
- This exception may be thrown.public int getColumnInformatLength(int columnIndex) throws RIOException
columnIndex
- The first column is 1, the second column is 2, and so on.RIOException
- This exception is thrown if the column index is not valid.public int[] getColumnInformatLengths() throws RIOException
RIOException
- This exception may be thrown.public int getColumnInformatWidth(int columnIndex) throws RIOException
columnIndex
- The first column is 1, the second column is 2, and so on.RIOException
- This exception is thrown if the column index is not valid.public int[] getColumnInformatWidths() throws RIOException
RIOException
- This exception may be thrown.public int getColumnInformatDecimal(int columnIndex) throws RIOException
columnIndex
- The first column is 1, the second column is 2, and so on.RIOException
- This exception is thrown if the column index is not valid.public int[] getColumnInformatDecimals() throws RIOException
RIOException
- This exception may be thrown.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |