com.mysema.query.sql.types
Class ByteType

java.lang.Object
  extended by com.mysema.query.sql.types.AbstractType<T>
      extended by com.mysema.query.sql.types.AbstractNumberType<Byte>
          extended by com.mysema.query.sql.types.ByteType
All Implemented Interfaces:
Type<Byte>

public class ByteType
extends AbstractNumberType<Byte>

Author:
tiwe

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

Constructor Detail

ByteType

public ByteType()

ByteType

public ByteType(int type)
Method Detail

getReturnedClass

public Class<Byte> getReturnedClass()

setValue

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


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