Class VarCharColumnMapping

    • Constructor Detail

      • VarCharColumnMapping

        public VarCharColumnMapping​(JavaTypeMapping mapping,
                                    RDBMSStoreManager storeMgr,
                                    Column col)
        Constructor.
        Parameters:
        mapping - Java type mapping
        storeMgr - Store Manager
        col - Column
    • Method Detail

      • initialize

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