|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Column
| Method Summary | |
|---|---|
String |
getColumnDefinition()
Gets the value of the columnDefinition property. |
Integer |
getLength()
Gets the value of the length property. |
String |
getName()
Gets the value of the name property. |
Integer |
getPrecision()
Gets the value of the precision property. |
Integer |
getScale()
Gets the value of the scale property. |
String |
getTable()
Gets the value of the table property. |
Boolean |
isInsertable()
Gets the value of the insertable property. |
Boolean |
isNullable()
Gets the value of the nullable property. |
Boolean |
isUnique()
Gets the value of the unique property. |
Boolean |
isUpdatable()
Gets the value of the updatable property. |
void |
setColumnDefinition(String value)
Sets the value of the columnDefinition property. |
void |
setInsertable(Boolean value)
Sets the value of the insertable property. |
void |
setLength(Integer value)
Sets the value of the length property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNullable(Boolean value)
Sets the value of the nullable property. |
void |
setPrecision(Integer value)
Sets the value of the precision property. |
void |
setScale(Integer value)
Sets the value of the scale property. |
void |
setTable(String value)
Sets the value of the table property. |
void |
setUnique(Boolean value)
Sets the value of the unique property. |
void |
setUpdatable(Boolean value)
Sets the value of the updatable property. |
| Method Detail |
|---|
String getName()
Stringvoid setName(String value)
value - allowed object is
StringBoolean isUnique()
Booleanvoid setUnique(Boolean value)
value - allowed object is
BooleanBoolean isNullable()
Booleanvoid setNullable(Boolean value)
value - allowed object is
BooleanBoolean isInsertable()
Booleanvoid setInsertable(Boolean value)
value - allowed object is
BooleanBoolean isUpdatable()
Booleanvoid setUpdatable(Boolean value)
value - allowed object is
BooleanString getColumnDefinition()
Stringvoid setColumnDefinition(String value)
value - allowed object is
StringString getTable()
Stringvoid setTable(String value)
value - allowed object is
StringInteger getLength()
Integervoid setLength(Integer value)
value - allowed object is
IntegerInteger getPrecision()
Integervoid setPrecision(Integer value)
value - allowed object is
IntegerInteger getScale()
Integervoid setScale(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||