public class TrueFalseType extends AbstractType<java.lang.Boolean>
TrueFalseType maps Boolean to 'T'/'F' on the JDBC level| Constructor and Description |
|---|
TrueFalseType() |
TrueFalseType(int type) |
| Modifier and Type | Method and Description |
|---|---|
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
|
getLiteral, getSQLTypespublic TrueFalseType()
public TrueFalseType(int type)
public java.lang.Class<java.lang.Boolean> getReturnedClass()
Type@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.