public class Modifiers extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
IDENTITY
The Constant IDENTITY.
|
static boolean |
NON_UNIQUE
The Constant NON_UNIQUE.
|
static boolean |
NOT_NULL
The Constant NOT_NULL.
|
static boolean |
NULLABLE
The Constant NULLABLE.
|
static boolean |
PRIMARY_KEY
The Constant PRIMARY_KEY.
|
static boolean |
REGULAR
The Constant REGULAR.
|
static boolean |
UNIQUE
The Constant UNIQUE.
|
| Constructor and Description |
|---|
Modifiers() |
public static final boolean PRIMARY_KEY
public static final boolean REGULAR
public static final boolean NULLABLE
public static final boolean NOT_NULL
public static final boolean UNIQUE
public static final boolean NON_UNIQUE
public static final boolean IDENTITY
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.