Interface ScalarTypeBool
- All Superinterfaces:
ScalarDataReader<Boolean>, ScalarType<Boolean>, ScalarTypeLogicalType, StringFormatter, StringParser
- All Known Implementing Classes:
ScalarTypeBoolean.BooleanBase, ScalarTypeBoolean.Native
Boolean ScalarType's must implement to support DDL default values etc.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the DB literal value for FALSE.Return the DB literal value for TRUE.Methods inherited from interface ScalarType
asVersion, binary, bind, docType, format, formatValue, isDirty, jdbcNative, jdbcType, jsonMapper, jsonRead, jsonWrite, length, mutable, parse, read, readData, toBeanType, toJdbcType, type, writeDataMethods inherited from interface ScalarTypeLogicalType
getLogicalType