Interface ScalarTypeLogicalType

All Known Subinterfaces:
ScalarTypeBool
All Known Implementing Classes:
ScalarTypeBoolean.BooleanBase, ScalarTypeBoolean.Native, ScalarTypeUUIDBinary

public interface ScalarTypeLogicalType
Marks types that can be mapped differently to different DB platforms.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Return the DB agnostic logical type.
  • Method Details

    • getLogicalType

      int getLogicalType()
      Return the DB agnostic logical type.