public class BigIntegerAsLongType extends AbstractType<BigInteger>
BigIntegerType maps BigInteger to Long on the JDBC level| Modifier and Type | Field and Description |
|---|---|
static BigIntegerAsLongType |
DEFAULT |
| Constructor and Description |
|---|
BigIntegerAsLongType() |
BigIntegerAsLongType(int type) |
| Modifier and Type | Method and Description |
|---|---|
Class<BigInteger> |
getReturnedClass()
Get the returned type
|
BigInteger |
getValue(ResultSet rs,
int startIndex)
Get the object from the result set
|
void |
setValue(PreparedStatement st,
int startIndex,
BigInteger value)
Set the object to the statement
|
getLiteral, getSQLTypespublic static final BigIntegerAsLongType DEFAULT
public BigIntegerAsLongType()
public BigIntegerAsLongType(int type)
public BigInteger getValue(ResultSet rs, int startIndex) throws SQLException
Typers - result setstartIndex - column index in result setSQLExceptionpublic Class<BigInteger> getReturnedClass()
Typepublic void setValue(PreparedStatement st, int startIndex, BigInteger value) throws SQLException
Typest - statementstartIndex - column index in statementvalue - value to be setSQLExceptionCopyright © 2007–2018 Querydsl. All rights reserved.