Uses of Enum Class
studio.magemonkey.codex.mccore.sql.ColumnType
Packages that use ColumnType
-
Uses of ColumnType in studio.magemonkey.codex.mccore.sql
Methods in studio.magemonkey.codex.mccore.sql that return ColumnTypeModifier and TypeMethodDescriptionstatic ColumnTypeColumnType.getByValues(String type, int size) Retrieves a column type by name and size values.static ColumnTypeReturns the enum constant of this class with the specified name.static ColumnType[]ColumnType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ColumnType in studio.magemonkey.codex.mccore.sql.direct
Methods in studio.magemonkey.codex.mccore.sql.direct with parameters of type ColumnTypeModifier and TypeMethodDescriptionvoidSQLTable.createColumn(String name, ColumnType type) Creates a new column in the table.