![JAR search and dependency download from the Maven repository](/logo.png)
de.ec.sql.InsertValue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sqlbuilder Show documentation
Show all versions of sqlbuilder Show documentation
Java builder to create SQL statements
package de.ec.sql;
import java.util.ArrayList;
import java.util.List;
import lombok.AccessLevel;
import lombok.Getter;
@Getter(AccessLevel.PROTECTED)
public class InsertValue {
private final Insert insert;
private final String column;
private final List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy