|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TableColumn.PROPERTY>
org.plasma.provisioning.rdb.mysql.v5_5.TableColumn.PROPERTY
public static enum TableColumn.PROPERTY
The declared logical property names for this Type.
| Enum Constant Summary | |
|---|---|
characterSetName
Name of the character set: CHAR_CS or NCHAR_CS |
|
charMaxLength
Length of the column (in bytes) |
|
columnComment
Represents the logical Property columnComment which is part of the Type TableColumn. |
|
columnKey
Default value for the column |
|
columnName
Column name |
|
columnType
Represents the logical Property columnType which is part of the Type TableColumn. |
|
dataPrecision
Decimal precision (total number of digits) for NUMBER datatype; binary precision for FLOAT datatype, null for all other datatypes. |
|
dataScale
Digits to right of decimal point in a number |
|
dataType
Datatype of the column |
|
nullable
Specifies whether a column allows NULLs. |
|
octetMaxLength
Length of the column (in bytes) |
|
owner
Owner of the table, view, or cluster |
|
table
Represents the logical Property table which is part of the Type TableColumn. |
|
| Method Summary | |
|---|---|
static TableColumn.PROPERTY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TableColumn.PROPERTY[] |
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 TableColumn.PROPERTY columnName
public static final TableColumn.PROPERTY dataType
public static final TableColumn.PROPERTY nullable
public static final TableColumn.PROPERTY charMaxLength
public static final TableColumn.PROPERTY dataPrecision
public static final TableColumn.PROPERTY dataScale
public static final TableColumn.PROPERTY columnKey
public static final TableColumn.PROPERTY characterSetName
public static final TableColumn.PROPERTY owner
public static final TableColumn.PROPERTY columnComment
public static final TableColumn.PROPERTY table
public static final TableColumn.PROPERTY columnType
public static final TableColumn.PROPERTY octetMaxLength
| Method Detail |
|---|
public static TableColumn.PROPERTY[] values()
for (TableColumn.PROPERTY c : TableColumn.PROPERTY.values()) System.out.println(c);
public static TableColumn.PROPERTY valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||