@Retention(value=RUNTIME) @Target(value=METHOD) public @interface GdbColumn
| Modifier and Type | Optional Element and Description |
|---|---|
GdbBool |
bool |
GdbEnum |
enumerated |
String |
fullName
Sets the full name of this column.
|
int |
length
The length of a column.
|
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.
|
String |
type |
boolean |
unique |
public abstract String name
public abstract String fullName
public abstract String type
public abstract int length
public abstract boolean nullable
public abstract GdbDate temporal
public abstract GdbEnum enumerated
public abstract GdbBool bool
Copyright © 2017 etc.to. All rights reserved.