Home | History | Annotate | Download | only in sql

Lines Matching refs:Properties

20 import java.util.Properties;
61 * some properties that should be used in establishing the
62 * connection. The properties consist of name/value pairs of
64 * least two properties - for {@code "user"} and {@code
70 public Connection connect(String url, Properties info) throws SQLException;
87 * Gets information about possible properties for this driver.
89 * This method is intended to provide a listing of possible properties that
91 * to a database. Note that the returned array of properties may change
103 * details on which additional properties are required (in addition
109 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)