Uses of Enum Class
org.jooq.impl.QOM.LengthUnit
Packages that use QOM.LengthUnit
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of QOM.LengthUnit in org.jooq
Methods in org.jooq that return QOM.LengthUnitModifier and TypeMethodDescription@NotNull QOM.LengthUnitDataType.lengthUnit()Get the length unit of this data type.Methods in org.jooq with parameters of type QOM.LengthUnitModifier and TypeMethodDescriptionDataType.length(int length, QOM.LengthUnit unit) Return a new data type like this, with a new length value and updatedQOM.LengthUnit.DataType.lengthUnit(QOM.LengthUnit unit) Return a new data type like this, with an updatedQOM.LengthUnit. -
Uses of QOM.LengthUnit in org.jooq.impl
Methods in org.jooq.impl that return QOM.LengthUnitModifier and TypeMethodDescriptionstatic QOM.LengthUnitReturns the enum constant of this class with the specified name.static QOM.LengthUnit[]QOM.LengthUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.impl with parameters of type QOM.LengthUnitModifier and TypeMethodDescriptionSQLDataType.CHAR(int length, QOM.LengthUnit unit) TheTypes.CHARtype.SQLDataType.CLOB(int length, QOM.LengthUnit unit) TheTypes.CLOBtype.SQLDataType.LONGNVARCHAR(int length, QOM.LengthUnit unit) TheTypes.LONGNVARCHARtype.SQLDataType.LONGVARCHAR(int length, QOM.LengthUnit unit) TheTypes.LONGVARCHARtype.SQLDataType.NCHAR(int length, QOM.LengthUnit unit) TheTypes.NCHARtype.SQLDataType.NCLOB(int length, QOM.LengthUnit unit) TheTypes.NCLOBtype.SQLDataType.NVARCHAR(int length, QOM.LengthUnit unit) TheTypes.NVARCHARtype.SQLDataType.VARCHAR(int length, QOM.LengthUnit unit) TheTypes.VARCHARtype.