DBVIEW
org.dbview.db.structure.DeadForeignKey Class Reference

List of all members.

Public Member Functions

 DeadForeignKey (String in_table_name, String in_field_name)
String getTable ()
String getField ()
String getFullName ()

Private Attributes

String __table = null
String __field = null

Detailed Description

This class represents a dead foreign key.

Author:
Denis Beurive

Definition at line 26 of file DeadForeignKey.java.


Constructor & Destructor Documentation

org.dbview.db.structure.DeadForeignKey.DeadForeignKey ( String  in_table_name,
String  in_field_name 
)

Create a dead foreign key.

Parameters:
in_table_nameName of the table.
in_field_nameName of the field.

Definition at line 43 of file DeadForeignKey.java.


Member Function Documentation

String org.dbview.db.structure.DeadForeignKey.getField ( )

Return the name of the field.

Returns:
The method returns the name of the field.

Definition at line 59 of file DeadForeignKey.java.

String org.dbview.db.structure.DeadForeignKey.getFullName ( )

Return the full name of the field.

Returns:
The method returns the full name of the field.

Definition at line 65 of file DeadForeignKey.java.

Referenced by org.dbview.db.structure.Field.toString().

String org.dbview.db.structure.DeadForeignKey.getTable ( )

Return the name of the table.

Returns:
The method returns the name of the table.

Definition at line 53 of file DeadForeignKey.java.


Member Data Documentation


The documentation for this class was generated from the following file: