| Package | Description |
|---|---|
| schemacrawler.schema |
| Modifier and Type | Method and Description |
|---|---|
Collection<Privilege<Table>> |
Table.getPrivileges()
Gets the list of privileges.
|
Collection<Privilege<Column>> |
Column.getPrivileges()
Gets the list of privileges for the table.
|
com.annimon.stream.Optional<? extends Privilege<Table>> |
Table.lookupPrivilege(String name)
Gets a privilege by unqualified name.
|
com.annimon.stream.Optional<? extends Privilege<Column>> |
Column.lookupPrivilege(String name)
Gets a privilege by unqualified name.
|
Copyright © 2000-2017 Sualeh Fatehi. All rights reserved.