Uses of Class
org.axiondb.constraints.ForeignKeyConstraint

Packages that use ForeignKeyConstraint
org.axiondb.engine.commands AxionCommand implementations. 
org.axiondb.parser SQL parser interface and implementation classes. 
 

Uses of ForeignKeyConstraint in org.axiondb.engine.commands
 

Methods in org.axiondb.engine.commands with parameters of type ForeignKeyConstraint
protected  void ChildTableUpdater.deleteOrSetNullChildRows(Database db, Table parentTable, RowDecorator dec, ForeignKeyConstraint fk)
           
protected  void ChildTableUpdater.updateOrSetNullChildRows(Database db, Table parentTable, Row parentOldRow, Row parentNewRow, ForeignKeyConstraint fk)
           
 

Uses of ForeignKeyConstraint in org.axiondb.parser
 

Methods in org.axiondb.parser that return ForeignKeyConstraint
 ForeignKeyConstraint AxionSqlParser.SqlForeignKeyConstraintType(String constraintname)
           
 

Methods in org.axiondb.parser with parameters of type ForeignKeyConstraint
 void AxionSqlParser.SqlForeignKeyConstraintTriger(ForeignKeyConstraint constraint)