| Package | Description |
|---|---|
| adql.db |
| Modifier and Type | Field | Description |
|---|---|---|
DBType.DBDatatype |
DBType.type |
Datatype of a column.
|
| Modifier and Type | Method | Description |
|---|---|---|
static DBType.DBDatatype |
DBType.DBDatatype.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static DBType.DBDatatype[] |
DBType.DBDatatype.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
DBType(DBType.DBDatatype datatype) |
Build a TAP column type by specifying a datatype.
|
DBType(DBType.DBDatatype datatype,
int length) |
Build a TAP column type by specifying a datatype and a length (needed only for datatypes like char, varchar, binary and varbinary).
|