com.mysema.query.sql.types
Class BlobType
java.lang.Object
com.mysema.query.sql.types.AbstractType<Blob>
com.mysema.query.sql.types.BlobType
- All Implemented Interfaces:
- Type<Blob>
public class BlobType
- extends AbstractType<Blob>
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlobType
public BlobType()
BlobType
public BlobType(int type)
getValue
public Blob getValue(ResultSet rs,
int startIndex)
throws SQLException
- Throws:
SQLException
getReturnedClass
public Class<Blob> getReturnedClass()
setValue
public void setValue(PreparedStatement st,
int startIndex,
Blob value)
throws SQLException
- Throws:
SQLException
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.