Uses of Enum
fr.luc.crcore.util.database.ColumnType
Packages that use ColumnType
-
Uses of ColumnType in fr.luc.crcore.util.database
Subclasses with type arguments of type ColumnType in fr.luc.crcore.util.databaseModifier and TypeClassDescriptionenumTypes de colonnes supportés parTableBuilder, chacun mappé sur un type natif SQLite.Methods in fr.luc.crcore.util.database that return ColumnTypeModifier and TypeMethodDescriptionstatic ColumnTypeReturns the enum constant of this type with the specified name.static ColumnType[]ColumnType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.luc.crcore.util.database with parameters of type ColumnTypeModifier and TypeMethodDescriptionTableBuilder.column(String name, ColumnType type) Démarre la définition d'une colonne.TableBuilder.ColumnDef.column(String name, ColumnType type) Démarre une nouvelle colonne (raccourci pour.build().column(...)).