public interface TempTableDuplicator
| Modifier and Type | Method and Description |
|---|---|
logical |
copyTempTable(handle other)
Copies the other temp-table.
|
logical |
copyTempTable(handle other,
boolean append)
Copies the other temp-table.
|
logical |
copyTempTable(handle other,
boolean append,
boolean replace)
Copies the other temp-table.
|
logical |
copyTempTable(handle other,
boolean append,
boolean replace,
boolean looseCopy)
Copies the other temp-table.
|
logical |
copyTempTable(handle other,
boolean append,
boolean replace,
boolean looseCopy,
java.lang.String prefix)
Copies the other temp-table.
|
logical |
copyTempTable(handle other,
logical append)
Copies the other temp-table.
|
logical |
copyTempTable(handle other,
logical append,
logical replace)
Copies the other temp-table.
|
logical |
copyTempTable(handle other,
logical append,
logical replace,
logical looseCopy)
Copies the other temp-table.
|
logical |
copyTempTable(handle other,
logical append,
logical replace,
logical looseCopy,
character prefix)
Copies the other temp-table.
|
logical copyTempTable(handle other)
other - Some other temp-table to copy from.true if operation is successful.logical copyTempTable(handle other, logical append)
other - Some other temp-table to copy from.append - Append mode.true if operation is successful.logical copyTempTable(handle other, logical append, logical replace)
other - Some other temp-table to copy from.append - Append mode.replace - Replace mode.true if operation is successfullogical copyTempTable(handle other, logical append, logical replace, logical looseCopy)
other - Some other temp-table to copy from.append - Append mode.replace - Replace mode.looseCopy - Loose copy mode.true if operation is successful.logical copyTempTable(handle other, boolean append)
other - Some other temp-table to copy from.append - Append mode.true if operation is successful.logical copyTempTable(handle other, boolean append, boolean replace)
other - Some other temp-table to copy from.append - Append mode.replace - Replace mode.true if operation is successful.logical copyTempTable(handle other, boolean append, boolean replace, boolean looseCopy)
other - Some other temp-table to copy from.append - Append mode.replace - Replace mode.looseCopy - Loose copy mode.true if operation is successful.logical copyTempTable(handle other, logical append, logical replace, logical looseCopy, character prefix)
other - Some other temp-table to copy from.append - Append mode.replace - Replace mode.looseCopy - Loose copy mode.prefix - Prefix for naming the copied temp-table.true if operation is successful.logical copyTempTable(handle other, boolean append, boolean replace, boolean looseCopy, java.lang.String prefix)
other - Some other temp-table to copy from.append - Append mode.replace - Replace mode.looseCopy - Loose copy mode.prefix - Prefix for naming the copied temp-table.true if operation is successful.