jdk/src/share/classes/java/sql/SQLPermission.java
changeset 20880 1b610151b316
parent 18564 f9db68ff2cbb
child 21950 db3c826749f7
equal deleted inserted replaced
20879:05811931e266 20880:1b610151b316
    54  * while <code>*loadLibrary</code> and <code>a*b</code> do not.
    54  * while <code>*loadLibrary</code> and <code>a*b</code> do not.
    55  * <P>
    55  * <P>
    56  * The following table lists all the possible <code>SQLPermission</code> target names.
    56  * The following table lists all the possible <code>SQLPermission</code> target names.
    57  * The table gives a description of what the permission allows
    57  * The table gives a description of what the permission allows
    58  * and a discussion of the risks of granting code the permission.
    58  * and a discussion of the risks of granting code the permission.
    59  * <P>
    59  *
    60  *
    60  *
    61  * <table border=1 cellpadding=5 summary="permission target name, what the permission allows, and associated risks">
    61  * <table border=1 cellpadding=5 summary="permission target name, what the permission allows, and associated risks">
    62  * <tr>
    62  * <tr>
    63  * <th>Permission Target Name</th>
    63  * <th>Permission Target Name</th>
    64  * <th>What the Permission Allows</th>
    64  * <th>What the Permission Allows</th>