Home
last modified time | relevance | path

Searched refs:DriverPropertyInfo (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/test/java/libcore/java/sql/
DOldDriverPropertyInfoTest.java22 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()
DDriverTest.java26 import java.sql.DriverPropertyInfo;
62 DriverPropertyInfo[] info = driver.getPropertyInfo(SQLITE_JDBC_URL, null); in testGetPropertyInfo()
/libcore/ojluni/src/main/java/java/sql/
DDriverPropertyInfo.java36 public class DriverPropertyInfo { class
47 public DriverPropertyInfo(String name, String value) { in DriverPropertyInfo() method in DriverPropertyInfo
DDriver.java118 DriverPropertyInfo[] getPropertyInfo(String url, java.util.Properties info) in getPropertyInfo()
/libcore/
Dopenjdk_java_files.bp750 "ojluni/src/main/java/java/sql/DriverPropertyInfo.java",
DEXPECTED_UPSTREAM739 ojluni/src/main/java/java/sql/DriverPropertyInfo.java,jdk7u/jdk7u40-b60,jdk/src/share/classes/java/…
/libcore/api/
Dcurrent.txt10107 …method public java.sql.DriverPropertyInfo[] getPropertyInfo(String, java.util.Properties) throws j…
10128 public class DriverPropertyInfo {
10129 ctor public DriverPropertyInfo(String, String);