Searched defs:SQLPermission (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/sql/src/main/java/java/sql/
H A DSQLPermission.java37 public final class SQLPermission extends BasicPermission implements Guard, class in inherits:BasicPermission,Guard,Serializable
43 * Creates a new {@code SQLPermission} object with the specified name.
46 * the name to use for this {@code SQLPermission}.
48 public SQLPermission(String name) { method in class:SQLPermission
53 * Creates a new {@code SQLPermission} object with the specified name.
56 * is the name of the {@code SQLPermission}. Currently only
61 public SQLPermission(String name, String actions) { method in class:SQLPermission

Completed in 49 milliseconds