vishnu.model.operations.tables.creation
Class TableRedefinitionConstraint

java.lang.Object
  extended by vishnu.model.operations.tables.creation.AbstractTableCreationConstraint
      extended by vishnu.model.operations.tables.creation.TableRedefinitionConstraint
All Implemented Interfaces:
TableCreationConstraint

public class TableRedefinitionConstraint
extends AbstractTableCreationConstraint

Author:
Mariano Tepper
 

Constructor Summary
TableRedefinitionConstraint()
           
 
Method Summary
 void perform(UserContext user, java.lang.String tableName, TableSignature s, java.util.List<ConstraintViolation> constraintViolations)
          Contract: -subclasses must call this method after performing its own validation.
 
Methods inherited from class vishnu.model.operations.tables.creation.AbstractTableCreationConstraint
attach
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableRedefinitionConstraint

public TableRedefinitionConstraint()
Method Detail

perform

public void perform(UserContext user,
                    java.lang.String tableName,
                    TableSignature s,
                    java.util.List<ConstraintViolation> constraintViolations)
Description copied from class: AbstractTableCreationConstraint
Contract: -subclasses must call this method after performing its own validation.

Specified by:
perform in interface TableCreationConstraint
Overrides:
perform in class AbstractTableCreationConstraint