|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DisplayResultFormat | |
| appli.sqlplayer.gui | |
| appli.sqlplayer.util | |
| Uses of DisplayResultFormat in appli.sqlplayer.gui |
| Fields in appli.sqlplayer.gui declared as DisplayResultFormat | |
private DisplayResultFormat |
SqlPlayerDesignCommandsPane.drf
|
private DisplayResultFormat |
SqlPlayerResultPane.drf
|
| Uses of DisplayResultFormat in appli.sqlplayer.util |
| Methods in appli.sqlplayer.util with parameters of type DisplayResultFormat | |
void |
Mediator.displayResultText(javax.swing.JTextArea txtArea,
DisplayResultFormat drf,
java.lang.Object resQuery)
Affichage des resultats de la commande SQL au format texte dans une zone de texte |
void |
Mediator.displayResultText(javax.swing.JTextArea txtArea,
DisplayResultFormat drf,
int nbToDisplay,
java.lang.Object resQuery)
Affichage des resultats de la commande SQL au format texte dans une zone de texte |
void |
Mediator.writeResultText(java.io.OutputStream output,
DisplayResultFormat drf,
java.lang.Object resQuery)
Affichage des resultats de la commande SQL au format texte dans une sortie outputstream |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||