public class PlainResultSetPrinter extends DefaultResultSetPrinter
ResultSetPrinterIFDefaultResultSetPrinter.ResultColumncharWidth, columnCount, defaultFormatToString, MAXLEN, SPACES, stringValarguments, ctx, descriptor, NEW_LINE| Constructor and Description |
|---|
PlainResultSetPrinter() |
| 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.
|
findColumn, getAIds, getAttributeRestValues, getAttributeValues, getCellStringValue, getColumnCount, getColumnDisplaySize, getColumnStringValue, getResultColumns, getRowCount, getRowStringValue, getUnitString, init, isNumeric, isNumeric, listColumns, print, ts_UnionSeqToStringaddAttributesToNameValueUnitArray, addAttributeToNameValueUnitArray, addStringValueToNameValueUnitArray, checkDirectoy, checkDirectoy, checkDirectoy, checkFile, checkFile, checkFile, checkIntValue, checkStringValue, compressNvuArray, createMessageFromPropertyFile, createMessageFromPropertyFile, createMessageFromPropertyFile, createTsUnionFromObject, deleteRowWithAttributes, getArguments, getContext, getDescriptor, getListFromProperty, getMandatoryProperty, getMandatoryProperty, getMandatoryPropertyAsInt, getMandatoryPropertyAsList, getMandatoryPropertyWithRuleException, getNvuArrayFromMap, getNvuArrayFromMap, getNvuObjectWithName, getNvuObjectWithName, getNvuObjectWithName, getOdsCacheFromProperty, getOptioanlPropertyAsInt, getOptionalProperty, getOptionalProperty, getOptionalProperty, getOptionalProperty, getOptionalPropertyAsBoolean, getOptionalPropertyAsBoolean, getOptionalPropertyAsBoolean, getOptionalPropertyAsList, makeUpperCaseKeyword, removeAttributeFromNameValueUnitArray, removeAttributeFromNameValueUnitArray, setArguments, setContext, setDescriptorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContext, getDescriptor, setArguments, setContext, setDescriptorpublic 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)
throws AoException
print in interface ResultSetPrinterIFprint in class DefaultResultSetPrinterout - 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.AoExceptionpublic 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)
throws AoException
print in interface ResultSetPrinterIFprint in class DefaultResultSetPrinterout - 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