Uses of Class
org.jooq.types.UByte
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 UByte in org.jooq.impl
Modifier and TypeMethodDescriptionCreate a bind value that is always inlined.Get a bind value.A synonym forDSL.val(UByte)
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(UByte)
to be used in Scala and Groovy, whereval
is a reserved keyword. -
Uses of UByte in org.jooq.types
Modifier and TypeFieldDescriptionstatic final UByte
UByte.MAX
A constant holding the maximum value anunsigned byte
can have as UByte, 28-1.static final UByte
UByte.MIN
A constant holding the minimum value anunsigned byte
can have as UByte, 0.Modifier and TypeMethodDescriptionUByte.add
(int val) UByte.subtract
(int val) static UByte
Unsigned.ubyte
(byte value) Create anunsigned byte
by masking it with0xFF
i.e.static UByte
Unsigned.ubyte
(int value) Create anunsigned byte
static UByte
Unsigned.ubyte
(long value) Create anunsigned byte
static UByte
Unsigned.ubyte
(short value) Create anunsigned byte
static UByte
Create anunsigned byte
static UByte
UByte.valueOf
(byte value) Get an instance of anunsigned byte
by masking it with0xFF
i.e.static UByte
UByte.valueOf
(int value) Get an instance of anunsigned byte
static UByte
UByte.valueOf
(long value) Get an instance of anunsigned byte
static UByte
UByte.valueOf
(short value) Get an instance of anunsigned byte
static UByte
Get an instance of anunsigned byte
-
Uses of UByte in org.jooq.util.access
-
Uses of UByte in org.jooq.util.auroramysql
Modifier and TypeFieldDescriptionAuroraMySQLDataType.TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.aurorapostgres
Modifier and TypeFieldDescriptionAuroraPostgresDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.cockroachdb
Modifier and TypeFieldDescriptionCockroachDBDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.cubrid
Modifier and TypeFieldDescriptionCUBRIDDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.derby
Modifier and TypeFieldDescriptionDerbyDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.exasol
Modifier and TypeFieldDescriptionExasolDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.firebird
Modifier and TypeFieldDescriptionFirebirdDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.h2
Modifier and TypeFieldDescriptionH2DataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.hana
Modifier and TypeFieldDescriptionHanaDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.hsqldb
Modifier and TypeFieldDescriptionHSQLDBDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.ignite
Modifier and TypeFieldDescriptionIgniteDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.ingres
Modifier and TypeFieldDescriptionIngresDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.mariadb
Modifier and TypeFieldDescriptionMariaDBDataType.TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.memsql
Modifier and TypeFieldDescriptionMemSQLDataType.TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.mysql
Modifier and TypeFieldDescriptionMySQLDataType.TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.oracle
Modifier and TypeFieldDescriptionOracleDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.postgres
Modifier and TypeFieldDescriptionPostgresDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.redshift
Modifier and TypeFieldDescriptionRedshiftDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.snowflake
Modifier and TypeFieldDescriptionSnowflakeDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.sqldatawarehouse
-
Uses of UByte in org.jooq.util.sqlite
Modifier and TypeFieldDescriptionSQLiteDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.sqlserver
-
Uses of UByte in org.jooq.util.sybase
Modifier and TypeFieldDescriptionSybaseDataType.TINYINT
Deprecated, for removal: This API element is subject to removal in a future version.SybaseDataType.UNSIGNEDTINYINT
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.teradata
Modifier and TypeFieldDescriptionTeradataDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.vertica
Modifier and TypeFieldDescriptionVerticaDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UByte in org.jooq.util.yugabytedb
Modifier and TypeFieldDescriptionYugabyteDBDataType.__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version.