Class OracleColumnMetaData


  • public class OracleColumnMetaData
    extends ColumnMetaData
    Oracle column data.
    Oracle returns the default value exactly as specified in the ALTER TABLE statement. Hence "MODIFY ... DEFAULT NULL" will not drop the default value, but simply use NULL as default. Furthermore, any attempt to fool the dbms (using (null), for example) will not work either.
    Author:
    harald
    • Constructor Detail

      • OracleColumnMetaData

        public OracleColumnMetaData​(TableMetaData tableMetaData)
        Creates column meta data.
        Parameters:
        tableMetaData - the table meta data this column belongs to