|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcds.sql.DisplayResult
cds.sql.DisplayResultTSV
Display a result set as a TSV file
Constructor Summary | |
DisplayResultTSV()
|
Method Summary | |
void |
display(java.io.PrintStream p,
ResultSetBean rs,
boolean out)
MOD-BB 08-01-04 Ajout de cette methode. |
void |
display(java.io.PrintStream p,
ResultSetBean rs,
int nbToDisplay,
boolean out)
MOD-BB 08-01-04 Ajout de cette methode. |
void |
display(java.io.PrintStream prt,
java.sql.ResultSet result,
boolean out)
Dipslay the result set as a TSV file |
void |
display(java.io.PrintStream prt,
java.sql.ResultSet result,
int nbToDisplay,
boolean out)
Dipslay the result set as a TSV file |
void |
display(java.io.PrintStream prt,
java.lang.String msg,
boolean out)
Affichage d'un message sous forme d'une chaine de caracteres |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DisplayResultTSV()
Method Detail |
public void display(java.io.PrintStream prt, java.sql.ResultSet result, boolean out)
display
in class DisplayResult
prt
- output print streamresult
- Result Set to displayout
- if false, no displaypublic void display(java.io.PrintStream prt, java.sql.ResultSet result, int nbToDisplay, boolean out)
display
in class DisplayResult
prt
- output print streamresult
- Result Set to displaynbToDisplay
- number of lines to displayout
- if false, no displaypublic void display(java.io.PrintStream prt, java.lang.String msg, boolean out)
display
in class DisplayResult
prt
- print streammsg
- message to displayout
- false if the output should not occurpublic void display(java.io.PrintStream p, ResultSetBean rs, boolean out)
display
in class DisplayResult
p
- output print streamrs
- Result Set to displayout
- if false, no displaypublic void display(java.io.PrintStream p, ResultSetBean rs, int nbToDisplay, boolean out)
display
in class DisplayResult
p
- output print streamrs
- Result Set to displaynbToDisplay
- number of lines to displayout
- if false, no display
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |