Searched refs:DriverPropertyInfo (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DDriverPropertyInfo.java26 public class DriverPropertyInfo { class
58 * Creates a {@code DriverPropertyInfo} instance with the supplied name and
66 public DriverPropertyInfo(String name, String value) { method in class:DriverPropertyInfo
H A DDriver.java98 * @return an array of {@code DriverPropertyInfo} records which provide
105 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldDriverPropertyInfoTest.java22 import java.sql.DriverPropertyInfo;
34 DriverPropertyInfo aDriverPropertyInfo = new DriverPropertyInfo(
42 aDriverPropertyInfo = new DriverPropertyInfo(null, null);
53 DriverPropertyInfo[] info = d.getPropertyInfo(connectionURL,
/libcore/luni/src/test/java/libcore/sqlite/
H A DOldJDBCDriverTest.java23 import java.sql.DriverPropertyInfo;
93 DriverPropertyInfo[] info = null;

Completed in 2677 milliseconds