|
renameColspec(colexam, oldSpecname, newSpecname)
|
|
|
Parameters
|
unsigned short colexam
An ExamineWhatColspec value that specifies which columns to examine while looking for this colspec tag.
String oldSpecname
A string specifying the colspec tag to be renamed. (That is, the colspec tag with colname=oldSpecname.)
String newSpecname
The new name for the colspec tag.
|
|
Returns
|
void
|
|
Throws
|
TableException
OPERATION_FAILED_ERR: Raised if the table model doesn't support this operation or if the operation fails for some other reason.
|