com.mysema.query.sql.types
Class ShortType

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

public class ShortType
extends AbstractNumberType<Short>

Author:
tiwe

Constructor Summary
ShortType()
           
 
Method Summary
 Class<Short> getReturnedClass()
           
 int[] getSQLTypes()
           
 void setValue(PreparedStatement st, int startIndex, Short 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

ShortType

public ShortType()
Method Detail

getReturnedClass

public Class<Short> getReturnedClass()

setValue

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

getSQLTypes

public int[] getSQLTypes()


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