|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface GdbColumn
Optional Element Summary | |
---|---|
GdbBool |
bool
|
GdbEnum |
enumerated
|
java.lang.String |
fullName
Sets the full name of this column. |
int |
length
The length of a column. |
java.lang.String |
name
Sets the base name of this column. |
boolean |
nullable
Whether the field can be nullable. |
int |
scale
For numerics, the scale field. |
GdbDate |
temporal
Whether a Date column contains a timestamp, a single date or what. |
java.lang.String |
type
|
boolean |
unique
|
public abstract java.lang.String name
public abstract java.lang.String fullName
public abstract java.lang.String type
public abstract int length
public abstract int scale
public abstract boolean nullable
public abstract boolean unique
public abstract GdbDate temporal
public abstract GdbEnum enumerated
public abstract GdbBool bool
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |