|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TableGenerator
| Method Summary | |
|---|---|
Integer |
getAllocationSize()
Gets the value of the allocationSize property. |
String |
getCatalog()
Gets the value of the catalog property. |
Integer |
getInitialValue()
Gets the value of the initialValue property. |
String |
getName()
Gets the value of the name property. |
String |
getPkColumnName()
Gets the value of the pkColumnName property. |
String |
getPkColumnValue()
Gets the value of the pkColumnValue property. |
String |
getSchema()
Gets the value of the schema property. |
String |
getTable()
Gets the value of the table property. |
UniqueConstraint[] |
getUniqueConstraint()
|
UniqueConstraint |
getUniqueConstraint(int idx)
|
int |
getUniqueConstraintLength()
|
String |
getValueColumnName()
Gets the value of the valueColumnName property. |
void |
setAllocationSize(Integer value)
Sets the value of the allocationSize property. |
void |
setCatalog(String value)
Sets the value of the catalog property. |
void |
setInitialValue(Integer value)
Sets the value of the initialValue property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setPkColumnName(String value)
Sets the value of the pkColumnName property. |
void |
setPkColumnValue(String value)
Sets the value of the pkColumnValue property. |
void |
setSchema(String value)
Sets the value of the schema property. |
void |
setTable(String value)
Sets the value of the table property. |
UniqueConstraint |
setUniqueConstraint(int idx,
UniqueConstraint value)
|
void |
setUniqueConstraint(UniqueConstraint[] values)
|
void |
setValueColumnName(String value)
Sets the value of the valueColumnName property. |
| Method Detail |
|---|
UniqueConstraint[] getUniqueConstraint()
UniqueConstraintUniqueConstraint getUniqueConstraint(int idx)
UniqueConstraintint getUniqueConstraintLength()
void setUniqueConstraint(UniqueConstraint[] values)
values - allowed objects are
UniqueConstraint
UniqueConstraint setUniqueConstraint(int idx,
UniqueConstraint value)
value - allowed object is
UniqueConstraintString getName()
Stringvoid setName(String value)
value - allowed object is
StringString getTable()
Stringvoid setTable(String value)
value - allowed object is
StringString getCatalog()
Stringvoid setCatalog(String value)
value - allowed object is
StringString getSchema()
Stringvoid setSchema(String value)
value - allowed object is
StringString getPkColumnName()
Stringvoid setPkColumnName(String value)
value - allowed object is
StringString getValueColumnName()
Stringvoid setValueColumnName(String value)
value - allowed object is
StringString getPkColumnValue()
Stringvoid setPkColumnValue(String value)
value - allowed object is
StringInteger getInitialValue()
Integervoid setInitialValue(Integer value)
value - allowed object is
IntegerInteger getAllocationSize()
Integervoid setAllocationSize(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||