public class PlainResultSetPrinter extends DefaultResultSetPrinter
ResultSetPrinterIF
DefaultResultSetPrinter.ResultColumn
charWidth, columnCount, defaultFormatToString, MAXLEN, SPACES, stringVal
arguments, 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_UnionSeqToString
addAttributesToNameValueUnitArray, 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, setDescriptor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getContext, getDescriptor, setArguments, setContext, setDescriptor
public 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 ResultSetPrinterIF
print
in class DefaultResultSetPrinter
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.AoException
public 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 ResultSetPrinterIF
print
in class DefaultResultSetPrinter
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