Package com.gpudb.protocol
Class RestoreBackupRequest.RestoreObjectsMap
- java.lang.Object
-
- com.gpudb.protocol.RestoreBackupRequest.RestoreObjectsMap
-
- Enclosing class:
- RestoreBackupRequest
public static final class RestoreBackupRequest.RestoreObjectsMap extends Object
A set of string constants for theRestoreBackupRequestparameterrestoreObjectsMap.Map of database objects to be restored from the backup.
-
-
Field Summary
Fields Modifier and Type Field Description static StringALLAll object types and data contained in the given schema(s).static StringCONTEXTstatic StringCREDENTIALstatic StringDATASINKstatic StringDATASOURCEstatic StringFUNCTION_ENVIRONMENTstatic StringMONITORstatic StringRESOURCE_GROUPstatic StringROLERole(s), role members (roles or users, recursively), and associated permissions.static StringSTORED_PROCEDUREstatic StringTABLETable(s) and SQL view(s).static StringUSERUser(s) (internal and external) and associated permissions.static StringUSER_DEFINED_FUNCTION
-
-
-
Field Detail
-
ALL
public static final String ALL
All object types and data contained in the given schema(s).- See Also:
- Constant Field Values
-
CONTEXT
public static final String CONTEXT
- See Also:
- Constant Field Values
-
CREDENTIAL
public static final String CREDENTIAL
- See Also:
- Constant Field Values
-
DATASINK
public static final String DATASINK
- See Also:
- Constant Field Values
-
DATASOURCE
public static final String DATASOURCE
- See Also:
- Constant Field Values
-
FUNCTION_ENVIRONMENT
public static final String FUNCTION_ENVIRONMENT
- See Also:
- Constant Field Values
-
MONITOR
public static final String MONITOR
- See Also:
- Constant Field Values
-
RESOURCE_GROUP
public static final String RESOURCE_GROUP
- See Also:
- Constant Field Values
-
ROLE
public static final String ROLE
Role(s), role members (roles or users, recursively), and associated permissions.- See Also:
- Constant Field Values
-
STORED_PROCEDURE
public static final String STORED_PROCEDURE
- See Also:
- Constant Field Values
-
TABLE
public static final String TABLE
Table(s) and SQL view(s).- See Also:
- Constant Field Values
-
USER
public static final String USER
User(s) (internal and external) and associated permissions.- See Also:
- Constant Field Values
-
USER_DEFINED_FUNCTION
public static final String USER_DEFINED_FUNCTION
- See Also:
- Constant Field Values
-
-