public class SST_CreateSequence extends SchemaSpecTask
setName(String)). The initial value and the increment can optionally be specified; they
will default to 1 if not specified.| Constructor and Description |
|---|
SST_CreateSequence() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Creates the sequence table.
|
void |
setIncrement(String increment)
Sets the sequence increment.
|
void |
setInitial(String initial)
Sets the initial value of the first sequence number.
|
void |
setName(String name)
The name attribute of the ANT task element which defines the sequence table name.
|
void |
setSeqIdCacheSize(String seqIdCacheSize)
Sets the sequence id cache size.
|
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 setName(String name)
name - sequence table namepublic void setSeqIdCacheSize(String seqIdCacheSize)
seqIdCacheSize - the sequence id cache sizepublic void setIncrement(String increment)
increment - the incrementpublic void setInitial(String initial)
initial - the initial sequence valuepublic void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.