Lines Matching refs:URL
59 driver in turn to try to connect to the target URL.
74 /** attempts to make a database connection to the given URL.
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.
88 driver to connect to the given URL, but has trouble connecting to
105 is the URL of the database to which to connect.
110 a Connection object that represents a connection to the URL
122 to the given URL. Typically drivers will return <TRUE/> if they
123 understand the subprotocol specified in the URL and <FALSE/> if
127 is the URL of the database to which to connect.
129 <TRUE/> if this driver can connect to the given URL.
144 is the URL of the database to which to connect.