public class BigIntegerAsLongType extends AbstractType<java.math.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 |
|---|---|
java.lang.Class<java.math.BigInteger> |
getReturnedClass()
Get the returned type
|
java.math.BigInteger |
getValue(java.sql.ResultSet rs,
int startIndex)
Get the object from the result set
|
void |
setValue(java.sql.PreparedStatement st,
int startIndex,
java.math.BigInteger value)
Set the object to the statement
|
getLiteral, getSQLTypespublic static final BigIntegerAsLongType DEFAULT
public BigIntegerAsLongType()
public BigIntegerAsLongType(int type)
public java.math.BigInteger getValue(java.sql.ResultSet rs,
int startIndex)
throws java.sql.SQLException
Typers - result setstartIndex - column index in result setjava.sql.SQLExceptionpublic java.lang.Class<java.math.BigInteger> getReturnedClass()
Typepublic void setValue(java.sql.PreparedStatement st,
int startIndex,
java.math.BigInteger value)
throws java.sql.SQLException
Typest - statementstartIndex - column index in statementvalue - value to be setjava.sql.SQLExceptionCopyright © 2007–2021 Querydsl. All rights reserved.