Modifier and Type | Field and Description |
---|---|
java.lang.String |
routineName
Name of the associated system routine
|
java.lang.String |
routineSchemaID
UUID string of schema holding the system routine associated with the operation
|
char |
routineType
Type of routine (function or procedure)
|
Modifier and Type | Method and Description |
---|---|
static Securable |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Securable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Securable SET_DATABASE_PROPERTY
public static final Securable GET_DATABASE_PROPERTY
public static final Securable FREEZE_DATABASE
public static final Securable UNFREEZE_DATABASE
public static final Securable CHECKPOINT_DATABASE
public static final Securable BACKUP_DATABASE
public static final Securable BACKUP_DATABASE_NOWAIT
public static final Securable BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE
public static final Securable BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE_NOWAIT
public static final Securable DISABLE_LOG_ARCHIVE_MODE
public static final Securable CHECK_TABLE
public static final Securable INSTALL_JAR
public static final Securable REPLACE_JAR
public static final Securable REMOVE_JAR
public static final Securable EXPORT_TABLE
public static final Securable IMPORT_TABLE
public static final Securable IMPORT_TABLE_LOBS_FROM_EXTFILE
public static final Securable IMPORT_DATA
public static final Securable IMPORT_DATA_LOBS_FROM_EXTFILE
public static final Securable BULK_INSERT
public static final Securable RELOAD_SECURITY_POLICY
public static final Securable SET_USER_ACCESS
public static final Securable GET_USER_ACCESS
public static final Securable INVALIDATE_STORED_STATEMENTS
public static final Securable EMPTY_STATEMENT_CACHE
public static final Securable SET_XPLAIN_MODE
public static final Securable GET_XPLAIN_MODE
public static final Securable SET_XPLAIN_SCHEMA
public static final Securable GET_XPLAIN_SCHEMA
public static final Securable CREATE_USER
public static final Securable RESET_PASSWORD
public static final Securable DROP_USER
public final java.lang.String routineSchemaID
public final java.lang.String routineName
public final char routineType
public static Securable[] values()
for (Securable c : Securable.values()) System.out.println(c);
public static Securable valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullApache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.