Class Db2GetPartitionInfo

    • Constructor Detail

      • Db2GetPartitionInfo

        public Db2GetPartitionInfo​(String catalogSchema,
                                   String tableSchema,
                                   Consumer<PartitionInfo> consumer)
        Get partition information for all tables in the tableSchema, using the catalogSchema as the schema containing the DATAPARTITIONS system table
        Parameters:
        catalogSchema -
        tableSchema -
        consumer -
    • Method Detail

      • unwrap

        public static String unwrap​(String value)
        The high/low values look like this: '2017-01-01-00.00.00.000000'. We want this: 2017-01-01
        Parameters:
        value -
        Returns: