com.sas.table
Interface ColumnInfoInterface
- All Superinterfaces:
- com.sas.table.StaticColumnInfoInterface
public interface ColumnInfoInterface
- extends com.sas.table.StaticColumnInfoInterface
Defines an interface for modifying additional information associated
with a table's columns.
- See Also:
RowInfoInterface
Methods inherited from interface com.sas.table.StaticColumnInfoInterface |
getColumnInfo, getColumnInfoNames |
setColumnInfo
void setColumnInfo(int index,
java.lang.String columnInfoName,
java.lang.Object info)
throws com.sas.table.TableException
- Updates a column's named information. The column is identified by the given
index and is assigned the given new information.
- Parameters:
index
- A one-based index that identifies the column.columnInfoName
- The name of the information to set for the column.info
- The specified column's information.
- Throws:
TableException
- Provides a catch-all for all non-RuntimeExceptions.
java.lang.IndexOutOfBoundsException
- Thrown if index is negative, zero, or greater than the number
of columns.
Copyright © 2009 SAS Institute Inc. All Rights Reserved.