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