src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/SessionProperty.java
branchJDK-8188051-branch
changeset 56832 4f7713e6a308
parent 56828 64304e37e9b1
child 56997 c9cbac2979fb
equal deleted inserted replaced
56831:21443aec7aa7 56832:4f7713e6a308
    71    * @return the default value or {@code null} if there is no default value
    71    * @return the default value or {@code null} if there is no default value
    72    */
    72    */
    73   public Object defaultValue();
    73   public Object defaultValue();
    74 
    74 
    75   /**
    75   /**
    76    * Returns true if this {@link SessionProperty} is contains sensitive information
    76    * Returns true if this {@link SessionProperty} contains sensitive information
    77    * such as a password or encryption key.
    77    * such as a password or encryption key.
    78    *
    78    *
    79    * @return true iff this is sensitive
    79    * @return true iff this is sensitive
    80    */
    80    */
    81   public boolean isSensitive();
    81   public boolean isSensitive();