Uses of Interface
de.willuhn.datasource.db.types.Type
-
Packages that use Type Package Description de.willuhn.datasource.db.types -
-
Uses of Type in de.willuhn.datasource.db.types
Classes in de.willuhn.datasource.db.types that implement Type Modifier and Type Class Description class
TypeByteArray
Typ Byte-Array.class
TypeDate
Typ Dateclass
TypeDouble
Typ Double.class
TypeGeneric
Generisch.class
TypeInteger
Typ Integer.class
TypeLongString
Typ fuer "TEXT" und "LONGVARCHAR".class
TypeString
Typ String.class
TypeTimestamp
Typ Timestamp.Fields in de.willuhn.datasource.db.types declared as Type Modifier and Type Field Description static Type
TypeRegistry. TYPE_DEFAULT
Generischer Typ, der Verwendung findet, wenn kein passender Typ gefunden wurde.Methods in de.willuhn.datasource.db.types that return Type Modifier and Type Method Description static Type
TypeRegistry. getType(java.lang.String name)
Liefert die Typ-Implementierung fuer den angegebenen Typ.Methods in de.willuhn.datasource.db.types with parameters of type Type Modifier and Type Method Description static void
TypeRegistry. register(java.lang.String name, Type type)
Registriert einen benutzerdefinierten SQL-Typ.
-