Uses of Class
org.jooq.tools.unsigned.ULong

Packages that use ULong
org.jooq.impl   
org.jooq.tools.unsigned   
org.jooq.util.mysql   
 

Uses of ULong in org.jooq.impl
 

Fields in org.jooq.impl with type parameters of type ULong
static SQLDataType<ULong> SQLDataType.BIGINTUNSIGNED
          The unsigned Types.BIGINT type
 

Uses of ULong in org.jooq.tools.unsigned
 

Methods in org.jooq.tools.unsigned that return ULong
static ULong Unsigned.ulong(BigInteger value)
          Create an unsigned long
static ULong Unsigned.ulong(long value)
          Create an unsigned long by masking it with 0xFFFFFFFFFFFFFFFF i.e.
static ULong Unsigned.ulong(String value)
          Create an unsigned long
static ULong ULong.valueOf(long value)
          Create an unsigned long by masking it with 0xFFFFFFFFFFFFFFFF i.e.
static ULong ULong.valueOf(String value)
          Create an unsigned long
 

Methods in org.jooq.tools.unsigned with parameters of type ULong
 int ULong.compareTo(ULong o)
           
 

Uses of ULong in org.jooq.util.mysql
 

Fields in org.jooq.util.mysql with type parameters of type ULong
static MySQLDataType<ULong> MySQLDataType.BIGINTUNSIGNED
           
 



Copyright © 2012. All Rights Reserved.