Searched refs:DriverPropertyInfo (Results 1 – 7 of 7) sorted by relevance
/libcore/luni/src/test/java/libcore/java/sql/ |
D | OldDriverPropertyInfoTest.java | 22 import java.sql.DriverPropertyInfo; 34 DriverPropertyInfo aDriverPropertyInfo = new DriverPropertyInfo( in testDriverPropertyInfoStringString() 42 aDriverPropertyInfo = new DriverPropertyInfo(null, null); in testDriverPropertyInfoStringString() 53 DriverPropertyInfo[] info = d.getPropertyInfo(connectionURL, in testPublicFields()
|
D | DriverTest.java | 26 import java.sql.DriverPropertyInfo; 62 DriverPropertyInfo[] info = driver.getPropertyInfo(SQLITE_JDBC_URL, null); in testGetPropertyInfo()
|
/libcore/ojluni/src/main/java/java/sql/ |
D | DriverPropertyInfo.java | 36 public class DriverPropertyInfo { class 47 public DriverPropertyInfo(String name, String value) { in DriverPropertyInfo() method in DriverPropertyInfo
|
D | Driver.java | 118 DriverPropertyInfo[] getPropertyInfo(String url, java.util.Properties info) in getPropertyInfo()
|
/libcore/ |
D | openjdk_java_files.bp | 750 "ojluni/src/main/java/java/sql/DriverPropertyInfo.java",
|
D | EXPECTED_UPSTREAM | 739 ojluni/src/main/java/java/sql/DriverPropertyInfo.java,jdk7u/jdk7u40-b60,jdk/src/share/classes/java/…
|
/libcore/api/ |
D | current.txt | 10107 …method public java.sql.DriverPropertyInfo[] getPropertyInfo(String, java.util.Properties) throws j… 10128 public class DriverPropertyInfo { 10129 ctor public DriverPropertyInfo(String, String);
|