public interface ResultSetPrinterIF extends ImplementationIF
ImplementationIF| Modifier and Type | Method and Description |
|---|---|
void |
print(java.io.PrintStream out,
ApplicationStructure asObj,
ResultSetExt[] resultSet,
java.util.List<java.lang.String> alias,
java.util.List<FormatToStringIF> formats,
java.lang.String prefix,
java.lang.String postfix)
Print out.
|
void |
print(java.io.PrintStream out,
ApplicationStructure asObj,
ResultSetExt[] resultSet,
java.util.List<java.lang.String> alias,
java.lang.String prefix,
java.lang.String postfix)
Print out.
|
getContext, getDescriptor, init, setArguments, setContext, setDescriptorvoid print(java.io.PrintStream out,
ApplicationStructure asObj,
ResultSetExt[] resultSet,
java.util.List<java.lang.String> alias,
java.lang.String prefix,
java.lang.String postfix)
throws AoException
out - the print streamasObj - the ASAM ODS Application Structure.resultSet - the result set.alias - the list that holds the aliases of the column names.prefix - this prefix string should be printed before other output.postfix - this postfix string should be printed at the end of the output.AoExceptionvoid print(java.io.PrintStream out,
ApplicationStructure asObj,
ResultSetExt[] resultSet,
java.util.List<java.lang.String> alias,
java.util.List<FormatToStringIF> formats,
java.lang.String prefix,
java.lang.String postfix)
throws AoException
out - the print streamasObj - the ASAM ODS Application Structure.resultSet - the result set.alias - the list that holds the aliases of the column names.formats - the list of format strings.prefix - this prefix string should be printed before other output.postfix - this postfix string should be printed at the end of the output.AoException