Purpose: Allow a generic way of creating sequences on the different platforms, and allow optional parameters to be specified.
super(); this.name = name;
INTERNAL: Execute the SQL required to alter sequence. By default does nothing.
INTERNAL: By default does nothing.
INTERNAL: Return a TableDefinition return null;
return null;
INTERAL: Verify whether the sequence exists.
INTERNAL: if (checkIfExist(session)) { alterOnDatabase(session); } else { super.createOnDatabase(session); }
if (checkIfExist(session)) { alterOnDatabase(session); } else { super.createOnDatabase(session); }
INTERNAL: Indicates whether alter is supported return false;
return false;