Uses of Class
org.jooq.types.UInteger
-
Packages that use UInteger 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.ACCESSdialect family.org.jooq.util.auroramysql This package contains classes related to theSQLDialect.AURORA_MYSQLdialect family.org.jooq.util.aurorapostgres This package contains classes related to theSQLDialect.AURORA_POSTGRESdialect family.org.jooq.util.cockroachdb This package contains classes related to theSQLDialect.COCKROACHDBdialect family.org.jooq.util.cubrid This package contains classes related to theSQLDialect.CUBRIDdialect family.org.jooq.util.derby This package contains classes related to theSQLDialect.DERBYdialect family.org.jooq.util.firebird This package contains classes related to theSQLDialect.FIREBIRDdialect family.org.jooq.util.h2 This package contains classes related to theSQLDialect.H2dialect family.org.jooq.util.hana This package contains classes related to theSQLDialect.HANAdialect family.org.jooq.util.hsqldb This package contains classes related to theSQLDialect.HSQLDBdialect family.org.jooq.util.ingres This package contains classes related to theSQLDialect.INGRESdialect family.org.jooq.util.mariadb This package contains classes related to theSQLDialect.MARIADBdialect family.org.jooq.util.memsql This package contains classes related to theSQLDialect.MEMSQLdialect family.org.jooq.util.mysql This package contains classes related to theSQLDialect.MYSQLdialect family.org.jooq.util.oracle This package contains classes related to theSQLDialect.ORACLEdialect family.org.jooq.util.postgres This package contains classes related to theSQLDialect.POSTGRESdialect family.org.jooq.util.redshift This package contains classes related to theSQLDialect.REDSHIFTdialect family.org.jooq.util.sqldatawarehouse This package contains classes related to theSQLDialect.SQLDATAWAREHOUSEdialect family.org.jooq.util.sqlite This package contains classes related to theSQLDialect.SQLITEdialect family.org.jooq.util.sqlserver This package contains classes related to theSQLDialect.SQLSERVERdialect family.org.jooq.util.sybase This package contains classes related to theSQLDialect.SYBASEdialect family.org.jooq.util.teradata This package contains classes related to theSQLDialect.TERADATAdialect family.org.jooq.util.vertica This package contains classes related to theSQLDialect.VERTICAdialect family. -
-
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. INTEGERUNSIGNEDThe unsignedTypes.INTEGERtype.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, wherevalis 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, wherevalis a reserved keyword. -
Uses of UInteger in org.jooq.types
Fields in org.jooq.types declared as UInteger Modifier and Type Field Description static UIntegerUInteger. MAXA constant holding the maximum value anunsigned intcan have as UInteger, 232-1.static UIntegerUInteger. MINA constant holding the minimum value anunsigned intcan have as UInteger, 0.Methods in org.jooq.types that return UInteger Modifier and Type Method Description UIntegerUInteger. add(int val)UIntegerUInteger. add(UInteger val)UIntegerUInteger. subtract(int val)UIntegerUInteger. subtract(UInteger val)static UIntegerUnsigned. uint(int value)Create anunsigned intby masking it with0xFFFFFFFFi.e.static UIntegerUnsigned. uint(long value)Create anunsigned intstatic UIntegerUnsigned. uint(String value)Create anunsigned intstatic UIntegerUInteger. valueOf(int value)Create anunsigned intby masking it with0xFFFFFFFFi.e.static UIntegerUInteger. valueOf(long value)Create anunsigned intstatic UIntegerUInteger. valueOf(String value)Create anunsigned intMethods in org.jooq.types with parameters of type UInteger Modifier and Type Method Description UIntegerUInteger. add(UInteger val)intUInteger. compareTo(UInteger o)UIntegerUInteger. 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. __INTEGERUNSIGNEDDeprecated. -
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. INTEGERUNSIGNEDDeprecated.static DataType<UInteger>AuroraMySQLDataType. INTUNSIGNEDDeprecated.static DataType<UInteger>AuroraMySQLDataType. MEDIUMINTUNSIGNEDDeprecated. -
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. __INTEGERUNSIGNEDDeprecated. -
Uses of UInteger in org.jooq.util.cockroachdb
Fields in org.jooq.util.cockroachdb with type parameters of type UInteger Modifier and Type Field Description protected static DataType<UInteger>CockroachDBDataType. __INTEGERUNSIGNEDDeprecated. -
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. __INTEGERUNSIGNEDDeprecated. -
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. __INTEGERUNSIGNEDDeprecated. -
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. __INTEGERUNSIGNEDDeprecated. -
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. __INTEGERUNSIGNEDDeprecated. -
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. __INTEGERUNSIGNEDDeprecated. -
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. __INTEGERUNSIGNEDDeprecated. -
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. __INTEGERUNSIGNEDDeprecated. -
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. INTEGERUNSIGNEDDeprecated.static DataType<UInteger>MariaDBDataType. INTUNSIGNEDDeprecated.static DataType<UInteger>MariaDBDataType. MEDIUMINTUNSIGNEDDeprecated. -
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. INTEGERUNSIGNEDDeprecated.static DataType<UInteger>MemSQLDataType. INTUNSIGNEDDeprecated.static DataType<UInteger>MemSQLDataType. MEDIUMINTUNSIGNEDDeprecated. -
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. INTEGERUNSIGNEDDeprecated.static DataType<UInteger>MySQLDataType. INTUNSIGNEDDeprecated.static DataType<UInteger>MySQLDataType. MEDIUMINTUNSIGNEDDeprecated. -
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. __INTEGERUNSIGNEDDeprecated. -
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. __INTEGERUNSIGNEDDeprecated. -
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. __INTEGERUNSIGNEDDeprecated. -
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. __INTEGERUNSIGNEDDeprecated. -
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. __INTEGERUNSIGNEDDeprecated. -
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. __INTEGERUNSIGNEDDeprecated. -
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. UNSIGNEDINTDeprecated. -
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. __INTEGERUNSIGNEDDeprecated. -
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. __INTEGERUNSIGNEDDeprecated.
-