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

com.dexcoder.dal.batis.xml.SetSqlNode Maven / Gradle / Ivy

package com.dexcoder.dal.batis.xml;

import com.dexcoder.dal.batis.build.Configuration;

import java.util.Arrays;
import java.util.List;

/**
 * Created by liyd on 2015-11-30.
 */
public class SetSqlNode extends TrimSqlNode {

    private static List suffixList = Arrays.asList(",");

    public SetSqlNode(Configuration configuration, SqlNode contents) {
        super(configuration, contents, "SET", null, null, suffixList);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy