Package | Description |
---|---|
adql.db | |
tap.metadata |
Modifier and Type | Field and Description |
---|---|
DBType.DBDatatype |
DBType.type
Datatype of a column.
|
Modifier and Type | Method and 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 and 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).
|
Modifier and Type | Method and Description |
---|---|
protected DBType |
VotType.convertNumericType(DBType.DBDatatype tapDatatype)
|
protected DBType |
VotType.convertVariableLengthType(DBType.DBDatatype varType,
DBType.DBDatatype fixedType)
|