Uses of Enum Class
org.eclipse.dirigible.database.sql.DataType
Packages that use DataType
Package
Description
-
Uses of DataType in org.eclipse.dirigible.database.sql
Methods in org.eclipse.dirigible.database.sql that return DataTypeModifier and TypeMethodDescriptionstatic DataTypeDataTypeUtils.getDatabaseType(Integer type) Gets the database type.static DataTypeReturns the enum constant of this class with the specified name.static final DataTypeDataType.valueOfByName(String name) Value of by name.static DataType[]DataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.dirigible.database.sql with parameters of type DataTypeModifier and TypeMethodDescriptionISqlDialect.getDataTypeName(DataType dataType) Default implementation returns the direct toString() conversion. -
Uses of DataType in org.eclipse.dirigible.database.sql.builders.table
Methods in org.eclipse.dirigible.database.sql.builders.table with parameters of type DataTypeModifier and TypeMethodDescriptionColumn.Column.Column.AbstractTableBuilder.column(String name, DataType type, Boolean isPrimaryKey, Boolean isNullable, Boolean isUnique) Column.AbstractTableBuilder.column(String name, DataType type, Boolean isPrimaryKey, Boolean isNullable, Boolean isUnique, Boolean isIdentity, Boolean isFuzzyIndexEnabled, String... args) Column.AbstractTableBuilder.column(String name, DataType type, Boolean isPrimaryKey, Boolean isNullable, Boolean isUnique, Boolean isFuzzyIndexEnabled, String... args) Column.AbstractTableBuilder.column(String name, DataType type, Boolean isPrimaryKey, Boolean isNullable, Boolean isUnique, String... args) Column. -
Uses of DataType in org.eclipse.dirigible.database.sql.builders.tableType
Methods in org.eclipse.dirigible.database.sql.builders.tableType with parameters of type DataType -
Uses of DataType in org.eclipse.dirigible.database.sql.dialects
Methods in org.eclipse.dirigible.database.sql.dialects with parameters of type DataTypeModifier and TypeMethodDescriptionDefaultSqlDialect.getDataTypeName(DataType dataType) Gets the data type name.