Tuesday, July 10, 2012

ODI Action Call Methods for Actions


The following Action Call Methods are available for Actions:
  • addAKs(): Call the Add Alternate Key action for all alternate keys of the current table.
  • dropAKs(): Call the Drop Alternate Key action for all alternate keys of the current table.
  • addPK(): Call the Add Primary Key for the primary key of the current table.
  • dropPK(): Call the Drop Primary Key for the primary key of the current table.
  • createTable(): Call the Create Table action for the current table.
  • dropTable(): Call the Drop Table action for the current table.
  • addFKs(): Call the Add Foreign Key action for all the foreign keys of the current table.
  • dropFKs(): Call the Drop Foreign Key action for all the foreign keys of the current table.
  • enableFKs(): Call the Enable Foreign Key action for all the foreign keys of the current table.
  • disableFKs(): Call the Disable Foreign Key action for all the foreign keys of the current table.
  • addReferringFKs(): Call the Add Foreign Key action for all the foreign keys pointing to the current table.
  • dropReferringFKs(): Call the Drop Foreign Key action for all the foreign keys pointing to the current table.
  • enableReferringFKs(): Call the Enable Foreign Key action for all the foreign keys pointing to the current table.
  • disableReferringFKs(): Call the Disable Foreign Key action for all the foreign keys pointing to the current table.
  • addChecks(): Call the Add Check Constraint action for all check constraints of the current table.
  • dropChecks(): Call the Drop Check Constraint action for all check constraints of the current table.
  • addIndexes(): Call the Add Index action for all the indexes of the current table.
  • dropIndexes(): Call the Drop Index action for all the indexes of the current table.
  • modifyTableComment(): Call the Modify Table Comment for the current table.
  • AddColumnsComment(): Call the Modify Column Comment for all the columns of the current table.

No comments:

Post a Comment