SMACS

smacs.load.schema
Interface DbSchemaForeignKey

All Superinterfaces:
DbSchemaConstraint
All Known Implementing Classes:
DbSchemaForeignKeyNode

public interface DbSchemaForeignKey
extends DbSchemaConstraint

model for ForeinKey definitions.


Method Summary
 List getForeignKeyFieldList()
          get list of fields.
 

Method Detail

getForeignKeyFieldList

public List getForeignKeyFieldList()
get list of fields.

Returns:
List of DbSchemaForeignKeyField

SMACS