|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface FormatInterface
Defines an interface for formatting a set of values.
FormattedDataInterface| Method Summary | |
|---|---|
abstract java.lang.String[] |
formatValues(int formatID,
java.lang.Object[] values)
Formats a set of values using the pre-defined format associated with a given identifier. |
| Method Detail |
|---|
java.lang.String[] formatValues(int formatID,
java.lang.Object[] values)
throws com.sas.table.TableException
formatID - Identifies the format to use. This will be implementation defined.
For example, a one-based index that identifies a row or column in a
table.values - The set of values to format.
TableException - Thrown if the query can not be satisfied (e.g. i/o-failure).
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||