Lines Matching refs:driver
48 /** is the interface that every driver class must implement.
53 Each driver should supply a service that implements
59 driver in turn to try to connect to the target URL.
75 The driver should return
78 of driver to connect to the given URL. This will be common, as when
79 the driver manager is asked to connect to a given URL it passes
80 the URL to each loaded driver in turn.
85 The driver should raise a
88 driver to connect to the given URL, but has trouble connecting to
96 included in the Properties. For a JDBC driver also the Java class must
100 Possible property value names are when supported by the driver:
121 /** returns <TRUE/> if the driver thinks that it can open a connection
129 <TRUE/> if this driver can connect to the given URL.
136 /** gets information about the possible properties for this driver.
160 /** gets the driver's major version number. Initially this should be 1.
162 this driver's major version number
167 /** gets the driver's minor version number. Initially this should be 0.
169 this driver's minor version number.