Uses of Class
org.jooq.types.UInteger
Package
Description
This package contains jOOQ's implementation classes.
This package contains data types that are missing in JDBC.
This package contains classes related to the
SQLDialect.ACCESS
dialect family.This package contains classes related to the
SQLDialect.AURORA_MYSQL
dialect family.This package contains classes related to the
SQLDialect.AURORA_POSTGRES
dialect family.This package contains classes related to the
SQLDialect.COCKROACHDB
dialect family.This package contains classes related to the
SQLDialect.CUBRID
dialect family.This package contains classes related to the
SQLDialect.DERBY
dialect family.This package contains classes related to the
SQLDialect.EXASOL
dialect family.This package contains classes related to the
SQLDialect.FIREBIRD
dialect family.This package contains classes related to the
SQLDialect.H2
dialect family.This package contains classes related to the
SQLDialect.HANA
dialect family.This package contains classes related to the
SQLDialect.HSQLDB
dialect family.This package contains classes related to the
SQLDialect.IGNITE
dialect family.This package contains classes related to the
SQLDialect.INGRES
dialect family.This package contains classes related to the
SQLDialect.MARIADB
dialect family.This package contains classes related to the
SQLDialect.MEMSQL
dialect family.This package contains classes related to the
SQLDialect.MYSQL
dialect family.This package contains classes related to the
SQLDialect.ORACLE
dialect family.This package contains classes related to the
SQLDialect.POSTGRES
dialect family.This package contains classes related to the
SQLDialect.REDSHIFT
dialect family.This package contains classes related to the
SQLDialect.SNOWFLAKE
dialect family.This package contains classes related to the
SQLDialect.SQLDATAWAREHOUSE
dialect family.This package contains classes related to the
SQLDialect.SQLITE
dialect family.This package contains classes related to the
SQLDialect.SQLSERVER
dialect family.This package contains classes related to the
SQLDialect.SYBASE
dialect family.This package contains classes related to the
SQLDialect.TERADATA
dialect family.This package contains classes related to the
SQLDialect.VERTICA
dialect family.This package contains classes related to the
SQLDialect.YUGABYTEDB
dialect family.-
Uses of UInteger in org.jooq.impl
Modifier and TypeMethodDescriptionCreate a bind value that is always inlined.Get a bind value.A synonym forDSL.val(UInteger)
to be used in Scala and Groovy, whereval
is a reserved keyword.Modifier and TypeMethodDescriptionCreate a bind value that is always inlined.Get a bind value.A synonym forDSL.val(UInteger)
to be used in Scala and Groovy, whereval
is a reserved keyword. -
Uses of UInteger in org.jooq.types
Modifier and TypeFieldDescriptionstatic final UInteger
UInteger.MAX
A constant holding the maximum value anunsigned int
can have as UInteger, 232-1.static final UInteger
UInteger.MIN
A constant holding the minimum value anunsigned int
can have as UInteger, 0.Modifier and TypeMethodDescriptionUInteger.add
(int val) UInteger.subtract
(int val) static UInteger
Unsigned.uint
(int value) Create anunsigned int
by masking it with0xFFFFFFFF
i.e.static UInteger
Unsigned.uint
(long value) Create anunsigned int
static UInteger
Create anunsigned int
static UInteger
UInteger.valueOf
(int value) Create anunsigned int
by masking it with0xFFFFFFFF
i.e.static UInteger
UInteger.valueOf
(long value) Create anunsigned int
static UInteger
Create anunsigned int
-
Uses of UInteger in org.jooq.util.access
Modifier and TypeFieldDescriptionAccessDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.auroramysql
Modifier and TypeFieldDescriptionAuroraMySQLDataType.INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.INTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.MEDIUMINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.aurorapostgres
Modifier and TypeFieldDescriptionAuroraPostgresDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.cockroachdb
Modifier and TypeFieldDescriptionCockroachDBDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.cubrid
Modifier and TypeFieldDescriptionCUBRIDDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.derby
Modifier and TypeFieldDescriptionDerbyDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.exasol
Modifier and TypeFieldDescriptionExasolDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.firebird
Modifier and TypeFieldDescriptionFirebirdDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.h2
Modifier and TypeFieldDescriptionH2DataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.hana
Modifier and TypeFieldDescriptionHanaDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.hsqldb
Modifier and TypeFieldDescriptionHSQLDBDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.ignite
Modifier and TypeFieldDescriptionIgniteDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.ingres
Modifier and TypeFieldDescriptionIngresDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.mariadb
Modifier and TypeFieldDescriptionMariaDBDataType.INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.INTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.MEDIUMINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.memsql
Modifier and TypeFieldDescriptionMemSQLDataType.INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.INTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.MEDIUMINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.mysql
Modifier and TypeFieldDescriptionMySQLDataType.INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.INTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.MEDIUMINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.oracle
Modifier and TypeFieldDescriptionOracleDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.postgres
Modifier and TypeFieldDescriptionPostgresDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.redshift
Modifier and TypeFieldDescriptionRedshiftDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.snowflake
Modifier and TypeFieldDescriptionSnowflakeDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.sqldatawarehouse
Modifier and TypeFieldDescriptionSQLDataWarehouseDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.sqlite
Modifier and TypeFieldDescriptionSQLiteDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.sqlserver
Modifier and TypeFieldDescriptionSQLServerDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.sybase
Modifier and TypeFieldDescriptionSybaseDataType.UNSIGNEDINT
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.teradata
Modifier and TypeFieldDescriptionTeradataDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.vertica
Modifier and TypeFieldDescriptionVerticaDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.yugabytedb
Modifier and TypeFieldDescriptionYugabyteDBDataType.__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.