Searched refs:getPropertyInfo (Results 1 – 7 of 7) sorted by relevance
109 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) in getPropertyInfo() method
105 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) in getPropertyInfo() method in TestHelper_Driver1
121 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) in getPropertyInfo() method in TestHelper_Driver4
126 DriverPropertyInfo[] info = d.getPropertyInfo(connectionURL, in testPublicFields()
695 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) { in getPropertyInfo() method in DriverManagerTest.DummyDriver
127 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) in getPropertyInfo() method in JDBCDriver
221 info = jDriver.getPropertyInfo(getConnectionURL(), null); in testGetPropertyInfo()