public class Insert
extends DataManipulation
public Insert(@NotNull
Entity entity,
boolean parameterize,
boolean espTableName)
public Insert(@NotNull
Entity entity,
@NotNull
java.lang.String... columns)
@Nullable protected Query getSelect()
protected void setSelect(@Nullable
Query p)
@Nullable protected java.util.List<java.lang.String> getInsertFields()
protected void setInsertFields(@Nullable
java.util.List<java.lang.String> p)
@NotNull public Insert escapeTable(boolean espTableName)
@NotNull public java.lang.String toSql()