Class OrderedData
java.lang.Object
OrderedData
- public class OrderedData
- extends java.lang.Object
This class is used to reorder data for printing or streaming
Constructor Summary |
(package private) |
OrderedData()
Default constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nt
private double nt
numberOfTuples
public int numberOfTuples
numPages
public int numPages
temp
private java.util.Vector temp
page
public java.util.Vector page
doc
public java.util.Vector doc
tmp
private java.lang.String tmp
OrderedData
OrderedData()
- Default constructor
reorderForPrintingOrStreaming
public int reorderForPrintingOrStreaming(java.sql.ResultSet rs,
int linesForPage,
int numberOfColumns)
- Reorder method for ResultSet
reorderForPrintingOrStreaming
public int reorderForPrintingOrStreaming(java.lang.String text,
int linesForPage)
- Reorder method for Query/Modification text