com.mysema.query.sql.types
Class LongType

java.lang.Object
  extended by com.mysema.query.sql.types.AbstractNumberType<Long>
      extended by com.mysema.query.sql.types.LongType
All Implemented Interfaces:
Type<Long>

public class LongType
extends AbstractNumberType<Long>

Author:
tiwe

Constructor Summary
LongType()
           
 
Method Summary
 Class<Long> getReturnedClass()
           
 int[] getSQLTypes()
           
 void setValue(PreparedStatement st, int startIndex, Long value)
           
 
Methods inherited from class com.mysema.query.sql.types.AbstractNumberType
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongType

public LongType()
Method Detail

getReturnedClass

public Class<Long> getReturnedClass()

setValue

public void setValue(PreparedStatement st,
                     int startIndex,
                     Long value)
              throws SQLException
Throws:
SQLException

getSQLTypes

public int[] getSQLTypes()


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.