Interface ScalarTypeBool

All Superinterfaces:
ScalarDataReader<Boolean>, ScalarType<Boolean>, ScalarTypeLogicalType, StringFormatter, StringParser
All Known Implementing Classes:
ScalarTypeBoolean.BooleanBase, ScalarTypeBoolean.Native

public interface ScalarTypeBool extends ScalarType<Boolean>, ScalarTypeLogicalType
Boolean ScalarType's must implement to support DDL default values etc.
  • Method Details

    • getDbFalseLiteral

      String getDbFalseLiteral()
      Return the DB literal value for FALSE.
    • getDbTrueLiteral

      String getDbTrueLiteral()
      Return the DB literal value for TRUE.