Package | Description |
---|---|
PrologDB |
Modifier and Type | Method and Description |
---|---|
Column.opts |
Column.getOpt() |
static Column.opts |
Column.opts.toEnum(java.lang.String s) |
static Column.opts |
Column.opts.toEnumEH(java.lang.String s) |
static Column.opts |
Column.opts.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Column.opts[] |
Column.opts.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Column(java.lang.String name,
Column.opts opt,
java.lang.String kind,
boolean isQuoted) |