|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--JDBCConnectionDialog
JDBCConnectionDialog Dialogue pour la connexion à une base de données via JDBC. Permet de saisir les informations de connection : - nom de l'utilisateur - son mot de passe - l'url du serveur de la BD - le nom du driver JDBC
Constructor Summary | |
JDBCConnectionDialog()
Création du panel qui contientra tous les champs d'information pour la connexion. |
Method Summary | |
java.sql.Connection |
activate()
affiche le dialogue pour la connexion. |
static void |
main(java.lang.String[] s)
programme de Test de la classe JDBCConnectionDialog |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public JDBCConnectionDialog()
activate()
Method Detail |
public java.sql.Connection activate()
public static void main(java.lang.String[] s)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |