Class DistributedPostgresParamValueProcessor

  • All Implemented Interfaces:
    IParamValueProcessor

    public class DistributedPostgresParamValueProcessor
    extends PlainPostgresParamValueProcessor
    For the DISTRIBUTED schema variant used on databases such as Citus, we can't use IDENTITY columns. Instead we have to use values generated by a sequence, which means a slightly different INSERT statement in certain cases