Uses of Class
org.jooq.types.UShort
-
Packages that use UShort 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 UShort in org.jooq.impl
Fields in org.jooq.impl with type parameters of type UShort Modifier and Type Field Description static DataType<UShort>
SQLDataType. SMALLINTUNSIGNED
The unsignedTypes.SMALLINT
type.Methods in org.jooq.impl that return types with arguments of type UShort Modifier and Type Method Description static @NotNull Param<UShort>
DSL. inline(UShort value)
Create a bind value that is always inlined.static @NotNull Param<UShort>
DSL. val(UShort value)
Get a bind value.static @NotNull Param<UShort>
DSL. value(UShort value)
A synonym forDSL.val(UShort)
to be used in Scala and Groovy, whereval
is a reserved keyword.Methods in org.jooq.impl with parameters of type UShort Modifier and Type Method Description static @NotNull Param<UShort>
DSL. inline(UShort value)
Create a bind value that is always inlined.static @NotNull Param<UShort>
DSL. val(UShort value)
Get a bind value.static @NotNull Param<UShort>
DSL. value(UShort value)
A synonym forDSL.val(UShort)
to be used in Scala and Groovy, whereval
is a reserved keyword. -
Uses of UShort in org.jooq.types
Fields in org.jooq.types declared as UShort Modifier and Type Field Description static UShort
UShort. MAX
A constant holding the maximum value anunsigned short
can have as UShort, 216-1.static UShort
UShort. MIN
A constant holding the minimum value anunsigned short
can have as UShort, 0.Methods in org.jooq.types that return UShort Modifier and Type Method Description UShort
UShort. add(int val)
UShort
UShort. add(UShort val)
UShort
UShort. subtract(int val)
UShort
UShort. subtract(UShort val)
static UShort
Unsigned. ushort(int value)
Create anunsigned short
static UShort
Unsigned. ushort(short value)
Create anunsigned short
by masking it with0xFFFF
i.e.static UShort
Unsigned. ushort(String value)
Create anunsigned short
static UShort
UShort. valueOf(int value)
Create anunsigned short
static UShort
UShort. valueOf(short value)
Create anunsigned short
by masking it with0xFFFF
i.e.static UShort
UShort. valueOf(String value)
Create anunsigned short
Methods in org.jooq.types with parameters of type UShort Modifier and Type Method Description UShort
UShort. add(UShort val)
int
UShort. compareTo(UShort o)
UShort
UShort. subtract(UShort val)
-
Uses of UShort in org.jooq.util.access
Fields in org.jooq.util.access with type parameters of type UShort Modifier and Type Field Description protected static DataType<UShort>
AccessDataType. __SMALLINTUNSIGNED
Deprecated. -
Uses of UShort in org.jooq.util.auroramysql
Fields in org.jooq.util.auroramysql with type parameters of type UShort Modifier and Type Field Description static DataType<UShort>
AuroraMySQLDataType. SMALLINTUNSIGNED
Deprecated. -
Uses of UShort in org.jooq.util.aurorapostgres
Fields in org.jooq.util.aurorapostgres with type parameters of type UShort Modifier and Type Field Description protected static DataType<UShort>
AuroraPostgresDataType. __SMALLINTUNSIGNED
Deprecated. -
Uses of UShort in org.jooq.util.cockroachdb
Fields in org.jooq.util.cockroachdb with type parameters of type UShort Modifier and Type Field Description protected static DataType<UShort>
CockroachDBDataType. __SMALLINTUNSIGNED
Deprecated. -
Uses of UShort in org.jooq.util.cubrid
Fields in org.jooq.util.cubrid with type parameters of type UShort Modifier and Type Field Description protected static DataType<UShort>
CUBRIDDataType. __SMALLINTUNSIGNED
Deprecated. -
Uses of UShort in org.jooq.util.derby
Fields in org.jooq.util.derby with type parameters of type UShort Modifier and Type Field Description protected static DataType<UShort>
DerbyDataType. __SMALLINTUNSIGNED
Deprecated. -
Uses of UShort in org.jooq.util.firebird
Fields in org.jooq.util.firebird with type parameters of type UShort Modifier and Type Field Description protected static DataType<UShort>
FirebirdDataType. __SMALLINTUNSIGNED
Deprecated. -
Uses of UShort in org.jooq.util.h2
Fields in org.jooq.util.h2 with type parameters of type UShort Modifier and Type Field Description protected static DataType<UShort>
H2DataType. __SMALLINTUNSIGNED
Deprecated. -
Uses of UShort in org.jooq.util.hana
Fields in org.jooq.util.hana with type parameters of type UShort Modifier and Type Field Description protected static DataType<UShort>
HanaDataType. __SMALLINTUNSIGNED
Deprecated. -
Uses of UShort in org.jooq.util.hsqldb
Fields in org.jooq.util.hsqldb with type parameters of type UShort Modifier and Type Field Description protected static DataType<UShort>
HSQLDBDataType. __SMALLINTUNSIGNED
Deprecated. -
Uses of UShort in org.jooq.util.ingres
Fields in org.jooq.util.ingres with type parameters of type UShort Modifier and Type Field Description protected static DataType<UShort>
IngresDataType. __SMALLINTUNSIGNED
Deprecated. -
Uses of UShort in org.jooq.util.mariadb
Fields in org.jooq.util.mariadb with type parameters of type UShort Modifier and Type Field Description static DataType<UShort>
MariaDBDataType. SMALLINTUNSIGNED
Deprecated. -
Uses of UShort in org.jooq.util.memsql
Fields in org.jooq.util.memsql with type parameters of type UShort Modifier and Type Field Description static DataType<UShort>
MemSQLDataType. SMALLINTUNSIGNED
Deprecated. -
Uses of UShort in org.jooq.util.mysql
Fields in org.jooq.util.mysql with type parameters of type UShort Modifier and Type Field Description static DataType<UShort>
MySQLDataType. SMALLINTUNSIGNED
Deprecated. -
Uses of UShort in org.jooq.util.oracle
Fields in org.jooq.util.oracle with type parameters of type UShort Modifier and Type Field Description protected static DataType<UShort>
OracleDataType. __SMALLINTUNSIGNED
Deprecated. -
Uses of UShort in org.jooq.util.postgres
Fields in org.jooq.util.postgres with type parameters of type UShort Modifier and Type Field Description protected static DataType<UShort>
PostgresDataType. __SMALLINTUNSIGNED
Deprecated. -
Uses of UShort in org.jooq.util.redshift
Fields in org.jooq.util.redshift with type parameters of type UShort Modifier and Type Field Description protected static DataType<UShort>
RedshiftDataType. __SMALLINTUNSIGNED
Deprecated. -
Uses of UShort in org.jooq.util.sqldatawarehouse
Fields in org.jooq.util.sqldatawarehouse with type parameters of type UShort Modifier and Type Field Description protected static DataType<UShort>
SQLDataWarehouseDataType. __SMALLINTUNSIGNED
Deprecated. -
Uses of UShort in org.jooq.util.sqlite
Fields in org.jooq.util.sqlite with type parameters of type UShort Modifier and Type Field Description protected static DataType<UShort>
SQLiteDataType. __SMALLINTUNSIGNED
Deprecated. -
Uses of UShort in org.jooq.util.sqlserver
Fields in org.jooq.util.sqlserver with type parameters of type UShort Modifier and Type Field Description protected static DataType<UShort>
SQLServerDataType. __SMALLINTUNSIGNED
Deprecated. -
Uses of UShort in org.jooq.util.sybase
Fields in org.jooq.util.sybase with type parameters of type UShort Modifier and Type Field Description static DataType<UShort>
SybaseDataType. UNSIGNEDSMALLLINT
Deprecated. -
Uses of UShort in org.jooq.util.teradata
Fields in org.jooq.util.teradata with type parameters of type UShort Modifier and Type Field Description protected static DataType<UShort>
TeradataDataType. __SMALLINTUNSIGNED
Deprecated. -
Uses of UShort in org.jooq.util.vertica
Fields in org.jooq.util.vertica with type parameters of type UShort Modifier and Type Field Description protected static DataType<UShort>
VerticaDataType. __SMALLINTUNSIGNED
Deprecated.
-