public class NumericBooleanType extends AbstractType<java.lang.Boolean>
NumericBooleanType maps Boolean to 1/0 (Integer) on the JDBC level| Modifier and Type | Field and Description |
|---|---|
static NumericBooleanType |
DEFAULT |
| Constructor and Description |
|---|
NumericBooleanType() |
NumericBooleanType(int type) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLiteral(java.lang.Boolean value)
Get the literal representation
|
java.lang.Class<java.lang.Boolean> |
getReturnedClass()
Get the returned type
|
@Nullable java.lang.Boolean |
getValue(java.sql.ResultSet rs,
int startIndex)
Get the object from the result set
|
void |
setValue(java.sql.PreparedStatement st,
int startIndex,
java.lang.Boolean value)
Set the object to the statement
|
getSQLTypespublic static final NumericBooleanType DEFAULT
public NumericBooleanType()
public NumericBooleanType(int type)
public java.lang.Class<java.lang.Boolean> getReturnedClass()
Typepublic java.lang.String getLiteral(java.lang.Boolean value)
TypegetLiteral in interface Type<java.lang.Boolean>getLiteral in class AbstractType<java.lang.Boolean>value - value@Nullable
public @Nullable java.lang.Boolean getValue(java.sql.ResultSet rs,
int startIndex)
throws java.sql.SQLException
Typers - result setstartIndex - column index in result setjava.sql.SQLExceptionpublic void setValue(java.sql.PreparedStatement st,
int startIndex,
java.lang.Boolean value)
throws java.sql.SQLException
Typest - statementstartIndex - column index in statementvalue - value to be setjava.sql.SQLExceptionCopyright © 2007–2021 Querydsl. All rights reserved.