|
com.im.commons.db 5.9.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<DBDatabaseInfo.ColumnSizing>
com.im.commons.db.ddl.DBDatabaseInfo.ColumnSizing
public static enum DBDatabaseInfo.ColumnSizing
Definition of sizing characteristics of column length or scale.
| Enum Constant Summary | |
|---|---|
ANY
Length or scale can only be increased or decreased. |
|
DOWNWARDS_ONLY
Length or scale can only be decreased. |
|
FIXED
Length or scale can be set, but once set cannot be changed. |
|
NONE
Length or scale not valid for this type of column. |
|
UPWARDS_ONLY
Length or scale can only be increased. |
|
| Method Summary | |
|---|---|
static DBDatabaseInfo.ColumnSizing |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DBDatabaseInfo.ColumnSizing[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DBDatabaseInfo.ColumnSizing NONE
public static final DBDatabaseInfo.ColumnSizing FIXED
public static final DBDatabaseInfo.ColumnSizing UPWARDS_ONLY
public static final DBDatabaseInfo.ColumnSizing DOWNWARDS_ONLY
public static final DBDatabaseInfo.ColumnSizing ANY
| Method Detail |
|---|
public static DBDatabaseInfo.ColumnSizing[] values()
for (DBDatabaseInfo.ColumnSizing c : DBDatabaseInfo.ColumnSizing.values()) System.out.println(c);
public static DBDatabaseInfo.ColumnSizing valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
com.im.commons.db 5.9.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||