public class ProtectMode extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FLAG_NO_DROP |
static String |
FLAG_NO_DROP_CASCADE |
static String |
FLAG_OFFLINE |
static String |
FLAG_READ_ONLY |
boolean |
noDrop |
boolean |
noDropCascade |
boolean |
offline |
static String |
PARAMETER_NAME |
boolean |
readOnly |
Constructor and Description |
---|
ProtectMode() |
public static String PARAMETER_NAME
public static String FLAG_OFFLINE
public static String FLAG_NO_DROP
public static String FLAG_NO_DROP_CASCADE
public static String FLAG_READ_ONLY
public boolean offline
public boolean readOnly
public boolean noDrop
public boolean noDropCascade
public static ProtectMode getProtectModeFromString(String sourceString)
Copyright © 2017 The Apache Software Foundation. All rights reserved.