Interface AQMatViewLog
-
- All Superinterfaces:
AQSchemaObject,AQServerObject
public interface AQMatViewLog extends AQSchemaObject
This interface represents a materialized view log.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AQObjectPermission[]extractPermissions()To get a list of permissions for the materialized view log.-
Methods inherited from interface com.aquafold.openapi.rdbms.AQSchemaObject
getDatabaseName, getSchemaName
-
Methods inherited from interface com.aquafold.openapi.rdbms.AQServerObject
getIcon, getName, getServerConnection, getTypeName, scriptCREATE, scriptCREATE, scriptDROP
-
-
-
-
Method Detail
-
extractPermissions
AQObjectPermission[] extractPermissions()
To get a list of permissions for the materialized view log.- Returns:
- An array of AQObjectPermission; empty array if no permissions exist.
-
-