public class MaxAttrInsert
extends java.lang.Object
Constructor and Description |
---|
MaxAttrInsert(java.sql.Connection dc)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addColumnStringValue(java.lang.String column,
java.lang.String value)
Add a column and a string value to insert into that column.
|
void |
addColumnValue(java.lang.String column,
java.lang.Object value)
Add a column and a value to insert into that column.
|
void |
addWhere(java.lang.String generateWhereSql)
Add a where clause when inserting into MaxAttribute based on other columns in MaxAttribute.
|
void |
execute()
Perform the inserts into MaxAttribute & MaxAttributeCFG
|
void |
startInsertSelect()
Setup to insert ...
|
public MaxAttrInsert(java.sql.Connection dc) throws java.sql.SQLException
java.sql.SQLException
public void execute() throws java.sql.SQLException
java.sql.SQLException
public void addColumnStringValue(java.lang.String column, java.lang.String value)
public void addColumnValue(java.lang.String column, java.lang.Object value)
public void addWhere(java.lang.String generateWhereSql)
public void startInsertSelect() throws java.sql.SQLException
java.sql.SQLException