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

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

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

import com.dream.antlr.smt.InsertStatement;
import com.dream.flex.def.InsertIntoValuesDef;
import com.dream.flex.factory.FlexInsertFactory;
import com.dream.flex.mapper.FlexMapper;

public class ChainInsertIntoValuesDef extends AbstractChainInsertDef implements InsertIntoValuesDef {
    public ChainInsertIntoValuesDef(InsertStatement insertStatement, FlexInsertFactory creatorFactory, FlexMapper flexMapper) {
        super(insertStatement, creatorFactory, flexMapper);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy