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