|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpt.moredata.connection.JdbcDriverInformation
JdbcDriverInformation.java Classe que providencia informacao acerca dos drivers de jdbc conhecidos. Company MoreData
| Constructor Summary | |
JdbcDriverInformation()
Instantiates a new JdbcDriverInformation object. |
|
JdbcDriverInformation(java.lang.String bundle)
Instantiates a new JdbcDriverInformation object. |
|
| Method Summary | |
pt.moredata.connection.DriverInformation |
getInfoForDescription(java.lang.String description)
Gives information about a driver with a specific description. |
pt.moredata.connection.DriverInformation[] |
getInfoForDriverClassName(java.lang.String className)
Gives information about all driver that have a specific class name. |
java.util.Iterator |
iterator()
A list of DriverInformation objects with information of each driver as it was read from the bundle proprity file. |
static void |
main(java.lang.String[] args)
Runs JdbcDriverInformation class, for test propose only. |
void |
setShowKnownOnly(boolean showKnownOnly)
Setter for property showKnownOnly. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JdbcDriverInformation(java.lang.String bundle)
bundle - Proprity file name where to read JDBC driver information.public JdbcDriverInformation()
| Method Detail |
public java.util.Iterator iterator()
public pt.moredata.connection.DriverInformation[] getInfoForDriverClassName(java.lang.String className)
className - The name of the class that implements the driver.
public pt.moredata.connection.DriverInformation getInfoForDescription(java.lang.String description)
description - The decription of the driver.
public static void main(java.lang.String[] args)
public void setShowKnownOnly(boolean showKnownOnly)
showKnownOnly - New value of property showKnownOnly.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||