All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dream.chain.def.ChainUpdateTableDef Maven / Gradle / Ivy

The newest version!
package com.dream.chain.def;

import com.dream.antlr.smt.UpdateStatement;
import com.dream.flex.def.UpdateTableDef;
import com.dream.flex.factory.FlexUpdateFactory;
import com.dream.flex.mapper.FlexMapper;

public class ChainUpdateTableDef extends AbstractChainUpdateDef implements UpdateTableDef {
    public ChainUpdateTableDef(FlexUpdateFactory creatorFactory, FlexMapper flexMapper) {
        super(new UpdateStatement(), creatorFactory, flexMapper);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy