Uses of Class
org.jooq.types.ULong
-
Packages that use ULong Package Description org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes.org.jooq.types Theorg.jooq.tools.typespackage contains data types that are missing in JDBC.org.jooq.util.access Theorg.jooq.util.asepackage contains classes related to theSQLDialect.ACCESSdialect family.org.jooq.util.auroramysql Theorg.jooq.util.asepackage contains classes related to theSQLDialect.AURORA_MYSQLdialect.org.jooq.util.aurorapostgres Theorg.jooq.util.asepackage contains classes related to theSQLDialect.AURORA_POSTGRESdialect.org.jooq.util.cubrid Theorg.jooq.util.asepackage contains classes related to theSQLDialect.CUBRIDdialect.org.jooq.util.derby Theorg.jooq.util.asepackage contains classes related to theSQLDialect.DERBYdialect.org.jooq.util.firebird Theorg.jooq.util.asepackage contains classes related to theSQLDialect.FIREBIRDdialect.org.jooq.util.h2 Theorg.jooq.util.asepackage contains classes related to theSQLDialect.H2dialect.org.jooq.util.hana Theorg.jooq.util.asepackage contains classes related to theSQLDialect.HANAdialect.org.jooq.util.hsqldb Theorg.jooq.util.asepackage contains classes related to theSQLDialect.HSQLDBdialect.org.jooq.util.ingres Theorg.jooq.util.asepackage contains classes related to theSQLDialect.INGRESdialect.org.jooq.util.mariadb Theorg.jooq.util.asepackage contains classes related to theSQLDialect.MARIADBdialect.org.jooq.util.memsql Theorg.jooq.util.asepackage contains classes related to theSQLDialect.MEMSQLdialect.org.jooq.util.mysql Theorg.jooq.util.asepackage contains classes related to theSQLDialect.MYSQLdialect.org.jooq.util.oracle Theorg.jooq.util.asepackage contains classes related to theSQLDialect.ORACLEdialect.org.jooq.util.postgres Theorg.jooq.util.asepackage contains classes related to theSQLDialect.POSTGRESdialect.org.jooq.util.redshift Theorg.jooq.util.asepackage contains classes related to theSQLDialect.REDSHIFTdialect.org.jooq.util.sqldatawarehouse Theorg.jooq.util.sqldatawarehousepackage contains classes related to theSQLDialect.SQLDATAWAREHOUSEdialect family.org.jooq.util.sqlite Theorg.jooq.util.asepackage contains classes related to theSQLDialect.SQLITEdialect.org.jooq.util.sqlserver Theorg.jooq.util.sqlserverpackage contains classes related to theSQLDialect.SQLSERVERdialect family.org.jooq.util.sybase Theorg.jooq.util.asepackage contains classes related to theSQLDialect.SYBASEdialect.org.jooq.util.teradata Theorg.jooq.util.asepackage contains classes related to theSQLDialect.TERADATAdialect family.org.jooq.util.vertica -
-
Uses of ULong in org.jooq.impl
Fields in org.jooq.impl with type parameters of type ULong Modifier and Type Field Description static DataType<ULong>SQLDataType. BIGINTUNSIGNEDThe unsignedTypes.BIGINTtype.Methods in org.jooq.impl that return types with arguments of type ULong Modifier and Type Method Description static Param<ULong>DSL. inline(ULong value)Create a bind value that is always inlined.static Param<ULong>DSL. val(ULong value)Get a bind value.static Param<ULong>DSL. value(ULong 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 ULong Modifier and Type Method Description static Param<ULong>DSL. inline(ULong value)Create a bind value that is always inlined.static Param<ULong>DSL. val(ULong value)Get a bind value.static Param<ULong>DSL. value(ULong value)A synonym forDSL.val(Object)to be used in Scala and Groovy, wherevalis a reserved keyword. -
Uses of ULong in org.jooq.types
Fields in org.jooq.types declared as ULong Modifier and Type Field Description static ULongULong. MAXA constant holding the maximum value + 1 ansigned longcan have as ULong, 263.static ULongULong. MINA constant holding the minimum value anunsigned longcan have as ULong, 0.Methods in org.jooq.types that return ULong Modifier and Type Method Description ULongULong. add(int val)ULongULong. add(long val)ULongULong. add(ULong val)ULongULong. subtract(int val)ULongULong. subtract(long val)ULongULong. subtract(ULong val)static ULongUnsigned. ulong(long value)Create anunsigned longby masking it with0xFFFFFFFFFFFFFFFFi.e.static ULongUnsigned. ulong(java.lang.String value)Create anunsigned longstatic ULongUnsigned. ulong(java.math.BigInteger value)Create anunsigned longstatic ULongULong. valueOf(long value)Create anunsigned longby masking it with0xFFFFFFFFFFFFFFFFi.e.static ULongULong. valueOf(java.lang.String value)Create anunsigned longstatic ULongULong. valueOf(java.math.BigInteger value)Create anunsigned longMethods in org.jooq.types with parameters of type ULong Modifier and Type Method Description ULongULong. add(ULong val)intULong. compareTo(ULong o)ULongULong. subtract(ULong val) -
Uses of ULong in org.jooq.util.access
Fields in org.jooq.util.access with type parameters of type ULong Modifier and Type Field Description protected static DataType<ULong>AccessDataType. __BIGINTUNSIGNEDDeprecated. -
Uses of ULong in org.jooq.util.auroramysql
Fields in org.jooq.util.auroramysql with type parameters of type ULong Modifier and Type Field Description static DataType<ULong>AuroraMySQLDataType. BIGINTUNSIGNEDDeprecated. -
Uses of ULong in org.jooq.util.aurorapostgres
Fields in org.jooq.util.aurorapostgres with type parameters of type ULong Modifier and Type Field Description protected static DataType<ULong>AuroraPostgresDataType. __BIGINTUNSIGNEDDeprecated. -
Uses of ULong in org.jooq.util.cubrid
Fields in org.jooq.util.cubrid with type parameters of type ULong Modifier and Type Field Description protected static DataType<ULong>CUBRIDDataType. __BIGINTUNSIGNEDDeprecated. -
Uses of ULong in org.jooq.util.derby
Fields in org.jooq.util.derby with type parameters of type ULong Modifier and Type Field Description protected static DataType<ULong>DerbyDataType. __BIGINTUNSIGNEDDeprecated. -
Uses of ULong in org.jooq.util.firebird
Fields in org.jooq.util.firebird with type parameters of type ULong Modifier and Type Field Description protected static DataType<ULong>FirebirdDataType. __BIGINTUNSIGNEDDeprecated. -
Uses of ULong in org.jooq.util.h2
Fields in org.jooq.util.h2 with type parameters of type ULong Modifier and Type Field Description protected static DataType<ULong>H2DataType. __BIGINTUNSIGNEDDeprecated. -
Uses of ULong in org.jooq.util.hana
Fields in org.jooq.util.hana with type parameters of type ULong Modifier and Type Field Description protected static DataType<ULong>HanaDataType. __BIGINTUNSIGNEDDeprecated. -
Uses of ULong in org.jooq.util.hsqldb
Fields in org.jooq.util.hsqldb with type parameters of type ULong Modifier and Type Field Description protected static DataType<ULong>HSQLDBDataType. __BIGINTUNSIGNEDDeprecated. -
Uses of ULong in org.jooq.util.ingres
Fields in org.jooq.util.ingres with type parameters of type ULong Modifier and Type Field Description protected static DataType<ULong>IngresDataType. __BIGINTUNSIGNEDDeprecated. -
Uses of ULong in org.jooq.util.mariadb
Fields in org.jooq.util.mariadb with type parameters of type ULong Modifier and Type Field Description static DataType<ULong>MariaDBDataType. BIGINTUNSIGNEDDeprecated. -
Uses of ULong in org.jooq.util.memsql
Fields in org.jooq.util.memsql with type parameters of type ULong Modifier and Type Field Description static DataType<ULong>MemSQLDataType. BIGINTUNSIGNEDDeprecated. -
Uses of ULong in org.jooq.util.mysql
Fields in org.jooq.util.mysql with type parameters of type ULong Modifier and Type Field Description static DataType<ULong>MySQLDataType. BIGINTUNSIGNEDDeprecated. -
Uses of ULong in org.jooq.util.oracle
Fields in org.jooq.util.oracle with type parameters of type ULong Modifier and Type Field Description protected static DataType<ULong>OracleDataType. __BIGINTUNSIGNEDDeprecated. -
Uses of ULong in org.jooq.util.postgres
Fields in org.jooq.util.postgres with type parameters of type ULong Modifier and Type Field Description protected static DataType<ULong>PostgresDataType. __BIGINTUNSIGNEDDeprecated. -
Uses of ULong in org.jooq.util.redshift
Fields in org.jooq.util.redshift with type parameters of type ULong Modifier and Type Field Description protected static DataType<ULong>RedshiftDataType. __BIGINTUNSIGNEDDeprecated. -
Uses of ULong in org.jooq.util.sqldatawarehouse
Fields in org.jooq.util.sqldatawarehouse with type parameters of type ULong Modifier and Type Field Description protected static DataType<ULong>SQLDataWarehouseDataType. __BIGINTUNSIGNEDDeprecated. -
Uses of ULong in org.jooq.util.sqlite
Fields in org.jooq.util.sqlite with type parameters of type ULong Modifier and Type Field Description protected static DataType<ULong>SQLiteDataType. __BIGINTUNSIGNEDDeprecated. -
Uses of ULong in org.jooq.util.sqlserver
Fields in org.jooq.util.sqlserver with type parameters of type ULong Modifier and Type Field Description protected static DataType<ULong>SQLServerDataType. __BIGINTUNSIGNEDDeprecated. -
Uses of ULong in org.jooq.util.sybase
Fields in org.jooq.util.sybase with type parameters of type ULong Modifier and Type Field Description static DataType<ULong>SybaseDataType. UNSIGNEDBIGINTDeprecated. -
Uses of ULong in org.jooq.util.teradata
Fields in org.jooq.util.teradata with type parameters of type ULong Modifier and Type Field Description protected static DataType<ULong>TeradataDataType. __BIGINTUNSIGNEDDeprecated. -
Uses of ULong in org.jooq.util.vertica
Fields in org.jooq.util.vertica with type parameters of type ULong Modifier and Type Field Description protected static DataType<ULong>VerticaDataType. __BIGINTUNSIGNEDDeprecated.
-