Package com.exasol.dbbuilder.dialects
Interface GlobalPrivilege
-
- All Known Implementing Classes:
ExasolGlobalPrivilege,MySqlGlobalPrivilege
public interface GlobalPrivilegeA marker-interface for global privileges.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StringgetSqlName()Get a space-separated name of a privilege.Stringname()Get a privilege name as it is.
-