Uses of Enum
adql.db.DBType.DBDatatype
Packages that use DBType.DBDatatype
-
Uses of DBType.DBDatatype in adql.db
Fields in adql.db declared as DBType.DBDatatypeMethods in adql.db that return DBType.DBDatatypeModifier and TypeMethodDescriptionstatic DBType.DBDatatypeReturns 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.DBDatatypeModifierConstructorDescriptionDBType(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).