Package com.querydsl.sql.types
Class BooleanType
BooleanType maps Boolean to Boolean on the JDBC level- Author:
- tiwe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLiteral(Boolean value) Get the literal representationGet the returned typeGet the object from the result setvoidsetValue(PreparedStatement st, int startIndex, Boolean value) Set the object to the statementMethods inherited from class com.querydsl.sql.types.AbstractType
getSQLTypes
-
Constructor Details
-
BooleanType
public BooleanType() -
BooleanType
public BooleanType(int type)
-
-
Method Details
-
getValue
Description copied from interface:TypeGet the object from the result set- Parameters:
rs- result setstartIndex- column index in result set- Returns:
- value
- Throws:
SQLException
-
getReturnedClass
Description copied from interface:TypeGet the returned type- Returns:
- returned class
-
getLiteral
Description copied from interface:TypeGet the literal representation- Specified by:
getLiteralin interfaceType<Boolean>- Overrides:
getLiteralin classAbstractType<Boolean>- Parameters:
value- value- Returns:
- literal representation
-
setValue
Description copied from interface:TypeSet the object to the statement- Parameters:
st- statementstartIndex- column index in statementvalue- value to be set- Throws:
SQLException
-