Uses of Class
org.jooq.types.UByte
-
Packages that use UByte Package Description org.jooq.impl This package contains jOOQ's implementation classes.org.jooq.types This package contains data types that are missing in JDBC.org.jooq.util.access This package contains classes related to theSQLDialect.ACCESS
dialect family.org.jooq.util.auroramysql This package contains classes related to theSQLDialect.AURORA_MYSQL
dialect family.org.jooq.util.aurorapostgres This package contains classes related to theSQLDialect.AURORA_POSTGRES
dialect family.org.jooq.util.cockroachdb This package contains classes related to theSQLDialect.COCKROACHDB
dialect family.org.jooq.util.cubrid This package contains classes related to theSQLDialect.CUBRID
dialect family.org.jooq.util.derby This package contains classes related to theSQLDialect.DERBY
dialect family.org.jooq.util.firebird This package contains classes related to theSQLDialect.FIREBIRD
dialect family.org.jooq.util.h2 This package contains classes related to theSQLDialect.H2
dialect family.org.jooq.util.hana This package contains classes related to theSQLDialect.HANA
dialect family.org.jooq.util.hsqldb This package contains classes related to theSQLDialect.HSQLDB
dialect family.org.jooq.util.ingres This package contains classes related to theSQLDialect.INGRES
dialect family.org.jooq.util.mariadb This package contains classes related to theSQLDialect.MARIADB
dialect family.org.jooq.util.memsql This package contains classes related to theSQLDialect.MEMSQL
dialect family.org.jooq.util.mysql This package contains classes related to theSQLDialect.MYSQL
dialect family.org.jooq.util.oracle This package contains classes related to theSQLDialect.ORACLE
dialect family.org.jooq.util.postgres This package contains classes related to theSQLDialect.POSTGRES
dialect family.org.jooq.util.redshift This package contains classes related to theSQLDialect.REDSHIFT
dialect family.org.jooq.util.sqldatawarehouse This package contains classes related to theSQLDialect.SQLDATAWAREHOUSE
dialect family.org.jooq.util.sqlite This package contains classes related to theSQLDialect.SQLITE
dialect family.org.jooq.util.sqlserver This package contains classes related to theSQLDialect.SQLSERVER
dialect family.org.jooq.util.sybase This package contains classes related to theSQLDialect.SYBASE
dialect family.org.jooq.util.teradata This package contains classes related to theSQLDialect.TERADATA
dialect family.org.jooq.util.vertica This package contains classes related to theSQLDialect.VERTICA
dialect family. -
-
Uses of UByte in org.jooq.impl
Fields in org.jooq.impl with type parameters of type UByte Modifier and Type Field Description static DataType<UByte>
SQLDataType. TINYINTUNSIGNED
The unsignedTypes.TINYINT
type.Methods in org.jooq.impl that return types with arguments of type UByte Modifier and Type Method Description static @NotNull Param<UByte>
DSL. inline(UByte value)
Create a bind value that is always inlined.static @NotNull Param<UByte>
DSL. val(UByte value)
Get a bind value.static @NotNull Param<UByte>
DSL. value(UByte value)
A synonym forDSL.val(UByte)
to be used in Scala and Groovy, whereval
is a reserved keyword.Methods in org.jooq.impl with parameters of type UByte Modifier and Type Method Description static @NotNull Param<UByte>
DSL. inline(UByte value)
Create a bind value that is always inlined.static @NotNull Param<UByte>
DSL. val(UByte value)
Get a bind value.static @NotNull Param<UByte>
DSL. value(UByte 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
Fields in org.jooq.types declared as UByte Modifier and Type Field Description static UByte
UByte. MAX
A constant holding the maximum value anunsigned byte
can have as UByte, 28-1.static UByte
UByte. MIN
A constant holding the minimum value anunsigned byte
can have as UByte, 0.Methods in org.jooq.types that return UByte Modifier and Type Method Description UByte
UByte. add(int val)
UByte
UByte. add(UByte val)
UByte
UByte. subtract(int val)
UByte
UByte. subtract(UByte 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
Unsigned. ubyte(String value)
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
UByte. valueOf(String value)
Get an instance of anunsigned byte
Methods in org.jooq.types with parameters of type UByte Modifier and Type Method Description UByte
UByte. add(UByte val)
int
UByte. compareTo(UByte o)
UByte
UByte. subtract(UByte val)
-
Uses of UByte in org.jooq.util.access
Fields in org.jooq.util.access with type parameters of type UByte Modifier and Type Field Description static DataType<UByte>
AccessDataType. TINYINT
Deprecated. -
Uses of UByte in org.jooq.util.auroramysql
Fields in org.jooq.util.auroramysql with type parameters of type UByte Modifier and Type Field Description static DataType<UByte>
AuroraMySQLDataType. TINYINTUNSIGNED
Deprecated. -
Uses of UByte in org.jooq.util.aurorapostgres
Fields in org.jooq.util.aurorapostgres with type parameters of type UByte Modifier and Type Field Description protected static DataType<UByte>
AuroraPostgresDataType. __TINYINTUNSIGNED
Deprecated. -
Uses of UByte in org.jooq.util.cockroachdb
Fields in org.jooq.util.cockroachdb with type parameters of type UByte Modifier and Type Field Description protected static DataType<UByte>
CockroachDBDataType. __TINYINTUNSIGNED
Deprecated. -
Uses of UByte in org.jooq.util.cubrid
Fields in org.jooq.util.cubrid with type parameters of type UByte Modifier and Type Field Description protected static DataType<UByte>
CUBRIDDataType. __TINYINTUNSIGNED
Deprecated. -
Uses of UByte in org.jooq.util.derby
Fields in org.jooq.util.derby with type parameters of type UByte Modifier and Type Field Description protected static DataType<UByte>
DerbyDataType. __TINYINTUNSIGNED
Deprecated. -
Uses of UByte in org.jooq.util.firebird
Fields in org.jooq.util.firebird with type parameters of type UByte Modifier and Type Field Description protected static DataType<UByte>
FirebirdDataType. __TINYINTUNSIGNED
Deprecated. -
Uses of UByte in org.jooq.util.h2
Fields in org.jooq.util.h2 with type parameters of type UByte Modifier and Type Field Description protected static DataType<UByte>
H2DataType. __TINYINTUNSIGNED
Deprecated. -
Uses of UByte in org.jooq.util.hana
Fields in org.jooq.util.hana with type parameters of type UByte Modifier and Type Field Description protected static DataType<UByte>
HanaDataType. __TINYINTUNSIGNED
Deprecated. -
Uses of UByte in org.jooq.util.hsqldb
Fields in org.jooq.util.hsqldb with type parameters of type UByte Modifier and Type Field Description protected static DataType<UByte>
HSQLDBDataType. __TINYINTUNSIGNED
Deprecated. -
Uses of UByte in org.jooq.util.ingres
Fields in org.jooq.util.ingres with type parameters of type UByte Modifier and Type Field Description protected static DataType<UByte>
IngresDataType. __TINYINTUNSIGNED
Deprecated. -
Uses of UByte in org.jooq.util.mariadb
Fields in org.jooq.util.mariadb with type parameters of type UByte Modifier and Type Field Description static DataType<UByte>
MariaDBDataType. TINYINTUNSIGNED
Deprecated. -
Uses of UByte in org.jooq.util.memsql
Fields in org.jooq.util.memsql with type parameters of type UByte Modifier and Type Field Description static DataType<UByte>
MemSQLDataType. TINYINTUNSIGNED
Deprecated. -
Uses of UByte in org.jooq.util.mysql
Fields in org.jooq.util.mysql with type parameters of type UByte Modifier and Type Field Description static DataType<UByte>
MySQLDataType. TINYINTUNSIGNED
Deprecated. -
Uses of UByte in org.jooq.util.oracle
Fields in org.jooq.util.oracle with type parameters of type UByte Modifier and Type Field Description protected static DataType<UByte>
OracleDataType. __TINYINTUNSIGNED
Deprecated. -
Uses of UByte in org.jooq.util.postgres
Fields in org.jooq.util.postgres with type parameters of type UByte Modifier and Type Field Description protected static DataType<UByte>
PostgresDataType. __TINYINTUNSIGNED
Deprecated. -
Uses of UByte in org.jooq.util.redshift
Fields in org.jooq.util.redshift with type parameters of type UByte Modifier and Type Field Description protected static DataType<UByte>
RedshiftDataType. __TINYINTUNSIGNED
Deprecated. -
Uses of UByte in org.jooq.util.sqldatawarehouse
Fields in org.jooq.util.sqldatawarehouse with type parameters of type UByte Modifier and Type Field Description static DataType<UByte>
SQLDataWarehouseDataType. TINYINT
Deprecated. -
Uses of UByte in org.jooq.util.sqlite
Fields in org.jooq.util.sqlite with type parameters of type UByte Modifier and Type Field Description protected static DataType<UByte>
SQLiteDataType. __TINYINTUNSIGNED
Deprecated. -
Uses of UByte in org.jooq.util.sqlserver
Fields in org.jooq.util.sqlserver with type parameters of type UByte Modifier and Type Field Description static DataType<UByte>
SQLServerDataType. TINYINT
Deprecated. -
Uses of UByte in org.jooq.util.sybase
Fields in org.jooq.util.sybase with type parameters of type UByte Modifier and Type Field Description static DataType<UByte>
SybaseDataType. TINYINT
Deprecated.static DataType<UByte>
SybaseDataType. UNSIGNEDTINYINT
Deprecated. -
Uses of UByte in org.jooq.util.teradata
Fields in org.jooq.util.teradata with type parameters of type UByte Modifier and Type Field Description protected static DataType<UByte>
TeradataDataType. __TINYINTUNSIGNED
Deprecated. -
Uses of UByte in org.jooq.util.vertica
Fields in org.jooq.util.vertica with type parameters of type UByte Modifier and Type Field Description protected static DataType<UByte>
VerticaDataType. __TINYINTUNSIGNED
Deprecated.
-