|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcds.sql.DisplayResult
cds.sql.DisplayResultReport
Display a result set as a report. A report output has the following format:
column_name: value
...
A blank line separates an object from another one
| Constructor Summary | |
DisplayResultReport()
|
|
| 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)
Display the result set in the report format |
void |
display(java.io.PrintStream prt,
java.sql.ResultSet result,
int nbToDisplay,
boolean out)
Display the result set in the report format |
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 DisplayResultReport()
| Method Detail |
public void display(java.io.PrintStream prt,
java.sql.ResultSet result,
boolean out)
display in class DisplayResultprt - print streamresult - Result Set to displayout - false if the output should not occur
public void display(java.io.PrintStream prt,
java.sql.ResultSet result,
int nbToDisplay,
boolean out)
display in class DisplayResultprt - print streamresult - Result Set to displaynbToDisplay - number of lines to displayout - false if the output should not occur
public void display(java.io.PrintStream prt,
java.lang.String msg,
boolean out)
display in class DisplayResultprt - print streammsg - message to displayout - false if the output should not occur
public void display(java.io.PrintStream p,
ResultSetBean rs,
boolean out)
display in class DisplayResultp - print streamrs - ResultSetBean to displayout - false if the output should not occur
public void display(java.io.PrintStream p,
ResultSetBean rs,
int nbToDisplay,
boolean out)
display in class DisplayResultp - print streamrs - ResultSetBean to displaynbToDisplay - number of lines to displayout - false if the output should not occur
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||