Class TimesTenVarBinaryColumnMapping

All Implemented Interfaces:
ColumnMapping

public class TimesTenVarBinaryColumnMapping extends VarBinaryColumnMapping
Mapping of a VARBINARY column for TimesTen database. Provides default length specifications for the VARBINARY column.
  • Constructor Details

  • Method Details

    • initialize

      protected void initialize()
      Method to initialise the column mapping. Provides default length specifications for the VARBINARY column to fit the data being stored.
      Overrides:
      initialize in class AbstractLargeBinaryColumnMapping