NAME
SqliteRenameColumn — Change name of a column in an SQLite table.
ERRORS
Error Conditions
ConditionError CodeError Message
Contents of variable are invalid. No such column found. -11 Variable $VarName has invalid value $Value. No such column found.
Contents of variable are invalid. A column with that name already exists. -11 Variable $VarName has invalid value $Value. A column with that name already exists.
TableName is empty. -12 Variable $VarName has empty value.
OldColumnName is empty. -12 Variable $VarName has empty value.
NewColumnName is empty. -12 Variable $VarName has empty value.
For the main part of the command documentation, see here.