com.sas.rio
Interface RIOResultSetMetaDataInterface

All Superinterfaces:
All Known Implementing Classes:
MVAResultSetMetaData

public interface RIOResultSetMetaDataInterface
extends java.sql.ResultSetMetaData

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

getColumnFormatName

public String getColumnFormatName(int columnIndex)
                           throws RIOException
Gets the format name of the column.
Parameters:
columnIndex - The first column is 1, the second column is 2, and so on.
Returns:
A String containing the format name of the column.
Throws:
RIOException - This exception is thrown if the column index is not valid.

getColumnFormatNames

public String[] getColumnFormatNames()
                              throws RIOException
Gets the format names of the columns in the ResultSet.
Returns:
An array of Strings containing the format names of the columns.
Throws:
RIOException - This exception may be thrown.

getColumnFormatLength

public int getColumnFormatLength(int columnIndex)
                          throws RIOException
Gets the format length of the column.
Parameters:
columnIndex - The first column is 1, the second column is 2, and so on.
Returns:
An integer value containing the format length of the column.
Throws:
RIOException - This exception is thrown if the column index is not valid.

getColumnFormatLengths

public int[] getColumnFormatLengths()
                             throws RIOException
Gets the format lengths of the columns in the ResultSet.
Returns:
An array of integer values containing the format lengths of the columns.
Throws:
RIOException - This exception may be thrown.

getColumnFormatWidth

public int getColumnFormatWidth(int columnIndex)
                         throws RIOException
Gets the format width of the column.
Parameters:
columnIndex - The first column is 1, the second column is 2, and so on.
Returns:
An integer value containing the format width of the column.
Throws:
RIOException - This exception is thrown if the column index is not valid.

getColumnFormatWidths

public int[] getColumnFormatWidths()
                            throws RIOException
Gets the format widths of the columns in the ResultSet.
Returns:
An array of integer values containing the format widths of the columns.
Throws:
RIOException - This exception may be thrown.

getColumnFormatDecimal

public int getColumnFormatDecimal(int columnIndex)
                           throws RIOException
Gets the format decimal of the column.
Parameters:
columnIndex - The first column is 1, the second column is 2, and so on.
Returns:
An integer value containing the format decimal of the column.
Throws:
RIOException - This exception is thrown if the column index is not valid.

getColumnFormatDecimals

public int[] getColumnFormatDecimals()
                              throws RIOException
Gets the format lengths of the columns in the ResultSet.
Returns:
An array of integer values containing the format lengths of the columns.
Throws:
RIOException - This exception may be thrown.

getColumnInformatName

public String getColumnInformatName(int columnIndex)
                             throws RIOException
Gets the informat name of the column.
Parameters:
columnIndex - The first column is 1, the second column is 2, and so on.
Returns:
A String containing the informat name of the column.
Throws:
RIOException - This exception is thrown if the column index is not valid.

getColumnInformatNames

public String[] getColumnInformatNames()
                                throws RIOException
Gets the informat names of the columns in the ResultSet.
Returns:
An array of String values containing the informat names of the columns.
Throws:
RIOException - This exception may be thrown.

getColumnInformatLength

public int getColumnInformatLength(int columnIndex)
                            throws RIOException
Gets the informat length of the column.
Parameters:
columnIndex - The first column is 1, the second column is 2, and so on.
Returns:
An integer value containing the informat length of the column.
Throws:
RIOException - This exception is thrown if the column index is not valid.

getColumnInformatLengths

public int[] getColumnInformatLengths()
                               throws RIOException
Gets the informat lengths of the columns in the ResultSet.
Returns:
An array of integer values containing the informat lengths of the columns.
Throws:
RIOException - This exception may be thrown.

getColumnInformatWidth

public int getColumnInformatWidth(int columnIndex)
                           throws RIOException
Gets the informat width of the column.
Parameters:
columnIndex - The first column is 1, the second column is 2, and so on.
Returns:
An integer containing the informat width of the column.
Throws:
RIOException - This exception is thrown if the column index is not valid.

getColumnInformatWidths

public int[] getColumnInformatWidths()
                              throws RIOException
Gets the informat widths of the columns in the ResultSet.
Returns:
An array of integer values containing the informat widths of the columns.
Throws:
RIOException - This exception may be thrown.

getColumnInformatDecimal

public int getColumnInformatDecimal(int columnIndex)
                             throws RIOException
Gets the informat decimal of the column.
Parameters:
columnIndex - The first column is 1, the second column is 2, and so on.
Returns:
An integer containing the informat decimal of the column.
Throws:
RIOException - This exception is thrown if the column index is not valid.

getColumnInformatDecimals

public int[] getColumnInformatDecimals()
                                throws RIOException
Gets the informat decimals of the columns in the ResultSet.
Returns:
An array of integer values containing the informat decimals of the columns.
Throws:
RIOException - This exception may be thrown.



Copyright © 2003 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 09 Jul 2004 16:13:38