public class PropertyFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
FLAG_AUTO_INCREMENT |
static int |
FLAG_CASE_SENSITIVE |
static int |
FLAG_NULLABLE |
static int |
FLAG_PK |
static int |
FLAG_READ_ONLY |
static int |
FLAG_SEARCHABLE |
static int |
FLAG_SIGNED |
Modifier and Type | Method and Description |
---|---|
static boolean |
isFlag(int key,
int flags) |
static int |
setFlag(int key,
int flags) |
static int |
unsetFlag(int key,
int flags) |
public static final int FLAG_PK
public static final int FLAG_NULLABLE
public static final int FLAG_AUTO_INCREMENT
public static final int FLAG_SEARCHABLE
public static final int FLAG_CASE_SENSITIVE
public static final int FLAG_READ_ONLY
public static final int FLAG_SIGNED