Class NCharType

All Implemented Interfaces:
PrioritizedService

public class NCharType extends CharType
  • Constructor Details

    • NCharType

      public NCharType()
  • Method Details

    • toDatabaseDataType

      public DatabaseDataType toDatabaseDataType(Database database)
      Description copied from class: LiquibaseDataType
      Transforms this data type into the native data type of the target DBMS.
      Overrides:
      toDatabaseDataType in class CharType
      Parameters:
      database - the Database for which the native data type is to be constructed
      Returns:
      the new, native data type