Uses of Class
org.jooq.types.UInteger
Packages that use 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.ASE
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
Fields in org.jooq.impl with type parameters of type UIntegerMethods in org.jooq.impl that return types with arguments of type UIntegerModifier 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, wherevalis a reserved keyword.Methods in org.jooq.impl with parameters of type UIntegerModifier 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, wherevalis a reserved keyword. -
Uses of UInteger in org.jooq.types
Fields in org.jooq.types declared as UIntegerModifier and TypeFieldDescriptionstatic final UIntegerUInteger.MAXA constant holding the maximum value anunsigned intcan have as UInteger, 232-1.static final UIntegerUInteger.MINA constant holding the minimum value anunsigned intcan have as UInteger, 0.Methods in org.jooq.types that return UIntegerModifier and TypeMethodDescriptionUInteger.add(int val) UInteger.subtract(int val) static UIntegerUnsigned.uint(int value) Create anunsigned intby masking it with0xFFFFFFFFi.e.static UIntegerUnsigned.uint(long value) Create anunsigned intstatic UIntegerCreate anunsigned intstatic UIntegerUInteger.valueOf(int value) Create anunsigned intby masking it with0xFFFFFFFFi.e.static UIntegerUInteger.valueOf(long value) Create anunsigned intstatic UIntegerCreate anunsigned intMethods in org.jooq.types with parameters of type UInteger -
Uses of UInteger in org.jooq.util.access
Fields in org.jooq.util.access with type parameters of type UIntegerModifier and TypeFieldDescriptionAccessDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.ase
Fields in org.jooq.util.ase with type parameters of type UIntegerModifier and TypeFieldDescriptionASEDataType.UNSIGNEDINTDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.auroramysql
Fields in org.jooq.util.auroramysql with type parameters of type UIntegerModifier and TypeFieldDescriptionAuroraMySQLDataType.INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.INTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.AuroraMySQLDataType.MEDIUMINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.aurorapostgres
Fields in org.jooq.util.aurorapostgres with type parameters of type UIntegerModifier and TypeFieldDescriptionAuroraPostgresDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.cockroachdb
Fields in org.jooq.util.cockroachdb with type parameters of type UIntegerModifier and TypeFieldDescriptionCockroachDBDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.cubrid
Fields in org.jooq.util.cubrid with type parameters of type UIntegerModifier and TypeFieldDescriptionCUBRIDDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.derby
Fields in org.jooq.util.derby with type parameters of type UIntegerModifier and TypeFieldDescriptionDerbyDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.exasol
Fields in org.jooq.util.exasol with type parameters of type UIntegerModifier and TypeFieldDescriptionExasolDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.firebird
Fields in org.jooq.util.firebird with type parameters of type UIntegerModifier and TypeFieldDescriptionFirebirdDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.h2
Fields in org.jooq.util.h2 with type parameters of type UIntegerModifier and TypeFieldDescriptionH2DataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.hana
Fields in org.jooq.util.hana with type parameters of type UIntegerModifier and TypeFieldDescriptionHanaDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.hsqldb
Fields in org.jooq.util.hsqldb with type parameters of type UIntegerModifier and TypeFieldDescriptionHSQLDBDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.ignite
Fields in org.jooq.util.ignite with type parameters of type UIntegerModifier and TypeFieldDescriptionIgniteDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.ingres
Fields in org.jooq.util.ingres with type parameters of type UIntegerModifier and TypeFieldDescriptionIngresDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.mariadb
Fields in org.jooq.util.mariadb with type parameters of type UIntegerModifier and TypeFieldDescriptionMariaDBDataType.INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.INTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MariaDBDataType.MEDIUMINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.memsql
Fields in org.jooq.util.memsql with type parameters of type UIntegerModifier and TypeFieldDescriptionMemSQLDataType.INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.INTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MemSQLDataType.MEDIUMINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.mysql
Fields in org.jooq.util.mysql with type parameters of type UIntegerModifier and TypeFieldDescriptionMySQLDataType.INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.INTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.MySQLDataType.MEDIUMINTUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.oracle
Fields in org.jooq.util.oracle with type parameters of type UIntegerModifier and TypeFieldDescriptionOracleDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.postgres
Fields in org.jooq.util.postgres with type parameters of type UIntegerModifier and TypeFieldDescriptionPostgresDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.redshift
Fields in org.jooq.util.redshift with type parameters of type UIntegerModifier and TypeFieldDescriptionRedshiftDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.snowflake
Fields in org.jooq.util.snowflake with type parameters of type UIntegerModifier and TypeFieldDescriptionSnowflakeDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.sqldatawarehouse
Fields in org.jooq.util.sqldatawarehouse with type parameters of type UIntegerModifier and TypeFieldDescriptionSQLDataWarehouseDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.sqlite
Fields in org.jooq.util.sqlite with type parameters of type UIntegerModifier and TypeFieldDescriptionSQLiteDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.sqlserver
Fields in org.jooq.util.sqlserver with type parameters of type UIntegerModifier and TypeFieldDescriptionSQLServerDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.sybase
Fields in org.jooq.util.sybase with type parameters of type UIntegerModifier and TypeFieldDescriptionSybaseDataType.UNSIGNEDINTDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.teradata
Fields in org.jooq.util.teradata with type parameters of type UIntegerModifier and TypeFieldDescriptionTeradataDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.vertica
Fields in org.jooq.util.vertica with type parameters of type UIntegerModifier and TypeFieldDescriptionVerticaDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UInteger in org.jooq.util.yugabytedb
Fields in org.jooq.util.yugabytedb with type parameters of type UIntegerModifier and TypeFieldDescriptionYugabyteDBDataType.__INTEGERUNSIGNEDDeprecated, for removal: This API element is subject to removal in a future version.