src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/DataSourceProperty.java
branchJDK-8188051-branch
changeset 56832 4f7713e6a308
parent 56824 62e92191354d
child 56997 c9cbac2979fb
equal deleted inserted replaced
56831:21443aec7aa7 56832:4f7713e6a308
    79    * @return true iff this is sensitive
    79    * @return true iff this is sensitive
    80    */
    80    */
    81   public boolean isSensitive();
    81   public boolean isSensitive();
    82 
    82 
    83   /**
    83   /**
    84    * Configure the {@link DataSource as appropriate for the given {@code value} 
    84    * Configure the {@link DataSource} as appropriate for the given {@code value} 
    85    * of this {@link DataSourceProperty}. This is primarily for the use of user 
    85    * of this {@link DataSourceProperty}. This is primarily for the use of user 
    86    * defined properties.
    86    * defined properties.
    87    *
    87    *
    88    * @param ds the {@link DataSource} to configure
    88    * @param ds the {@link DataSource} to configure
    89    * @param value the value of this property
    89    * @param value the value of this property