Uses of Class
adql.db.DBType.DBDatatype
-
Packages that use DBType.DBDatatype Package Description adql.db -
-
Uses of DBType.DBDatatype in adql.db
Fields in adql.db declared as DBType.DBDatatype Modifier and Type Field Description DBType.DBDatatypeDBType. typeDatatype of a column.Methods in adql.db that return DBType.DBDatatype Modifier and Type Method Description static DBType.DBDatatypeDBType.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.Constructors in adql.db with parameters of type DBType.DBDatatype 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).
-