public class SST_Update extends SchemaSpecTask
| Constructor and Description |
|---|
SST_Update() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
setColumn(String c)
Sets the name of the column whose data is being updated.
|
void |
setColumnType(String ct)
Sets the generic type of the column that is being updated.
|
void |
setTable(String t)
Sets the name of the table whose column is being updated.
|
void |
setValue(String v)
Sets the new value that will be stored in the column.
|
void |
setWhere(String w)
Sets a where clause (excluding the WHERE keyword) that limits the rows that will be updated.
|
getConnection, getDatabaseType, getDBSpecificTypeName, getIgnoreError, getNewConnection, getTargetDBVendor, getTargetDBVersion, initialize, isDBTargeted, isIgnoreError, setIgnoreError, setTargetDBVendor, setTargetDBVersion, translateSqlTypegetDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void setTable(String t)
t - table namepublic void setColumn(String c)
c - column namepublic void setColumnType(String ct)
ct - generic data type name of the columnpublic void setValue(String v)
v - the new value, as a Stringpublic void setWhere(String w)
w - where clausepublic void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionTask.execute()Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.